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

body {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/layout/headerxtra2.jpg);
	height: 209px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
}
.oneColFixCtrHdr #header #contact {
	padding-top: 80px;
	padding-right: 10px;
	margin: 0px;
	float: right;
}
.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-color: #FFFFFF;
	background-image: url(../images/layout/background2.jpg);
	margin: 0;
	height: 100%;
	width: 955px;
	background-repeat: repeat-y;
	clear: both;
	padding: 0px;
}

.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#head2colwrapper {
	width:955px;
	height: 105px;
}
#headleftcol {
	width:125px;
	float: left;
	padding-left: 20px;
	padding-top: 65px;
	height: 40px;
	padding-right: 5px;
}
#headrightcol {
	width:195px;
	float: right;
	height: 50px;
	padding-top: 55px;
}
.oneColFixCtrHdr #container #header #head2colwrapper #headrightcol form {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #header #head2colwrapper #navwrapper {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 105px;
	width: 803px;
}
.oneColFixCtrHdr #container #header #head2colwrapper #navwrapper #nav {
	margin: 0px;
	float: left;
	height: 105px;
	width: 580px;
}
.oneColFixCtrHdr #container #mainContent #mainleftcol {
	float: left;
	height: auto;
	width: 125px;
	padding-left: 20px;
	padding-right: 5px;
}
.oneColFixCtrHdr #container #mainContent #main2colwrapper {
	float: right;
	height: auto;
	width: 803px;
}
.oneColFixCtrHdr #container #mainContent #main2colwrapper #mainbody {
	float: left;
	height: auto;
	width: 560px;
	padding-top: 0px;
	padding-left: 20px;
	font-size: 12px;
	color: #325F13;
}
.oneColFixCtrHdr #container #mainContent #main2colwrapper #mainrightcol {
	float: right;
	height: auto;
	width: 204px;
	padding-left: 16px;
}
.oneColFixCtrHdr #container #toplevelwrapper {
	background-image: url(../images/layout/background2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.oneColFixCtrHdr #container #toplevelwrapper #mainContent #mainleftcol .subheadings a {
	font-size: 12px;
	color: #325F13;
	text-decoration: none;
}
.oneColFixCtrHdr #container #toplevelwrapper #mainContent #mainleftcol .subheadings a:hover {
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #toplevelwrapper #mainContent #mainleftcol .mainheadings a {
	font-size: 14px;
	color: #325F13;
	text-decoration: none;
}
.oneColFixCtrHdr #container #toplevelwrapper #mainContent #mainleftcol .mainheadings a:hover {
	font-size: 14px;
	color: #003300;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #toplevelwrapper #footer a {
	font-size: 12px;
	color: #325F13;
	text-decoration: none;
}
.oneColFixCtrHdr #container #toplevelwrapper #footer a:hover {
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #toplevelwrapper #mainContent  a {
	color: #325F13;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #toplevelwrapper #mainContent  a:hover {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #toplevelwrapper #mainContent #main2colwrapper #mainbody .credits {
	font-size: 10px;
}

