/* CSS Document */
body {
	background-image:  url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:repeat-x;
}
.container {
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}
.redbar {
	background-image: url(images/redbar.jpg);
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	height: 50px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
}
.redbar a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.redbar a:hover {
	text-decoration: underline;
}
.content {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul#mainlevel-nav
{
	background-image: url(images/redbar.jpg);
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	white-space: nowrap;
	width: 100%;
}

ul#mainlevel-nav li{
float: left;
margin: 0;
white-space: nowrap;	
}

ul#mainlevel-nav li a {
	font-size:14px;
	font-weight: bolder;
	display: block;
	padding-right: 10px;
	padding-left:10px;
	text-decoration: none;
	color:#FFFFFF;
	margin-right: 3px;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	text-align: center;
}

ul#mainlevel-nav li a:hover {
	background-image:url(../images/overstate.jpg);
	color:#7F0F0E;
	text-decoration: underline;
	background-color: #FFFFFF;
}

ul#mainlevel-nav li a:visited {
	width: 100px;
}
.graysub {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: 22px;
}
.redtitle {
	color: #7F0F0E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	line-height: 28px;
}
.floatRight {
	float: right;
}
.redbold {
	color: #7F0F0E;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}
.topbar {
	padding: 7px;
	background-image: url(images/headerimg.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 55px;
}

