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

* { 
	padding: 0; 
	margin: 0; 
}

body {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	background: #fff;
	color: #fff;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 15px;
	font-weight: bold;
 	color: #fff;
}

#wrapper { 
 	margin: 200px auto;
 	width: 940px;
	height: 500px;
 	background: #fff;
	border: none;
}

#header {
	width: 940px;
	height: 10px;
	margin: 0px 0px;
	padding: 0px;
	float: left;
	background: #fff;
}

#content { 
 	clear: both;
	width: 940px;
	height: 485px;
 	color: #000;
 	border: none;
 	background: #fff;
 	margin: 0px 0px;
 	padding: 30px 0px 0px 0px;
}

#nav {
	width: 920px;
	height: 20px;
	background: #fff;
	float: right;
	margin: 10px 0px 10px 0px;
}

ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	list-style: none;
	width: 700px;
	background: #fff;
}

ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	text-transform: uppercase;
	padding: 5px;
}

a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8da23b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

p {
	color: #000;
	margin: 0px 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.active {
	color: #8da23b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	color: #fff;
	clear: both;
	width: 940px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.green {
	font-weight: bold;
	color: #abbf60;
}

.bold {
	font-weight: bold;
	color: #000;
}
