@charset "UTF-8";
/* CSS Document */

body  	{background-color:#FFFFFF; 
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#000000;
		text-align:center;}
	
a:link {font-weight:bold;
		color:#191919;
		text-decoration:none;}

a:visited	{font-weight:bold;
			color:#191919;
			text-decoration:none;}
			
a:active	{color:#191919;
			text-decoration:underline;}

a:hover		{color:#191919;
			text-decoration:underline;}
		
img		{text-align:center;}
		
.caption	{font-size:6px;
			color:#000000;
			text-align:center}
			
#container	{background-color:#FFFFFF;
			width: 900px;
			height: 750px;
			border:0px solid #000000;
			margin:0px auto 0px auto;
			color:#000000;
		}
			

#banner		{
	margin: 0px auto 0px auto;
	width:880px;
	height:115px;
	background-color:#FFFFFF;
	color:#000000;
}
			
						
#banner H1	{color:#000000;
			font-size:30px;
			text-align:left;}

#home 		{
	width:500px;
	height:30px;
	text-align:center;
	margin: auto auto auto auto;
}
			
			

			
.nav   {
		
}
			
#content	{width: 80%;
			margin-left:5px;
			margin-right:10px;
			margin-bottom:auto;
			text-align: center;
			border: 0px;
			float:right;
}

#nav		{width: 15%;
			float: left;
			text-align: left;
			margin-left: 20px;
			
			}
			
			
			
			


