body {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #333333;
}
div#wrapper {
	margin: 0 auto;
	width: 780px;
}
/* @group Header */
#header {
	height: 95px;
	background: url('/images/header_bg.gif') no-repeat top center;
	position: relative;
}
#header ul {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 4px;
}
#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header li {
	background: url('/images/nav_line.gif') no-repeat top right;
	padding: 48px 1px 0 0;
	display: inline;
}
#header li.last {
	background: none;
	padding-right: 0;
}
#header li a {
	font-weight: normal;
	color: #bbbbbb;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
	padding: 48px 10px 4px 10px;
	background: none;
}
#header li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover {
	color: #FFFFFF;
	background: url('/images/nav_rollover_tx.png') no-repeat bottom center;
	text-decoration: none;
}
/* @end */
/* @group Front map */
#frontMap {
	margin: 0px;
	width: 758px;
	background: #e9e9cf url('/images/front_map.gif') no-repeat;
	border-bottom: 1px solid #7C032F;
}
.frontMapText {
	padding: 20px;
	line-spacing: 11pt;
	font-size: 9pt;
	width: 250px;
	float: left;
	display: inline;
}
/* @end */
/* @group Content */
#content {
	width: 760px;
	padding: 0 6px;
	margin: 0 4px;
	background: url("/images/bg_sides.gif") repeat-y top center;
}
#mainContent {
	background: #E9E9CF url('/images/content_bg.gif') repeat-x top;
	border-bottom: 1px solid #7C032F;
	padding-top: 10px;
	min-height: 500px;
	height: auto !important;
}
#mainSidebar {
	padding: 20px;
	line-spacing: 1.2em;
	font-size: 10px;
	width: 160px;
	float: left;
}
#mainText {
	padding: 10px 20px 20px 10px;	
	width: 480px;
	float: left;
}
#mainText li {

}
p,td,tr,th,li {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
}
/* @end */
/* @group Top */
#top{
	width: 718px;
	background: #e9e9cf;
	padding: 10px 20px;
}
#top ul{
	margin-left: 0px;
	padding-left: 0px;
}
#top li {
	background: url('/images/hgrad.jpg') repeat-y top left;
	padding: 10px; 
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none;
	width: 700px;
}
/* @end */
/* @group Bottom */
#bottom {
	width: 718px;
	background: #e9e9cf;
	padding: 20px;
}
#bottom ul {
	margin-left: 0px;
	padding-left: 0px;
}
#bottom li {
	background: url('/images/hgrad.jpg') repeat-y top left;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none;
	width: 700px;
}
#bottom2 ul {
	margin-left: 0px;
	padding-left: 0px;
}
#bottom2 li {
	background: url('/images/hgrad.jpg') repeat-y top left;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none;
	width: 450px;
}

/* @end */
/* @group Links */
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
/* @end */
/* @group Special */
.special {
	padding: 3px 3px 3px 3px;
}
.special a:link {
	text-decoration: none;
	color: #FFF;
	padding: 3px 3px 3px 3px;
	background-color: #660000
}
.special a:visited {
	color: #FFF;
	padding: 3px 3px 3px 3px;
	background-color: #660000
}
.special a:hover {
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	color: #FFF;
	background-color: #333333;
}
/* @end */
/* @group Footer */
#footer {
	background: url('/images/bottom_border.gif') no-repeat top;
	color: #818172;
	font-size: 9px;
	padding: 5px 30px;
}
#footer .alignLeft {
	float: left;
	display: inline;
	width: 400px;
}
#footer .alignRight {
	float: right;
	display: inline;
	width: 200px;
}
/* @end */
/* @group Secondary nav */
#secondNav ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0px;
}
#secondNav li {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 5px 0 5px 0px;
	border-bottom: 1px dotted #000000;
}
#secondNav a {
	color: #8c0e3c;
	text-decoration: none;
}
#secondNav a:hover {
	color: #500c24;
	text-decoration: none;
	font-weight: bold;
}
/* @end */
/* @group Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7c032f;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
/* @end */

