body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	background-color: #FFFFFF;
}

#header {
	width: 1002px;
	height: 60px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-color: #82AB21;
}

#nav {
	width: 1002px;
	height: 33px;
	background-image: url(../img/nav_l.gif);
	background-repeat: no-repeat;
	background-color: #82AB21;
}

#navList {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#navList li {
	padding: 0 6px;
	float: left;
}

#nav .active {
	background-color: #EEEEE6;
	padding: 0 15px;
	margin-right: 6px;
}


#navList li a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 33px;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
}

#navList li a:hover {
	color: #E8E8DD;
}

#wrapper {
	width: 1003px;
}

p {
	text-align: justify;
	padding: 0;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	text-indent: 10px;
	background-position: 0 8px;
	background-repeat: no-repeat;
}
