/* CSS Document */


body {
  	background: #000000 url(images/mainBG2.jpg) no-repeat;
	background-position: 0px 0px;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font:x-small/1.5em "Times New Roman", Times, serif;
  	color:#838383;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  }
  
a {
	color:#838383;
	}
	
a:hover {
	color:#81dce1;
	}	  
	
.divider {
	background-color:#e0e0e0;
}	
  
#background{position:absolute; z-index:1; width:100%;}

.mainContent {
	background-color: #FFFFFF;
	text-align:left;	
}

#logo {
position:absolute;
	top:395px;
	width:1024px;
	z-index:2;
	left: 50%;
	margin-left: -719px;
}

#leftNav,#leftNavHome {
	background:#8fe2e8 url(images/leftnavBG.jpg);
	background-repeat:no-repeat;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	width:115px;
	height:171px;
	margin-top:286px;
	
}

#leftNavHome {
	margin-top:396px;
	text-align:left;
	
}

.pagehead1 {
	font-size:1.5em;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	color:#80bd41;
	font-weight:bold;
	}
	
.pagehead2 {
	font-size:2.2em;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	color:#80bd41;
	font-weight:bold;
	}	
	
.pagehead3 {
	font-size:1.1em;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	color:#80bd41;
	font-weight:bold;
	}	
	
.pagehead4 {
	color:#80bd41;
	}	

.header1 {
	font-size:21px;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	color:#2c1a10;
	font-weight:bold;
	}
	
.header2 {
	font-size:16px;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	color:#2c1a10;
	font-weight:bold;
	line-height:1.35em;
	}
	
.header3 {
	font-size:13px;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	color:#2c1a10;
	font-weight:bold;
	line-height:1.35em;
	}	
		
.subhead1 {
	color:#2c1a10;
	}
	
.emaillink,.subhead2 {
	color:#80bd41;
	font-weight:bold;
	font-style:italic;
	}
	
	
.footer {
	margin-top:50px;
	font-family:"Trajan Pro", "Times New Roman", Times, serif;
	color:#2c1a10;
	background-color:#9de6ea;
	font-size:75%;
	height:32px;
	}
	
.footer a {
	color:#000;
	text-decoration:none;
	}
	
.footer a:hover {
	color:#fff;
			
	
/* menu styles */

#button {
	width: 107px;
	padding: 0 0 0 0;

	font-size:.75em;
	}
	
	#button ul {
		list-style: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: none;
		}
		
	#button li {
			padding: 0 0px 0 8px;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#button li a {
		display: block;
		text-decoration: none;
		width: 100%;
		color:#000000;
		}
		
	#button li a:hover {

		text-decoration: none;
		width: 100%;
		background-color:#FFFFFF;
		}		

	html>body #button li a {
		width: auto;
		}

	.selected {
		display: block;
		text-decoration: none;
		width: 100%;
		color:#000000;
		background-color:#FFFFFF;
		}			
