@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: #333;
	background-color: #476b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #container {
	width: 991px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #476B8B;
}
.oneColFixCtrHdr #header {
	background-color: #476B8B;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #476B8B;
}
.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 */
}
h1 {
	color: #61ab1c;
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	word-spacing: 8px;
	letter-spacing: 4px;
	padding-top: 10px;
	text-transform: uppercase;
}
h3 {
	color: #18456e;
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
	text-transform: uppercase;
}
#headerDiv {


}
#header #headerDiv #bannerImages {
	width: 991px;
	height: 100px;
	margin-bottom: 10px;
}


#menuDiv {
	margin-left: 2px;
	height: 22px;
}
#footerMenuDiv {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
}
#footerCompanyDiv {
	text-align: center;
	margin-top: 15px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.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;
}
#loginForm {
	width: 250px;
	text-align: center;
	float: right;
}
#indexMainContent {
	width: 700px;
	float: left;
}
#mainContainer {
	height: 730px;
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
}
#header #headerDiv #bannerImagesIndexPg {
	width: 991px;
	height: 179px;
	margin-bottom: 10px;
}
#mainContent table tr th {
	color: #61AB1C;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 7px;
}
h5 {
	font-size: 18px;
	color: #61ab1c;
}
.paragraphStarter {
	color: #476B8B;
	font-weight: bold;
}
.paragraphJustified {
	text-align: justify;
}
