body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f5fffa;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1em;
	position: relative;
}
#nav {
	width: 250px;
	position: fixed; /*--Fix the sidenav to stay in one spot--*/
	float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/
	font-weight: 600;
}

.logo{
	margin-left: 40px;
}

#nav ul{
	list-style:none;
}

#nav ul li{
	padding:8px;
}

a{
	font-weight:600;
	color: #000000;
	text-decoration: underline;
}

a:hover{
	font-weight:600;
	color:#000000;
	text-decoration:none;
}

a:visited{
	font-weight:600;
	color:#980034;
	text-decoration:none;
}

div#title{
	text-align: center;
}

div#title h1{
	color: #336633;
	font-weight: 600;
	text-transform:uppercase;	
}

div#title h2{
	color: #009900;
	
}


#content {
	margin-left: 260px;
	width: 640px;
	position: relative;
	padding: 0 20px 20px;
}

ul.first{
	color: #483d8b;
}

ul.second{
 color:#b22222;
}

legend{
	color:#980034;
	font-weight:600;
	font-size: 1.2em;
}

.areas{
	font-weight: 600;
}

.news{
	list-style:none;
}

.news li{
padding:10px;
}

.uppercase{
	text-transform: uppercase;
	text-align: center;
}

div#footer{
	margin-top: 30px;
	clear:both;
	text-align: center;
}

div#footer a img{
	border:0px;
}