@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999966;
}
.oneColFixCtrHdr #header {
	background-color: #666633;
	height: 65px;
}
.oneColFixCtrHdr #flash {
	background-color: #666633;
	height: 400px;
}
.oneColFixCtrHdr #navbar {
	background-color: #ADB8BA;
	height: 33px;
}
.oneColFixCtrHdr  #text  {
	background-color: #999966;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: auto;
	margin-top: 0px;
	height: 118px;
}
.oneColFixCtrHdr #footer {
	background:#333333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #text_long {
	background-color: #999966;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: auto;
	margin-top: 0px;
}
