@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	}
#container {
	width: 800px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 
#header {
	width: 800px;
	background-image: url(../images/hollowbanner.jpg);
	background-repeat: no-repeat;
	height: 175px;
	background-position: top;
	float: none;
	margin: 0;
	padding: 0;
	} 
#main
{
	margin: 0px;
	padding: 0px;
	width: 780px;
}

#sidebar1 {
	float: right;
	width: 200px;
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	}
h1 
	{
	color: #FF9900;
	font-size: 24px;
	}
h2 
	{
	color: #CC3300;
	font-size: 16px;
	}

#mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	} 
a:link 
{
	text-decoration: none;
	color:#CC3300;
}
a:visited
{
	color: #CC3300;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color:#FF9900;
}

a:active
{
	color: #CC3300;
	text-decoration: none;
}


#footer {
	padding: 0 10px 0 20px;
	} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h3
{
	color: #CC3300;
	font-size: 12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header p {
	color: #CC3300;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	vertical-align: text-bottom;
	margin: 0px;
	padding-top: 145px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	}

#footer p
{
	text-align: center;
}

#wideheader
{
	background-image: url(../images/hollowbanner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 140px;
	width: 800px;
}

.twoColFixRtHdr #container #mainContent p
{
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #container #mainContent h2
{
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #container #mainContent a
{
	text-decoration: none;
	color: #CC3300;
}
