@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	height: 1485px;
}
.oneColFixCtrHdr #navbar08 {
	background-color: #000000;
	height: 23px;
	width: 900px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2c2724;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2c2724;
}
.oneColFixCtrHdr #MainContainer {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1145px;
}
.oneColFixCtrHdr #BottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #header {
	background: #OOOOOO;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #flashSidebar {
	text-align: left;
	margin: 0;
	float: right;
	padding-top: 140px;
}
.oneColFixCtrHdr #picbox {
	background-color: #000000;
	float: right;
	width: 683px;
	margin-top: 1px;
}
.oneColFixCtrHdr #sidemenu {
	float: left;
	background-color: #000000;
	height: 1325px;
	padding-top: 15px;
	width: 215px;
	margin-top: 1px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2c2724;
}
.oneColFixCtrHdr #TextBox {
	float: right;
	width: 662px;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
