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

body {
	font:11px/18px  Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #888888;
}
.oneColFixCtrHdr a:link,a:visited {
	color: #90BBE4;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr a:hover,a:active {
	color: #90BBE4;
	font-weight: bold;
	text-decoration: underline;
}
.oneColFixCtrHdr #fade {
	width: 730px;  /* using at least 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 2500px;
	background: #FFFFFF;
	background-image:url(img/fade.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	width: 690px;  /* using at least 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(img/hdr_bg.gif);
	background-repeat:repeat-y;
	padding: 0;
	float:left;
	width:690px;
	height:208px;
}
.oneColFixCtrHdr #header #logo {
	width: 200px;
	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: 28px 0 25px 42px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
}
.oneColFixCtrHdr #header #rtCol{
	width:285px;
	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: 28px 32px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: right;
	text-align: right;
}
.oneColFixCtrHdr #navigation {
	height:30px;
	margin:0;
	padding: 0; 
	clear: both;
	background-image:url(img/nav_bg.gif);
	background-repeat:repeat-x;
	border-top:solid 1px #E0E0E0;
	border-bottom:solid 1px #E0E0E0;
}
.oneColFixCtrHdr #navigation ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none
}
.oneColFixCtrHdr #navigation li {
	width:138px;
	height:30px;
	float:left;
	border:0;
	padding:0;
	margin:0;
}
.oneColFixCtrHdr #mainContent {
	width: 690px;
	padding: 0; 
	margin: 0;
	background: #FFFFFF;
	float: left;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size:16px;
	font-weight: normal;
	margin-bottom: 4px;	
}
.oneColFixCtrHdr #mainContent p {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;	
}
.oneColFixCtrHdr #mainContent #left {
	width: 255px;
	float:left;
	padding: 20px 20px 40px 40px; 
	margin: 0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent #left2 {
	width: 305px;
	float:left;
	padding: 20px 20px 40px 40px; 
	margin: 0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent #left2 ul {
	line-height: normal;
	margin: 0;
	padding: 10px 0 0 15px;
}
.oneColFixCtrHdr #mainContent #left2 li {
	line-height:normal;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
}
.oneColFixCtrHdr #mainContent #right {
	width: 265px;
	padding: 30px 40px 40px 0;
	margin: 0px;
	float: right;
}
.oneColFixCtrHdr #mainContent #right .title {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #439739;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent #full {
	height: 260px;
	padding: 20px 40px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent form {
	padding: 20px 40px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent label {
	color:#3074BB;
}
td {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4D7E9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #mainContent #green {
	width: 225px;
	font-size: 11px;
	color: #439739;
	background-color: #EEF9D7;
	padding: 18px;
	margin: 0;
	text-align: left;
}
.oneColFixCtrHdr #mainContent #green ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.oneColFixCtrHdr #mainContent #green li {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 12px;
	font-size: 10px;
}
.oneColFixCtrHdr #mainContent #Flash {
	width: 365px;
	float: right;	
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(img/ftr_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	clear: both;
}
.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 150px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-weight: normal;
}
