@charset "utf-8";
/*  Start Main  */
html {
	height:auto !important;
	height:100%;
	min-height:100%;
	background-color: #333333;
	}
body {
	min-height:100%;
	background-color: #FFFFFF;
	width: 800px;
	margin: auto;
		}
#container {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	width: 800px;
	margin: auto;
	position: relative;
	height: auto;
	border: medium groove #333333;
	background-image: url(../images/left_bcg.gif);
	background-position: 20px;
	background-repeat: repeat-y;
}

/* End Main */

/* Start Left Nav */

#navCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-y;
	position: absolute;
	width: 220px;
	left: 20px;
	top: 160px;

}
#nav {
	background-image: url(../images/leftnav_bcg.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 365px;
	width: 220px;
}
#MenuPos {
	top: 10px;
	position: absolute;
	left: 25px;
	width: 186px;
	height: auto;
}

#btmNav {
	background-image: url(../images/left_bcg.gif);
	background-repeat: repeat-y;
	width: 220px;
	position: relative;
}

/* End Left Nav */

/* Start Header */

#header {
	background-image: url(../images/header_bcg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0px;
	width: 800px;
	position: relative;
	
}
#headerLogo {
	background-image: url(../images/header_logo2.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 220px;
	padding: 0px;
	height: 156px;
	margin-left: 20px;
}
#headerPics {
	position: relative;
	height: 100px;
	left: 265px;
	top: -125px;
	width: 500px;
}
#pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #539C3E;
	position: relative;
	width: 548px;
	top: -80px;
	left: 240px;
	margin: 10px;
}
#container #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	left: 240px;
	position: relative;
	margin: 15px;
	width: 530px;
	min-height: 365px;
	top: -80px;
}

#container #pageTitle hr {
	color: #539C3E;
}

/* End Content Area */

/* Start Footer */

#footer {
	position: absolute;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #54A03E;
	background-color: #E4E4DF;
	text-align: center;
	bottom: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#container #content a {
	color: #539C3E;
	text-decoration: underline;
}
