@charset "UTF-8";
body {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtrHdr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	height: 100px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.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 */
	color: #F90;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
	text-align: center;
}
.oneColFixCtrHdr #container #header p a {
	text-decoration: none;
	color: #FFF;
}
body links {
	text-decoration: none;
	color: #000;
}
.oneColFixCtrHdr #container #mainContent p a {
	color: #F00;
	text-decoration: none;
}
.oneColFixCtrHdr #flash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	height: 1100px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #flash table tr td {
	color: #CCC;
	font-size: 110%;
	line-height: 160%;
}
.oneColFixCtrHdr #topnav {
	background-color: #000;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	color: #666;
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #container #topnav a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #topnav {
	color: #666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #mainContent table tr td a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #flash table tr td table tr td {
	font-size: 80%;
}
.oneColFixCtrHdr #container #flash table tr td table tr td a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #flash table tr td p a {
	color: #FC3;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
