@charset "windows-1252";
body {
	font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	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: #333333;
	background-color: #aebca9;
	background-image: url(../images/bg_master.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.oneColFixCtr #container {
	width: 900px;
	background-color: #f5f5f5;
	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. */
}

.oneColFixCtr #minorLinx {
	background-color: #6c8e5f;
	width: 900px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/bg_minor_linx.jpg);
}
.oneColFixCtr #minorLinx li {
	display: block;
	float: right;
	font-size: .6em;
	color: #d2efcf;
	margin: 3px;
	padding: 0;
}
.oneColFixCtr #minorLinx .spacerFloat {
	display: block;
	float: right;
	font-size: .6em;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #minorLinx li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #minorLinx li a:hover {
	display: block;
	color: #d2e5cf;
	text-decoration: none;
	margin: 0;
	padding: 0;
}


.oneColFixCtr #hdr {
	clear: both;
	margin: 0;
	padding: 0;
}

.oneColFixCtr #majorNav {
	background-image: url(../images/bg_major_nav.jpg);
	width: 900px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #435c39;
	}

/* float clearing method:::: */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
.oneColFixCtr #container #majorNav .zplace {
	z-index: 10;
}

*html .clear {
	height: 1px;
}


.oneColFixCtr #mainContent {
	clear: both;
	padding: 0;
	width: 898px;
	border-right: 1px solid #989f96;
	border-left: 1px solid #989f96;
	border-top: none;
	border-bottom: none;
	background-color: #f5f5f5;
	background-image: url(../images/bg_sub_main_content.gif);
}

.oneColFixCtr #majorLinxShadow {
	clear: both;
	padding: 0;
	margin: 0;
	width: 898px;
}

.oneColFixCtr #sidebarNav {
	float: left;
	width: 177px;
	margin: 0 0 0 12px;
	background-color: #dde5da;
	font-family: Tahoma, Verdana, Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
}
.oneColFixCtr #sidebarNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #sidebarNav .sidebarNavHdr {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 6px;
	background-image: url(../images/bg_sidebar_nav_hdr.gif);
	background-color: #ccd9c7;
	font-size: 1.25em;
	font-weight: normal;
	color: #2f4931;
	border-bottom: 1px solid #aab8a5;
	background-repeat: no-repeat;
}
.oneColFixCtr #sidebarNav .sidebarNavHdr a {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	color: #2f4931;
	text-decoration: none;
}
.oneColFixCtr #sidebarNav .sidebarNavHdr a:hover {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
	background: none;
	text-decoration: none;
}

.oneColFixCtr #sidebarNav a {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	color: #666666;
}
.oneColFixCtr .sidebarNavStatic {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	background-color: #bdccb8;
}
.oneColFixCtr #sidebarNav a:hover {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	background-color: #bdccb8;
}
.oneColFixCtr #sidebarNav img {
	margin: 0;
	padding: 20px 0 0 0;
	background-color: #f5f5f5;
}

.oneColFixCtr #content {
	margin: 2px 30px 0px 222px;
	padding: 0;
}

.oneColFixCtr #content .breadcrumb {
	margin: 0;
	padding: 0;
	font-size: .6em;
	color: #2f4931;
}
.oneColFixCtr #content .breadcrumb a {
	margin: 0;
	padding: 0;
	color: #808080;
	text-decoration: none;
}
.oneColFixCtr #content .breadcrumb a:hover {
	color: #000000;
	text-decoration: none;
}


.oneColFixCtr #content h1 {
	color: #2f4931;
	font-size: 1.2em;
	font-family: Georgia, Times, 'Times Roman', serif;
	font-weight: normal;
	line-height: 1.2em;
	background-image: url(../images/bg_sub_h1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 0px;
	margin: 0;
}

.oneColFixCtr #content h2 {
	color: #2f4931;
	font-size: .9em;
	font-family: Georgia, Times, 'Times Roman', serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 10px 20px 10px 0;
	margin: 0;
}
.oneColFixCtr #content h3 {
	font-family: Tahoma, Verdana, Trebuchet, Geneva, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.8em;
	padding: 20px 20px 0 0;
	margin: 0;
	font-weight: bold;
}
.oneColFixCtr #content p {
	font-family: Tahoma, Verdana, Trebuchet, Geneva, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 2em;
	padding: 10px 20px 10px 0;
	margin: 0;
}
.oneColFixCtr #content a {
	color: #1f4d22;
}
.oneColFixCtr #content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 6px 48px;
	padding: 0;
}
.oneColFixCtr #content ul li {
	margin-top: 12px;
	padding: 0;
}
.oneColFixCtr #content ul li ul {
	margin:  0 0 0 40px;
	padding: 0;
	font-family: Tahoma, Verdana, Trebuchet, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
}
.oneColFixCtr #content ul li ul li {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.oneColFixCtr #content .formOnline {
	padding: 12px;
	float: left;
	background-color: #e9ede7;
	width: 600px;
}
.oneColFixCtr #content .formOnline .formTxt {
	float: left;
	clear: left;
	width: 20em;
	margin-right: 10px;
	text-align: right;
	padding-right: 6px;
}
.oneColFixCtr #content .formOnline input {
	margin-top: 0;
}
.oneColFixCtr #content .formOnline p {
	margin: 0;
	padding: 2px;
}
.formRequiredInput {
	color: #bb0000;
}

.oneColFixCtr #content .formOnline .formTxtInfo {
	line-height: 1.2em;
	padding: 0;
	/*padding: 10px 20px 10px 0;*/
	margin: -4px 0 0 2em;
}

.oneColFixCtr #content .dataBox {
	width: 600px;
	background-color: #e9ede7;
	padding: 0;
	margin: 0;
}
.oneColFixCtr #content .dataBox h2 {
	background-color: #dde5da;
	padding-left: 12px;
}
.oneColFixCtr #content .dataBox h3 {
	padding-left: 12px;
}
.oneColFixCtr #content .dataBox p {
	padding-left: 12px;
}
.oneColFixCtr #content .dataBox .txtSource {
	padding: 0 0 8px 24px;
	font-size: .7em;
	margin: 0;
}
.oneColFixCtr #content .dataBox table {
	padding: 0;
	margin: 0;
	width: 100%;
}
.oneColFixCtr #content .dataBox table td {
	padding: 12px;
	margin: 0;
	font-family: Tahoma, Verdana, Trebuchet, Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	vertical-align: bottom;
}



.oneColFixCtr #content .ctrUnit {
	line-height: 1em;
	margin: 0;
	padding: 12px 40px 12px 0;
	text-align: center;
}


.oneColFixCtr .tableBGlite {
	background-color: #e9ede7;
}
.oneColFixCtr .tableBGdark {
	background-color: #dde5da;
}
.oneColFixCtr .tableBGhdr {
	background-color: #bdccb8;
	font-weight: bold;
}


.oneColFixCtr #aboveFooter {
	background-color: #f5f5ee;
	border-left: 1px solid #989f96;
	border-right: 1px solid #989f96;
	width: 898px;
}
.oneColFixCtr #footer {
	background-color: #6c8e5f;
	width: 900px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_minor_linx.jpg);	
}
#footer p {
	margin: 0;
	padding: 8px;
	color: #d2e5cf;
	font-size: .6em;
}

.centerImg {  /*use me to center elements within a DIV  */
	text-align: center;
	z-index: 1;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	/*margin-right: 8px;*/
}
.fltlftMarLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.clearfloatSpacer {
	clear:both;
    height:12px;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sitemapAnchors a {
	text-decoration: none;
}
.sitemapAnchors a:hover {
	text-decoration: underline;
}