/* CSS Document */


body{
	margin-left: 0px; 
	margin-top: 15px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background-color:#006000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	}
	
#container{
	width:985px;
	margin: 0 auto;
	border: 1px solid #BDA243;

	}
	
#logo{
	width:985px;
	background-image:url(site_images/logo.gif);
	background-repeat:no-repeat;
	height:86px;
	background-position:right;
	border-bottom: 1px solid #BDA243;
	}	
	

#wrapper{
	width:800px;
	float:left;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
	min-height: 500px; height: auto !important; height: 500px;
	}	

#navcontainer{
	background-image:url(site_images/sublogo.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-repeat:no-repeat;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#BDA243;
	width:180px;
	height:206px;
	float:left;
	margin-bottom:10px;
	}


#nav{
	margin-top:49px;
	text-align:left;
	}	

.nav{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color: #bda243;
	}
	

.nav:link {color: #bda243;text-decoration: none;}
.nav:visited {color: #bda243;text-decoration: none}
.nav:active {color: #bda243;text-decoration: none}
.nav:hover {color: #ffffff;text-decoration: none;}
