@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background: #666666;
	/* background-image: url(images/background_asphalt.jpg); */
	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;
	background-image:url(images/backgrndPttrn.gif)
}
.mainBodyContent {
	margin: 0px 5px 0px 20px;
	}
h1, h2, h3, h4, h5, h6 {
	color:#197A30;  /* Defines All Headline Colors */
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 19px;  /* Bar-style Headline */
	display:block;
	background-color:#ededed;
	padding:8px 5px 8px 5px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
h4, h5 {
	font-size: 11px;
	font-weight:bold;
}
.oneColFixCtrHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* All Main Content Rules */

.oneColFixCtrHdr #mainContent {
	padding: 25px 57px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	line-height:17px;
	text-align:left;
}
.oneColFixCtrHdr #mainContent a:link {
	text-decoration: underline;
	font-weight:normal;
	color: #006699;
}
.oneColFixCtrHdr #mainContent a:visited {
	text-decoration: underline;
	font-weight:normal;
	color: #006699;
}
.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #006699;
}
.oneColFixCtrHdr #mainContent a:active {
	text-decoration: underline;
	font-weight:normal;
	color: #006699;
}



.oneColFixCtrHdr #footer {
	padding: 0 0 0 0;
}
.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 */
}
.oneColFixCtrHdr #footer a:link {
	text-decoration: underline;
	font-weight:normal;
	color: #006699;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration: underline;
	font-weight:normal;
	color: #006699;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #006699;
}
.oneColFixCtrHdr #footer a:active {
	text-decoration: underline;
	font-weight:normal;
	color: #006699;
}




.txt_grey {
	color: #999999;
	font-size: 10px;
}

.navDefault {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #FFFFCC;
	text-transform:uppercase;
}
.navDefault a:link {
	text-decoration:none;
	color: #FFFFCC;
	padding: 8px 9px 8px 9px;  /*-- This Adjusts the navigation spacing --*/
}
.navDefault a:visited {
	text-decoration:none;
	color: #FFFFCC;
	padding: 8px 9px 8px 9px;
}
.navDefault a:hover {
	text-decoration:none;
	color: #CCFF00;
	background-color:#2B6100;
	padding: 8px 9px 8px 9px;
}
.navDefault a:active {
	text-decoration:none;
	color: #ffffff;
	padding: 8px 9px 8px 9px;
}
.txt_formGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}