@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	font-variant: normal;
}
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #191919;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 0px;
	z-index: 4;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 35px;
	height: 1170px;
	z-index: 1;
	top: auto;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #F9C510;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 192px;
	background-color: #474747;
	z-index: 3;
	margin-top: -1px;
	visibility: inherit;
	position: static;
	height: 1171px;
}
#mainContent  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 55px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0;
	letter-spacing: normal;
	z-index: 2;
} 
.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;
	z-index: 5;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	z-index: 6;
}
.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;
	line-height: 0px;
	z-index: 7;
}
