﻿html 
{
	height:100%;
	min-height:100%;/*for mozilla*/
}

body
{
	background-color: #0c0c0c;
	text-align: center;
	height:100%;
	min-height:100%;/*for mozilla*/
	margin:0;
	padding:0;
	font-size:101%;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	height:100%;
	min-height:100%;/*for mozilla*/
	font-family:Verdana, Arial, Sans-Serif;
	font-size:.9em;
	position: relative;

}
#mainLayer
{
	width:800px;
	z-index:1;
	top: 5px;
	height:auto;
	min-height:100%;/*for mozilla*/
	position:absolute;
	padding-bottom:20px;
}
#bottom
{
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 10010px;
    margin-bottom: -10000px;
    background: #0c0c0c;
}
.spacer
{
    clear:both;
} 
.leftSide
{	
	float:left;
	width:200px;
	position:relative;
	padding-bottom: 20010px;
    margin-bottom: -20000px;
    overflow:hidden;
    background-color:#000;
	background-image:url(/images/shared/left_bg.gif);
	background-repeat:repeat;
}
.leftSideBottom
{
	float:left;
	width:200px;
	background-color:#000;
	top:0;
	height:80px;
	background-image:url(/images/shared/footerLeft_bg.gif);
	background-repeat:no-repeat;	
}
.rightSide
{
	float:right;
	width:600px;
	position:relative;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
	overflow:hidden;
	background-color:#ddd;	
}
.rightSideBottom
{
    float:right;
    width:600px;
    background:#fff;
    height:80px;
	background-image:url(/images/shared/footerRight_bg.gif);
	background-repeat:no-repeat;
}
.mainNavContainer
{
    width:600px;
    margin:0px 0 20px 0;
    border-bottom:solid 2px #bd080d;
    padding:0px;
    background:#000;
    text-align:center;                
}
.mainBody
{
    width:590px;
    padding:5px;
}
.mainBodyTextC
{
    margin:15px 0 0 5px;
    width:578px;
}
.leftSideRedBox
{
    padding:25px 5px 0px 5px;
    width:175px;
    text-align:left;
    border-top:solid 1px #bd080d;
    background:#000;
    margin:0 0 25px 6px;   
}
.rightSideRedBox
{
    width:450px;
    color:#000;
    background:#ddd;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    border:solid 1px #000;
}
.sponsorTitle
{
    background:#000;
    padding:5px
}
.blackLine
{
    border-top:solid 1px #000;
    margin:10px 0 10px 0;
}


/* FONTS */
.mainBodyText 
{
	font-size:12px;
	color:#000;
}
.mainBodyText a:link
{
	color: #bd080d;
	text-decoration:underline;
}
.mainBodyText a:visited
{
	color: #bd080d;
	text-decoration:underline;
}
.mainBodyText a:hover
{
	color: #000;
	text-decoration:underline;
}
.mainBodyText a:active
{
	color: #000;
	text-decoration:underline;
}
.leftBodyText 
{
	font-size:12px;
	color:#ddd;
}
.leftBodyText a:link
{
	color: #ddd;
	text-decoration:underline;
}
.leftBodyText a:visited
{
	color: #ddd;
	text-decoration:underline;
}
.leftBodyText a:hover
{
	color: #bd080d;
	text-decoration:underline;
}
.leftBodyText a:active
{
	color: #ddd;
	text-decoration:underline;
}
/* Site Main Navigation (Under Header) ------------- */
.static
{
	color:#FFF;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	text-decoration:none;
	height:25px;
	width:auto;
	margin:0 2px 0 2px;
	padding: 0 3px 0 2px;
}
.staticHover
{
	color:#000;
	text-decoration:none;
	background-color:#bd080d;
}
.staticSelected
{
	color:#FFF;
	text-decoration:none;
	background-color:#990000;
}
.dynamicMenu
{
    z-index:3;
	background-color:#000;
	text-decoration:none;
	text-align:left;
}
.dynamic
{
	color:#DDD;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	padding:3px;
	background-color:#000;
	border-top:1px solid #bd080d;
	width:213px;
	text-decoration:none;
	height:17px;
	text-align:left;
	z-index:100;
}
.dynamicOpera
{
	color:#DDD;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	padding:3px;
	background-color:#000;
	border-top:1px solid #bd080d;
	width:200px;
	text-decoration:none;
	height:17px;
	text-align:left;
}
.dynamicHover
{
	background-color:#bd080d;
	text-decoration:none;
	padding:3px;
}
.dynamicSelected
{
	color:#000;
	text-decoration:none;
	background-color:#FFF;
	padding:3px;
}