@charset "UTF-8";
body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/bg.gif);
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	color: #CCCCCC;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.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;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#header a {
	text-decoration: none;
	padding: 5px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.lff {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
h3 {
	color: #FF3300;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header a:hover {
	color: #000000;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#mainContent h1 {
	font-size: 20px;
	background-color: #006CB9;
	display: block;
	margin: 0px;
	padding: 15px;
	color: #FFFFFF;
}
.img {
	border: 0px none;
}
.nother {
	font-size: 9px;
	line-height: 1.4;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.top {
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	background-color: #006CB9;
}
.wide {
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;
	width: 200px;
}
.size {
	text-align: left;
	width: 100px;
}
h2 {
	font-size: 11px;
	color: #006CB9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainContent p {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #006CB9;
}
.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 */
}

