@charset "utf-8";
/* CSS Document */
body{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #151515;
	background-image: url(../images/bgrepeat.jpg);
	background-repeat: repeat-x;
}
#container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 856px;
	background-image: url(../images/repeater.jpg);
	background-repeat:repeat-y;
}
.banner{
	height: 114px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	width:100%;
}
#container .banner h1 {
	font-size: 26px;
}
.tagline {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}

#topnav{
	font-size:14px;
	color:#FFFFFF;
	text-align: right;
	background-repeat: no-repeat;
	width:100%;
	background-image: url(../images/topbar.gif);
	background-position: right;
	height: 35px;
	position: relative;
}
#topnav a{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
	height:1px;
	}
#topnav a:hover{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
	background-color:#333333;

	}

#navlinks {
	position: relative;
	top: 8px;
	right: 5px;
}

.header{
	height:190px;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #AD0B20;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
}
.headerimg{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 545px;
}
.headermenu{
	width:305px;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}
#contentbox{
	font-size:11px;
	color:#666;
	width:100%;
	background-color: #AD0B20;
	}
.contentbox {
	padding:8px;
	}

#content{
	width:98%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content td{
	
}
.subsectiontitle{
	font-size:30px;
	background-color:#AD0B20;
	color:#FFFFFF;
	text-indent: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

}
#container .subsection ul {
	font-size:12px;
	color:#FFFFFF;
}
#container  .subsection  li {
	list-style:square;
	}
.subsection{
	padding-top:5px;
	width:100%;
	background-color: #ad0b20;
	color: #FFFFFF;
}
.footer{
	background-image:url(../images/footer.jpg);
	height: 53px;
	clear: both;
	width:100%;
}
/*css menu*/
* html .headermenu{
	width: 154px;

}

.headermenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #FFFFFF;
}

.headermenu a{
	padding: 4px 8px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}

html>body .headermenu a{ /*Non IE rule*/
	width: auto;
	color: #FFFFFF;
}

.headermenu a:hover{
	background-color: #FFFFFF;
	color: #AD0B20;
	text-decoration: none;
}
#footer/*end css menu*/
{
	height: 43px;
	clear: both;
	width:100%;
	font-size:11px;
	background-color:#AD0B20;
	color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
}
#footer a{color:#FFFFFF; text-decoration:none;}
#footer a:hover{color:#ccc; text-decoration:none;}
#copy {
	font-size: 11px;
	width: 95%;
}
#container .header .headerimg #copy h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
.specrowtitle {
	color: #FFFFFF;
	background-color: #AD0B20;
}
