@charset "utf-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EBEBEB;
	background-color: #272727;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	font-size: 11pt;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-variant: small-caps;
	line-height: 15pt;
}
a {
	color: #ADFC01;
	text-decoration: none;
}
a hover {
	color: #FDFD00;
}


.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header02.png);
}
.oneColFixCtrHdr #navbar {
	font-size: 9pt;
	color: #272727;
	text-decoration: none;
	text-align: center;
	line-height: 15pt;
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container #navbar a {
	color: #272727;
}

.oneColFixCtrHdr #header {
	background-image: url(images/header01.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #wrapper {
	width: 780px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #mainContent {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
}
#box_1 {
	width: 220px;
	background-color: #333;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 200px;
}
#box_2 {
	width: 220px;
	background-color: #595959;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	height: 200px;
	font-size: 12px;
}
#box_3 {
	width: 220px;
	background-color: #FFF;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	height:200px;
}
#box_4 {
	width: 220px;
	background-color: #232323;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 250px;
	font-size: 12px;
}
#box_5 {
	width: 250px;
	background-color: #3C3C3C;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 250px;
}
#box_6 {
	width: 220px;
	background-color: #737373;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 250px;
	font-size: 10pt;
}
#box_7 {
	width: 220px;
	background-color: #3A3A3A;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 310px;
	font-size: 9pt;
	line-height: 15pt;
}

#box_8 {
	width: 480px;
	background-color: #999;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	height: 310px;
	font-size: 9pt;
}



.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #B5F301;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #272727;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #333;
}
.oneColFixCtrHdr #footer a   {
	color: #333;
	font-weight: bold;
}
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}
a:visited {
	color: #ADFC01;
}
a:hover {
	color: #ADFC01;
	text-decoration: underline;
}
a:active {
	color: #ADFC01;
}
