@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;
	background-color: #BBC4DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 20px;
	background-image: url(images/container_bck.png);
	background-position: left top;
	color: #FFFFFF;
}
.oneColFixCtrHdr #headertop {
	width: 920px;
	padding: 20px 10px 0 20px;  /* 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: 0 0 0 0;
	background-color: #000000;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	float: right;
}
.oneColFixCtrHdr #headerbottom {
	width: 950px;
	background: url(images/banner.png) no-repeat top left;
	padding-top: 0px;
	font-size: 10px;
	height: 150px;
	margin-top: 50px;
}
.oneColFixCtrHdr #headerbottom h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left: -9000px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #mainContent th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	height: 25px;
	background-color: #000000;
	font-weight: bold;
}

.oneColFixCtrHdr  #mainContent  td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	height: 25px;
}
.oneColFixCtrHdr #footerleft {
	width: 465px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #000066;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF33;
	font-weight: bold;
}
.oneColFixCtrHdr #footerright {
	width: 465px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0px 10px 0 0;
	float: right;
	text-align: right;
	height: 35px;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF33;
	font-weight: bold;
}
.oneColFixCtrHdr #footerleft 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 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footerright 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 10px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #66FF66;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #66FF66;
	font-weight: bold;
}
a:hover {
	color: #00B000;
	font-weight: bold;
}

.style1 {
	background-image: url(images/tablecell.png);
}
.style2 {
	color: #FFCC00;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9CD2FE;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFF33;
}
