*{
	padding: 0;
	margin: 0;
}
body{
	background-color: #B2121E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
A:link, A:visited, A:active{
	color: #FF9900;
	text-decoration: none;
}
#mainDiv {
	position: inherit;
	width: 840px;
	height: auto;
	margin: auto;
	margin-top: 5px;
}
#mainDivTop {
	float:left;
	width: 840px;
	height: 30px;
	background-image: url(images/mainDivBorderTop.gif);
	background-repeat: no-repeat;
}
#mainDivMiddle {
	float:left;
	width: 840px;
	height: auto;
	background-image: url(images/mainDivBorderMiddle.gif);
	background-repeat: repeat-y;
}
#mainDivBottom {
	float:left;
	width: 840px;
	height: 30px;
	background-image: url(images/mainDivBorderBottom.gif);
	background-repeat: no-repeat;
}
.footer1{
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
.footer2{
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
.separator{
	clear: both;
}
#contentMainDiv{
	background-image: url(images/bg_pattern.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	height: auto;
	background-position: -1px -11px;
}
#topBannerDiv{
	float:left;
	width: 800px;
	padding-left: 25px;
}
#leftDiv{
	float:left;
	margin-top: 20px;
	margin-left: 25px;
	width: 226px;
	height: auto;
}
#mainMenuDiv{
	float:left;
	width: 226px;
	height: auto;
	background-image: url(images/mainMenuBg.gif);
	background-repeat: no-repeat;

}
#trailerDiv{
	float:left;
	width: 226px;
	height: auto;
	margin-top: 25px;
}
#contentDiv{
	float:left;
	width: 410px;
	min-height: 360px;
	margin-top: 20px;
	margin-left: 50px;
	padding: 20px;
	background-color: #A10D18;
	background-image: url(images/mainContentBg.gif);
	background-repeat: no-repeat;
}
div.menuItem{
	width: 220px;
	margin: 3px 3px;
	text-align: right;
}

a.menuItem:link, a.menuItem:visited{
	height: 19px;
	padding-right: 12px;
	padding-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/mainMenuItemBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
a.menuItem:hover{
background-position: 0px -24px;
color: #990000;
}
#menuActive{
	height: 19px;
	padding-right: 12px;
	padding-top: 5px;
	text-decoration: none;
	background-image: url(images/mainMenuItemBg.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	color: #990000;
	display: block;
}
h1{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	padding-bottom: 2px;
}
h2{
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;	
}
.formTable{
	background-color: #990000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	padding-bottom: 2px;
}
h4 {
	font-size: 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
}
.pictureInText {
	margin-left: 15px;
	background-color: #000000;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #740A12;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #740A12;
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #740A12;
	border-left-color: #740A12;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 18px;
	padding-left: -7px;
}
#linkMap{
	visibility: hidden;
}
