#maincontainer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
}
#header {
	background: url(images/headergif.gif) no-repeat;
	height: 76px;
	padding-top: 6px;
	padding-left: 25px;
}
#sitename {
	font: 30px Geneva, Arial, Helvetica, sans-serif;
	color: #DE4534;
}
#tagline {
	color: #DE4534;
	font-weight: bold;
}
#leftnav {
	float: left;
	width: 182px;
	display: block;
	padding-top: 2px;
}
h1 {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #DE4534;
	text-decoration: underline;
}
#footer {
	background: url(images/footer_jpg.jpg) no-repeat center;
	clear: left;
	text-align: center;
	height: 45px;
	padding-top: 25px;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #585CAF;
}
#footer a:link a:visited {
	color: #585CAF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline overline;
}
#leftnav a {
	padding: 2px 2px 4px 5px;
	width: 160px;
	border-top: 1px solid #585CAF;
	border-right: 5px solid #585CAF;
	border-bottom: 1px solid #585CAF;
	border-left: 1px solid #585CAF;
	font-size: 11px;
	display: block;
	text-decoration: none;
	margin-top: 2px;
	margin-left: 3px;
}
#leftnav a:link {}
#leftnav a:hover {
	border-top: 1px solid #DE4534;
	border-right: 5px solid #DE4534;
	border-bottom: 1px solid #DE4534;
	border-left: 1px solid #DE4534;
	color: #DE4534;
}
#maincontent {
	padding-left: 6px;
	margin-left: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 490px;
}
#maincontent  a:hover {
	color: #DE4534;
	text-decoration: underline;
}
#maincontent a:link {
	color: #DE4534;
}
#maincontent a {
	color: #DE4534;
}
#maincontent a:visited {
	color: #DE4534;
}
.nav_heading {
	background: url(images/sideheadingjpg.png) no-repeat;
	height: 30px;
	padding-left: 7px;
	font-size: 12px;
	color: #DE4534;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 8px;
	padding-top: 5px;
}
