@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	vertical-align: top;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1090px;
	margin: 0 auto;
	vertical-align: top;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* 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. */
	margin: 0px;
}
.oneColFixCtrHdr #header img {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	text-align: left;
	background-color: #000000;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-left: 10px;
	padding-top: 0px;
}
.oneColFixCtrHdr #mainContent img {
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.oneColFixCtrHdr #email {
	color: #FFFFFF;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}
.oneColFixCtrHdr #email a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.oneColFixCtrHdr #email a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.oneColFixCtrHdr #email a:hover {
	color: #EE3B33;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	float: none;
	padding-top: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 5px;
	line-height: 20px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.oneColFixCtrHdr #navbar {
	margin: 0px;
}
.oneColFixCtrHdr #navbar ul{
	background-color:#666666;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.oneColFixCtrHdr #navbar ul li{
	display: inline;
	padding: 0;
	margin: 0;
} .oneColFixCtrHdr #navbar ul li a {
	text-decoration: none;
	padding-left: 25px;
	color: #FFFFFF;
	padding-right: 25px;
}
.oneColFixCtrHdr #navbar ul li a:hover {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}
.oneColFixCtrHdr #footer {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer img {
	padding-right: 5px;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}
.oneColFixCtrHdr #footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.fltrt { /* this class can be used whenever you wish to float an element to the right side of the page. The floated element must be placed above the element that will display next to it in the source code. */
float: right;
margin-left: 8px;
}

.fltlft { /* this class can be used whenever you wish to float an element left on the page */
	float: left;
	margin-right: 15px;
}
.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;
font-size: 1px;
line-height: 0px;
}
*html .visualIEFloatFix {
	height: 0.01%}
