﻿#navcontainer ul {
	list-style-type: none;
	width: 100%;
	border-left: 0px solid #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	height: 23px;
	background-color: #872431;
	font-size: 11px;
	padding-left: 0px;
}
#navcontainer li {
	display: inline;
}
#navcontainer a { 
	float: left;
	width: 118px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background: #872431;
	padding: 4px;
	border-right: 0px solid #FFFFFF;
	text-align: center;
}
#navcontainer a:hover {
	background: #5E1019;
	color: #FFF;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #484848;
	margin: 0; 
	padding: 0;
}
#mainContent {
	width: 740px;
	padding: 0 20px;
	background: #FFFFFF;
	margin: 0;
	font-size: 11px;
	min-height: 500px;
	_height: auto !important;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline; color:red}

#title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
  	color: #000;
	font-weight: bold;
}
#headings {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
  	color: #872431;
	font-weight: bold;
}
#text {
	font-size: 11px;
	font-weight: normal;
	color: #000;

}