/* Start of CMSMS style sheet 'General CSS' */
body
{
	background-color: #1e1e1e;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #adadad;
}

h1, h2, h3, h4, h5, h6
{
color: #FFFFFF;
font-family: Arial
}

a, a:link, a:visited, a:active, 
span.newsArcive a:link, span.newsArcive a:visited, span.newsArcive a:active, span.newsArcive a,
.picturelist a
{
	color: #c2cf32;
	text-decoration: none;
}

a:hover, span.newsArcive a:hover
{
	text-decoration: underline;
}

div#mainWrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 900px;
}

div#topHeader
{
	width: 900px;
	height: 115px;
	background-image: url('/images/tab.png');
	background-repeat: repeat-x;
}

div#movieClip
{
/*	width: 900px;
	height: 325px;
	margin: 0;
	padding: 0;*/
}

div#contentWrapper{
	float: left;
	width: 100%;
}

div#contentColumn{
	float: left;
	width: 500px;
}

div#contentColumn h1
{
 margin-top: 0px;
}

div#leftColumn{
	float:left;
	width: 200px; 
	height: 440px;
background-color: #1a1a1a;
}

div#rightColumn{
	float: left;
	width: 200px;
}

div.columnHeader
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
	height: 34px;
	padding-left: 21px;  vertical-align: middle;

}

div.columnContent
{
	font-size: 11px;
	font-family: Tahoma;
	color: #adadad;
	padding-left: 21px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1a1a1a;
}

div.columnContent h1
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

div.columnSponsor
{
	border: 1px solid #353535;
	height: 100px;
	width: 198px;
	margin-bottom: 2px;
}

div.columnSponsor img, div#topLogo img
{
	border: none;
}

div.columnSponsor a
{
	text-decoration: none;
}


div#contentContainer
{
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 15px;
}

div#bottomFooter
{
	clear: both;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 3em;
}

div#bottomFooter span
{
	padding-left: 2.5em;
	padding-right: 2.5em;
}

div#bottomFooter a
{
	color: #FFFFFF;
font-family: Arial;
}

div#copyFooter
{
	text-align: center;
	font-family: Tahoma;
	font-size: 10xp;
	padding-top: 1.8em;
	padding-bottom: 1em;
}

div#copyFooter a
{
	color: #adadad;
}

div.newsLink a
{
color: #adadad;
text-transform: uppercase;
}
/* End of 'General CSS' */

