﻿body {
	background-color: #731111;
	margin: 0px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #770E0C;
}
#wrapper {
	background-position: left top;
	width: 940px;
	margin: 10px auto 10px auto;
	background-image: url('images/mainBG.gif');
	background-repeat: repeat-y;
}
.floatRight {
	border: 1px solid #8E8E8E;
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
h1 {
	font-size: 120%;
	text-transform: uppercase;
}
#logo {
	width: 940px;
	height: 94px;
	clear: both;
	background-image: url('images/topLogo.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#navBar {
	background-image: url('images/navBar.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 52px;
	clear: both;
	height: 52px;
	text-align: right;
	padding-right: 30px;
}
#navBar ul {
	margin: 0px;
	padding: 0px;
}
#navBar ul li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}
#navBar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
}
#navBar ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main {
	clear: both;
}
#footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	clear: both;
	line-height: 72px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
}
#belowFooter {
	clear: both;
}
#mainLeft {
	float: left;
	width: 620px;
	margin-left: 20px;
	padding: 15px;
}
#mainRight {
	float: right;
	width: 200px;
	margin-right: 40px;
}
#rightBox {
	border: 1px solid #333333;
	margin: 10px;
	padding: 3px;
}
.titleBar {
	line-height: 25px;
	background-image: url('images/rightBarTitleBG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}
.rightbox_content {
	margin: 5px;
	font-size: 11px;
}
#rightBox hr {
	text-align: center;
	width: 50%;
	color: #000000;
	height: 1px;
}
#rightBox ul {
	margin: 0px;
	padding: 0px;
}
#rightBox ul li {
	list-style-type: none;
}
#rightBox ul li a {
	color: #003399;
	text-decoration: none;
	display: block;
	padding: 1px;
	font-size: 11px;
}
#rightBox ul li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.contentStrong {
	background-color: #800000;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
}
#designedby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #FFFFFF;
	text-align: center;
}
#designedby a {
	color: #FABEBF;
	text-decoration: none;
	font-size: 90%;
}
#designedby a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #9B080A;
}
a:active {
	color: #000000;
}

