#container {
	margin: 0 auto;
	width: 980px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	overflow: hidden;
}




#header {
	width: 980px;
	float: left;
	padding: 0px;
	border: none;
	height: 195px;
	margin: 0px 0px 0px 0px;
	background-color: #AE8A08;
	background-image: url(images/header.jpg);
}

#pagetitle {
	float: left;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	padding-top:  5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#leftnav {
	color: #333333;
	border: none;
	background: #ffffff url(none);
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	width: 180px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 15px;
}
#leftnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
#leftnav li a:link {
	background-color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	text-indent: 5px;
	list-style: none;
	padding: 5px 0px 0px;
	height: 20px;
	width: 180px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-decoration: none;
}
#leftnav li a:visited {
	background-color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	text-indent: 5px;
	list-style: none;
	padding: 5px 0px 0px;
	height: 20px;
	width: 180px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-decoration: none;
}
#leftnav li a:hover {
	background-color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	text-indent: 5px;
	list-style: none;
	padding: 5px 0px 0px;
	height: 20px;
	width: 180px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-decoration: underline;
}
#rightwrapper {
	margin-left: 10px;
	float: left;
	width: 750px;
	height: auto;
	display: block;
	background-color: #FFFFFF;
}

#rightcontent1 {
	color: #000000;
	border: none;
	background: #ffffff;
	height: auto;
	width: 750px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 17px;
}

#footer {
	width: 980px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #993300;
	background: #FFFFFF repeat center top;
	float:left;
	display: block;
	padding-top: 15px;

	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
div#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-weight: normal;
}
div#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: underline;
	font-weight: normal;
}
div#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0033;
	text-decoration: underline;
	font-weight: normal;
}
