/* CSS Document */

body { 
	background-image:url(images/bg.jpg); 
	background-repeat:repeat;
	margin: 0px;
	text-align: center;                         /*centers entire page */
	scrollbar-base-color: #F8F5F1;
	scrollbar-face-color: #F8F5F1;
	scrollbar-arrow-color: #7E0C01;
	scrollbar-shadow-color: #7E0C01;
	scrollbar-highlight-color: #7E0C01;
	scrollbar-track-color: #F8F5F1;
	scrollbar-3dlight-color: #996600;
	scrollbar-darkshadow-color: #000000;
}

#mainBox {                                      
	margin: 0 auto;				 /*this box contains all content */
	position: relative;          /*relative positioning allows nested divs to be absolutely positioned yet still centered */
	height: 850px;
	width: 900px;
	top:0px;
	left: 0px;
}

#rightPanel {                                      
	position: absolute; 
	height: 391px;
	width: 193px;
	top:3px;
	left: 535px;
	background-color:#FFFFFF;
}


#p1 {
	position:absolute; 
	top: 0px; 
	left:0px; 
	
}

#p2 {
	position:absolute;
	top: 162px;
	left:0px;
	
}

#p3 {
	position:absolute;
	top: 355px;
	left:0px;
	
}

#text1 {
	position:absolute;
	top: 207px;
	left:348px;
	width: 264px;
	height: 79px;
	
}

#text2 {
	position:absolute;
	top: 342px;
	left:466px;
	width: 308px;
	height: 195px;
	
}





#nav{ /*sets position and text characteristics for top right nav menu*/
	position:absolute;
	top:525px;
	left: 304px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	width: 314px;
	color:#FDB25D; /*sets  text color when NOT a link */
	z-index:4;
	
}


.subNav{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cc6600;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cc6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6600;
	background-color:#F8f5f1;	 /*sets bg color for the whole div.  characteristics for font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

.subNavLink{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc6600;
	color: #cc6600;
	text-align:left;
	text-decoration: none;
	font-weight:800;
	padding-top:3px;
	text-indent:5px;
}



#nav a:link, .subNav a:link{ /*sets text color for links */	color:#cc6600;}
#nav a:visited, .subNav a:visited {color:#cc6600;}
#nav a:hover, .subNav a:hover{ /*changes text color on hover.*/	color: #FDB25D;}


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

#textBox{
	position:absolute;
	overflow:auto;
	left:50px;
	top:173px;
	z-index:3;
	height: 339px;
	width: 578px;
}

#tableBox{
	position:absolute;
	overflow:auto;
	left:29px;
	top:50px;
	z-index:3;
	height: 458px;
	width: 610px;
}


.title { /*sets characteristics for titles / headings */ 
	font-family: Arial, Helvetica, sans-serif;
	color:#996600;
	font-weight:bold; 
	font-size:17px;
}

.subTitle { /*sets characteristics fir titles / headings */ 
	font-family: Arial, Helvetica, sans-serif;
	color:#7E0C01;
	font-weight:bold; 
	font-size:15px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #301602;
	text-align:left;
}

td{ 
	text-align:left;
	height:25px;
	vertical-align:top;
	 
	
}

.textRed {
	font-size: 14px;
	color:  #7E0C01;
	font-family: Arial, Helvetica, sans-serif;
}

.textRedSm {
	font-size: 13px;
	color: #7E0C01;
	font-family: Arial, Helvetica, sans-serif;
}

.textSmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
}

.textFeature {
	font-size: 14.5px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#copyright {
	position:absolute;
	left:18px;
	top:556px;
	width:374px;
	height:18px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	color:#4A3C00;
	font-size: 12px;
}

#copyright a:link {color:#cc6600;}
#copyright a:visited {color:#cc6600;}
#copyright a:hover {color:#FDB25D;}


.bluLink {font-weight:bold}
.bluLink {font-family: Arial, Helvetica, sans-serif;}
.bluLink {font-size: 12px;}
.bluLink a:link {color: #0033ff;}
.bluLink a:hover {color: #B89F5B;}
