@charset "UTF-8";
/* CSS Document */

body{
	padding: 0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	background-color:#000000;
	background-image:url(images/bodyBack.jpg);
	background-repeat:repeat-x;
	background-position: top;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: top;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	
}


a{
	color:#dc291e;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#999999;
}

img{
	border: none;
}

/*index styles*/

table.indexRoot{
	width: 988px;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#6a696a;
	background-image: url(images/indexBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

td.indexContent{
	padding: 0px 0px 0px 0px;
	height:485px;
}

div.rightIndex{
	width:318px;
	height:330px;
	position:relative;
	right:26px;
	top:95px;
	float:right;
	padding:12px 0px 0px 0px;
	display:inline;
}

div.rightIndex p{
	padding: 0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:23px;
}



/*regular styles*/

table.root{
	width: 988px;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#6a696a;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


td.header{
	height: 85px;
}


img.headline{
	padding: 0px 0px 18px 37px;
}



img.sponsor{
	padding: 0px 42px 0px 0px;
}

span.subHeads{
	font-size: 12px;
	color:#dc291e;
}


td.content{
	line-height:18px;
}


div.scroller{
	overflow:auto;
	padding: 0px 0px 15px 0px;
	height: 385px;
}

td.content p{
	padding: 10px 40px 10px 37px;
	margin:0px 0px 0px 0px;
}

img.floatRight {
float: right;
margin: 0px 0px 0px 40px;
}


td.nav{
	height: 30px;
	border-style: solid;
	border-width:1px 0px 1px 0px;
	border-color:#6a696a;
	text-align:center;
}

td.nav img{
	padding: 0px 2px 0px 2px;
}

p.center{
	text-align: center;
}


td.footer{
	height: 40px;
	line-height: 25px;
	color:#FFFFFF;
	text-align:right;
	padding-right: 30px;
	vertical-align:bottom;
	background-color:#080607;
}


td.footer em{
	padding: 0px 12px 0px 12px;
}

td.footer a{
	color:#dc291e;
	text-decoration: none;
	font-weight: normal;
}

td.footer a:hover{
	color:#999999;
}