/* CSS Document */


/* Global Styles */

 body {
    margin: 0;
    padding: 0;
	font-size:100%;
	line-height: 1.25em; /* 16X1.25=18 */
	background-color:#000000; 
   }
   
/* Global ID Styles */
   /* Z 1*/
   #wrapper {
	position: relative;
	width: 1024px; /* your wrapper obviously needs a width otherwise it will be 100% */
	height: 900px;
	margin: 0 auto; /* This is the proper way to center in a standards compliant browser */
	background-color:#ffcc66;
	z-index:1;
	top: 10;
}


/* ID Styles Top NAVIGATION*/

/* Z 3*/

#NavLayer {
	position:absolute;
	width:1024px;
	height:36px;
	z-index:2;
	left: 0px;
	top: 272px;
	border-top: solid 3px;
	border-top-color: #000000;
	border-bottom: solid 3px;
	border-bottom-color: #000000;
	background-color:#ffcc66;
	
}

#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #663300;
	text-decoration: none;
	letter-spacing:.1em;
	display:inline;
	padding: 0px 10px;

	}
	
#navigation a:hover {
	color: #669933;  
	}

/* ID Styles Left NAVIGATION*/

/* Z 4*/
#LeftNav {
	position:absolute;
	width:128px;
	height:515px;
	z-index:4;
	left: 15px;
	top: 322px;
	border-right: solid 2px;
	border-right-color: #006600;
}
	

#NavLeft a {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #993300;
	line-height:40px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	}
	
#NavLeft a:hover {
	color:#cccc99;

}


/* ID Styles BASE DESIGN*/
/* Z 2*/
#SplashLogo {
	position: absolute;
	width:1024px;
	height:900px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-color:#999933;
	background-image: url(images/RE_SplashLogo_Green.jpg);
}
	
/* Z 2*/	
#Marquee {
	position: absolute;
	width:1024px;
	height:271px;
	z-index:3;
	left: 0px;
	top: 0px;
	background-color:#FFFFFF;	
}

/* Z 6*/
#PageMiddleTxt {
	position:absolute;
	width:631px;
	height:521px;
	z-index:5;
	left: 365px;
	top: 322px;
	background-color: #ffcc66;
	bottom: 1px;
	}

/* Z 7*/
#PageRightTxt {
	position:absolute;
	width:290px;
	height:519px;
	z-index:4;
	left: 36px;
	top: 322px;
	padding-right: 9px;
	border-right: solid 2px;
	border-right-color: #cc9933;
}

/* Z 5*/
#AddressLine {
	position:absolute;
	width:1024px;
	height:44px;
	z-index:5;
	top: 851px;
	left: 0px;
	border-top: solid 3px;
	border-top-color: #000000;
}

/* Z 6*/
#PrivPol {
	position:absolute;
	width:63px;
	height:19px;
	z-index:6;
	left: 420px;
	top: 874px;
}

/* Z 7*/
#UsePol {
	position:absolute;
	width:63px;
	height:19px;
	z-index:7;
	left: 497px;
	top: 874px;
}

/* Z 8*/
#WebMas {
	position:absolute;
	width:63px;
	height:19px;
	z-index:8;
	left: 570px;
	top: 875px;
	text-decoration:none;
}


#Date {
	position:absolute;
	width:195px;
	height:20px;
	z-index:7;
	left: 815px;
	top: 247px;
}

#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	z-index: 11;
	}
	
	
	#Copyright {
	position:absolute;
	width:291px;
	height:15px;
	z-index:6;
	left: 540px;
	top: 874px;
}
	
	
/* Class Styles*/


.head1 {
	letter-spacing: .06em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	
}

.text {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #996600;
	text-decoration:none;
	line-height: 20px;
	
	}
	
	
	.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-weight: normal;
	color: #663300;
	text-decoration:none;
	}

.textUL {
text-decoration:underline;
}


.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #996600;
}

.darktext {color: #663300}

.handcursor{
cursor:hand;
cursor:pointer;
}