@charset "utf-8";
body {
	background-image: url(../images/mainBGCR.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	min-height: 100%;
	background-color: #000000;
}
a {
color:#999999;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;
}
a:visited {
color:#999999;
text-decoration:none;
}
html{
	color: #666666;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;	
	min-height:100%;
}
#LEFTDIV {
	text-align: right;
	vertical-align: top;
	height: 100%;
	width: 125px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav{
	position:absolute;
	left:0;
	top:0;
	float: left;
}
#MAINDIV {
	text-align: left;
	width: 916px;
	background-color: #000000;
	vertical-align: top;
	min-height: 100%;
	position: absolute;
	left: 125px;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #000000;
	float: left;
}
#CONTENT {
	vertical-align: top;
	height: 100%;
	height: auto;
	padding-bottom: 15px;
	height: 100%;
	width: 100%;
}
#leftContent
{
	/*background-color:#FFFFFF;*/
	width: 520px;
	display: inline;
	float: left;
}
#rightRail
{
	/*background-color:#990033;*/
	display: inline;
	width: 350px;
	float: left;
	margin-left: 30px;
}
h1
{
	/*background-color:#FFFFFF;*/
	width: 100%;
	padding: 5px;
	background-color: #222;
	border: 1px solid #222;
	margin: 0px;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
}
h2
{
	/*background-color:#FFFFFF;*/
	width: 100%;
	padding: 5px;
	background-color: #161616;
	border: 1px solid #161616;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
}
.sectionContent
{
	/*background-color:#FFFFFF;*/
	width: 100%;
	padding: 10px 5px 15px 5px;
	border: solid 1px #161616;
	margin: 0px 0px 0px 0px;
}
.sectionContentFlash
{
	/*background-color:#FFFFFF;*/
	width: 360PX;
	padding: 0px;
	border: solid 1px #161616;
	margin: 0px 0px 15px 0px;
}
.clearit
{
	clear: both;
}
.padder
{
	padding-bottom: 35px;
	width: 100%
}
