@charset "utf-8";
/* CSS Document */
*{
outline:none;
}
body {
	background:#000000 url(../images/bodyback.jpg) repeat-y center;
	background-color:#000000;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#7d0018;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	background:url(../images/HeadingBullet.gif) left no-repeat;
	padding-left:50px;
}
hr{
	color:#121212;
}
#MainContent li{
	list-style-image:url(../images/ListBullet.gif)
}
img{
	border:#333333 3px;
}
#wrapper {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background:#424242 url(../images/extreme_footer.gif) bottom center no-repeat;
}
#ExtremeFooter{
	height:44px;
}
#ExtremeHeader {
	height:6px;
}
#HeaderTop{
	height:20px;
	background:url(../images/header_top.gif) top center no-repeat;
}
#Header {
	background: url(../images/header_tile.gif) center repeat-y;
}
#HeaderTitle {
	background:url(../images/header_back.gif) left no-repeat;
	height:70px;
	margin-left:55px;
	padding-left:220px;
}
#HeaderMain {
	color:#7d0018;
	font-size:40px;
	margin:0px;
	height:43px;
}
#HeaderDescription {
	color:#7d0018;
}
#HeaderNav {
	height:42px;
	overflow:hidden
}
#HeaderNav #Left{
	width:85px;
	height:42px;
	background: url(../images/HeaderNavLeft.gif) right no-repeat;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#HeaderNav #Centre{
	width:740px;
	height:42px;
	background: url(../images/HeaderNavCen.gif) repeat-x;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	font-size:10px;
}
#HeaderNav #Centre ul{
	height:20px;
	list-style-type:none;
	text-align:center;
}
#HeaderNav #Centre ul li{
	display:inline;
	float:left;
	width:123px;
}
#HeaderNav #Centre ul li a{
	text-decoration:none;
	color:#FFFFFF;
	display:inline;
	float:left;
	height:42px;
	width:123px;
	padding-top:5px;
	font-size:13px;
}
#HeaderNav #Centre ul li a:hover{
	color:#7d0018;
	background: url(../images/HeaderNavHover.gif) center top no-repeat;
}
#HeaderNav #Right{
	width:85px;
	height:42px;
	background:url(../images/HeaderNavRight.gif) left no-repeat;
	display:inline-table;
	margin:0;
	padding:0;
}
#ContentTop{
	background:url(../images/ContentTop.gif) no-repeat center;
	height:28px;
}
#ContentMid{
	background: url(../images/ContentTile.gif) repeat-y center;
	}
#ContentNav {
	height:42px;
	overflow:hidden
}
#ContentNav #Left{
	width:130px;
	height:42px;
	background: url(../images/ContentNavLeft.gif) right no-repeat;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#ContentNav #Centre{
	width:650px;
	height:42px;
	background: url(../images/ContentNavCen.gif) repeat-x;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	font-size:10px;
}
#ContentNav #Centre ul{
	height:20px;
	list-style-type:none;
}
#ContentNav #Centre ul li{
	display:inline;
	float:left;
	width:123px;
}
#ContentNav #Centre ul li a{
	text-decoration:none;
	color:#FFFFFF;
	display:inline;
	float:left;
	height:42px;
	width:123px;
	padding-top:5px;
	font-size:13px;
}
#ContentNav #Centre ul li a:hover{
	color:#7d0018;
	background: url(../images/ContentNavHover.gif) center top no-repeat;
}
#ContentNav #Right{
	width:85px;
	height:42px;
	background:url(../images/ContentNavRight.gif) left no-repeat;
	display:inline-table;
	margin:0;
	padding:0;
}
#ContentBot{
	background:url(../images/ContentBot.gif) center no-repeat;
	height:25px;
}
#Footer{
	background:url(../images/FooterTile.gif) center repeat-y;
	padding: 0 55px 0 55px;
}
#Counter{
	background:url(../images/CounterBack.gif) repeat-x;
	font-family:monospace;
	font-size:15px;
	color:#FFFFFF;
	display:inline;
	height:29px;
	padding:0 5px 0 5px;
}
#MainContent{
	padding:20px 85px 20px 85px;
	color:#121212;
}
.imagepos{
	display:inline;
	float:left;
}
.lefttd {
	border-right:#5c5c5c 1px solid;
	padding-right:20px;
	margin-right:20px;
}
#tdtrlist td{
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom:#666666 thin solid;
}