@charset "utf-8";
/* CSS Document */

body {
margin:0;
background-image:url(../images/bg.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#323031;
}

.contentbox {
background-image:url(../images/content-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color:#070707;
}

.nav {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.nav a:link{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
.nav a:visited{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
.nav a:hover{
color:#da00d3;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

.headers, .contentheader {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
vertical-align: top;
height: 18px;
}
.headers{
background-image: url(../images/nav-below2-bg.gif);
background-repeat: repeat-x;
}
.content {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 14px;
}

.sponsorstext {
font-family:Tahoma;
font-size:11px;
color:#999999;
}

.solidline {
border-bottom:#999999 1px solid;
}

.footer {
font-family:Tahoma;
font-size:11px;
color:#999999;
}
.footer a:link{
font-family:Tahoma;
font-size:11px;
color:#999999;
text-decoration:none;
}
.footer a:visited{
font-family:Tahoma;
font-size:11px;
color:#999999;
text-decoration:none;
}
.footer a:hover{
font-family:Tahoma;
font-size:11px;
color:#999999;
text-decoration:underline;
}

.boxtopright{
background-image:url(../images/box-top-right-bg.gif);
background-position:bottom;
background-repeat:repeat-x;
}


.subheaders{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#da00d3;
border-bottom:#da00d3 1px solid;
}


.text {
font-family:tahoma;
font-size:11px;
color:#FFFFFF;
}
.text a:link{
font-family:tahoma;
font-size:11px;
color:#da00d3;
text-decoration:underline;
}
.text a:visited{
font-family:tahoma;
font-size:11px;
color:#da00d3;
text-decoration:underline;
}
.text a:hover{
font-family:tahoma;
font-size:11px;
color:#da00d3;
text-decoration:none;
}

