@charset "UTF-8";
#wrapper {
	position: relative;
	width: 804px;
	margin:0 auto;
	background-color: #000000;
	height: 100%;
}
#header {
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 160px;
	width: 804px;
}
#sidebar {
	background-color: #000000;
	background-image: url(images/sidebar_image6.jpg);
	float: left;
	height: 406px;
	width: 177px;
	position: relative;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#menu {
	height: 22px;
	width: 803px;
	position: absolute;
	top: 155px;
}
#content {
	float: left;
	min-height: 406px;
	width: 596px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}


#content ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	clear: both;
	height: 1px;
	width: 804px;
	position: relative;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #008752;
	text-decoration: none;
	font-variant: normal;
	background-image: url(images/h1bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #008752;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #008752;
	text-decoration: none;
}

a:active {
	color: #008752;
	text-decoration: none;
}

a:visited {
	color: #008752;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
