@charset "utf-8";
body {
	font: 8pt Arial, Helvetica, sans-serif;
	background:#000000;
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFFFFF;
}

ul, ol, dl {
	list-style:none;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

img.roll{
}

img.rollfade{
}

img.rollfade2{
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 1015px;
	background: #FFFF;
	margin: 0 auto; /* center */
}
.sidebarLogo {
	width: 243px;
	float:left;
}
.header {
	margin-left:243px;
	width: 772px;
	height: 50px;
}

.sitebarTitle{
	width: 189px;
	height: 83px;
}

.sidebarNav {
	float: left;
	width: 189px;
}
.content {
	float: left;
	width: 547px;
}

.rightEdge{
	float: left;
	width: 36px;
}

#contentId{
	background:#FFFFFF;
	color: #000000;
}
.footer {
	font-size:x-small;
	padding: 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}