body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #E4F4E9;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#container {
	width: 800px;
	text-align: left;
}

#header {
	width: 100%;
	background-image: url(img/hedaerbg.jpg);
	background-repeat: repeat-x;
}

#leftnav {
	width: 200px;
	background-image: url(images/leftnavbg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#leftnav ul {
	position: relative;
	font-size: 0px;
	margin: 0px;
	width: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
#leftnav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;
}
#leftnav a:link {
	color: #000000;
	text-decoration: none;
}
#leftnav a:visited {
	color: #000000;
	text-decoration: none;
}
#leftnav a:hover {
	color: #006600;
	text-decoration: underline;
}
#content {
	width: 540px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin: 0px;
}
#content p {
	
}
#content a:link {
	color: #006633;
	text-decoration: none;
}
#content a:visited {
	color: #006633;
	text-decoration: none;
}
#content a:hover {
	color: #006633;
	text-decoration: underline;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px solid #999999;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/footerbar.jpg);
	background-repeat: no-repeat;
	color: #000000;
	height: 40px;
	clear: both;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #003300;
	text-transform: uppercase;
}
#content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 320px;
	text-align: center;
	float: right;
	background-image: url(img/buttonbg.jpg);
	height: 30px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#content h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#content h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #006600;
	text-decoration: none;
}
#footer p {

	padding-top: 13px;
}

