body,
html {
    margin:0;
    padding:0;
    }
	body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
	font-family: Arial, sans-serif;
}
h1{
	color: #6f1111;
	font-size: 1.2em;
	font-weight: bold;
}
h2{
	color: #6f1111;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0px;

}
p, li{
	font-size: 0.9em;
}
a, a.visited{
	color: #6f1111;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#mainContent{
	background-color: #FFFFFF;
	width: 800px;
	text-align: left;
	margin-top: 50px;
	padding-top: 25px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

#pageContent{
	padding: 10px 20px;
	margin-bottom: 20px;
}
#footerContent{
	border-top: 1px solid #cccccc;
	width: 800px;
	clear: both;
}
.address{
	font-size: 0.7em;
	text-align: center;
	color: #666666;
	padding: 12px;
	margin: 0;
}
.padText{
	padding: 20px;
}
#noStyle{
	margin-left: 0;
	list-style-type: none;
}
#noStyle li{
	margin-bottom: 6px;
}
.rightImg{
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin-bottom: 10px solid #FFFFFF
}
.mainImg{
	margin-top: 50px;
	/*border: 1px solid #a9a9a9;*/
}
.redText{
	color: #6f1111;
}
.redTextBold{
	color: #6f1111;
	font-weight: bold;
}
.smallText{
	font-size: 0.7em;
}
.imgBorder {
  border: 1px solid #a9a9a9;
  padding: 6px;
  background-color: #FFFFFF;
  margin-left: 6px;
  margin-bottom: 12px;
  }

#topBanner{
	background-color: #981521;
	width: 800px;
	height: 25px;
	padding: 0;
	margin:0;
	border-right: 1px solid #981521;
}

#logo{
	vertical-align: middle;
	display: inline;
	float:left;
	padding-left: 50px;
}

#navcontainer{
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	height: 25px;
	padding-right: 50px;
}
ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
padding: 2px 10px 3px 10px;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 0.8em;
margin-top: 1px;
}

#navlist a {
padding: 4px 10px 3px 10px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #6f1111;
text-decoration: none;
}

.on{
color: #fff;
background-color: #6f1111;
text-decoration: none;
}
.specialTD{
	width: 263px;
	font-size: 11px;
	line-height: 24px;
	padding-bottom: 11px;
	color: #333333;
	text-align: center;
	vertical-align: top;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
	border-right: 1px dashed #333333;
	background-color: #CCCCCC;
}