@charset "utf-8";
html, body {
	margin: 0 0 0 20px; /* 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: #336600;
	background-color: #336600;
	background-image: url(images/Bkg_Gradient2.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0;
	height: 100%;
	widows: 850px;
}
.oneColFixCtrHdr #mainContent {
	padding: 1px 60px 20px 60px;
	background-image: url(images/GeneralBKG.jpg);
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px 0px 0px 0px;
}
#mainContent #LeftNav  {
	width: 230px;
	float: left;
	background-image: url(images/LeftMenuBKG.gif);
	background-repeat: repeat-y;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0;
	text-align: left;
}
#mainContent #News {
	float: left;
	width: 350px;
	padding: 0 20px 0 0px;
	border-right-color: #336600;
	border-bottom-width: 1px;
}
#mainContent #NewsRight {
	float: right;
	width: 350px;
}


.oneColFixCtrHdr #menu {
	background-image: url(images/TopMenuBKG2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.captions {
	font-size: 0.75em;
}
.oneColFixCtrHdr #container {
	width: 850px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	padding: 0;
}
.oneColFixCtrHdr #header {
	background-color: #617A39;
	background-image: url(images/HeaderMenuCombo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 185px;
	margin: 0px;
	padding: 0;
}
#header #TopNav {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 850px;
	height: 40px;
	padding: 143px 0px 0px 60px;
	margin: 0 0 0 60px;
	text-align: center;
}

#LeftNav #LeftNavButtons {
	padding-left: 10px;
	margin: 0px;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 212px;
	padding: 45px 10px 0px 0px;
}
.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 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFCC;
	text-align: center;
	font-size: 0.65em;
}

a.jpg:link {color: #336633; font-family: Arial, Helvetica, sans-serif; text-decoration: none}
a.jpg:visited {color: black; font-family: Arial, Helvetica, sans-serif; text-decoration: none}
a.jpg:hover {color: black; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 150%}

a.right:link {color: #336633; font-family: Arial, Helvetica, sans-serif}
a.right:visited {color: #336633; font-family: Arial, Helvetica, sans-serif}
a.right:hover {color: #336633; font-family: Arial, Helvetica, sans-serif; font-size:120%}

a.svc:link {color: #336633; font-family: Arial, Helvetica, sans-serif}
a.svc:visited {color: #336633; font-family: Arial, Helvetica, sans-serif}
a.svc:hover {color: #336633; font-family: Arial, Helvetica, sans-serif}
ul.disc {list-style-type: disc}

a.end:link {color: #FFFFCC; text-decoration: none}
a.end:visited {color: black; text-decoration: none}
a.end:hover {color: black}

.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;
}
.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;
}
