/* CSS Document */

body
	{
	text-align:center;
	background-color:#ddd;
	}
#pageContainer
	{
	text-align:left;
	width: 680px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	border: #747e49 2px solid;
	padding: 30px;
	}

#topLogo
	{
	width: 650px;
	height:226px;
	background-image:url(images/logo3.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#topLogo h1
	{text-indent: -5000px}

#navsite p {
	display: none;
}	

#navsite
	{font-family: verdana, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	width: 12em;
	border-right: 1px solid #666;
	padding: 0;
	margin-bottom: .5em;
	background-color: #9cc;
	color: #333;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-left: 15px;
	}

#navsite ul 
	{list-style: none;
	margin: 0;
	padding: 0;
	}

#navsite ul li 
	{margin: 0;
	border-top: 1px solid #663300;
	}
#navsite ul li a
	{display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid  #663300;
	border-right: 1px solid #663300;
	border-botton: 1px solid #663300;
	background-color: #747e49;
	color: #CCCCCC  ;
	text-decoration: none;
	width: 100%;
	}

html>body #navsite ul li a {
	width: auto;
	}
		
#navsite ul a:hover {
	border-left: 10px solid #747e49;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	background-color: #663300;
	color: #ccc;
	}			
.firstPara
	{
	float:left;
	}
#footer
	{
	text-align: center;
	color: #336600; 
	font-size: 70%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}	
#footer a
	{
	color: #336600; 
	}	
#footer a:hover
	{
	color: red; 
	background-color: #FFFF00;
	}		
		