@charset "utf-8";
body {
	font: 100% 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: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#lower_nav {
	width: 780px;
	height: 25px;
	float: left;
	margin-top: 0px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.oneColFixCtrHdr #header {
	height: 224px;
	width: 530px;
	float: left;

}
#nav {
	float: right;
	height: 224px;
	width: 250px;
}
#jump_menu {
	float: left;
	height: 25px;
	width: 780px;
	background-color: #367D05;
	margin-top: 7px;
}

.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 */
}
#pre_header {
	float: left;
	height: 66px;
	width: 780px;
	margin-top: 5px;
}

.oneColFixCtrHdr #mainContent {
	background-color: #ececec;
	width: 500px;
	height: 450px;
	float: left;
	margin-top: 3px;
	margin-left: 6px;
	border: 1px solid #9AD933;
	padding-right: 3px;
	padding-left: 5px;
	margin-right: 3px;

}
#sideBar_2 {
	float: right;
	height: 450px;
	width: 130px;
	margin-top: 5px;
	background-color: #97D937;
}

#sideBar_1 {
	float: left;
	height: 450px;
	width: 130px;
	margin-top: 5px;
	background-color: #97D937;
}

.oneColFixCtrHdr #footer {
	width: 780px;
	height: 65px;
	float: left;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../Assets/images/footer_bkg.jpg);

}
#footer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	line-height: 20px;
}

.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 */
}
