@charset "utf-8";
body {
	margin: 30px 0 0 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: #42547b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/site_background.png) repeat-x #4c618c;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container #header #logo {
	float: left;
	padding-left:40px;
}
#container #header #head_banner {
	float: right;
}
#container #menu_container {
	clear: both;
	background-image: url(../images/menu_background.png);
	height: 36px;
	width: 800px;
	padding-top: 20px;
	padding-left: 50px;
	color:#fff;
}
#container #menu_container #headmenu a {
	color: #FFFFFF;
	font-size: 1.3em;
	text-decoration: none;
}
#container #contaner_top {
	background-image: url(../images/content_top.png);
	height: 9px;
	width: 100%;
}
.oneCol #container #content {
	background-image: url(../images/onecolback.png);
}
#container #content #leftmenu {
	float: left;
	width: 187px;
	margin-left: 35px;
	margin-right: 15px;
}
#container #content #leftmenu .lmenu {
	background-image: url(../images/lmenu_back.png);
}
#container #content #leftmenu .lmenu .tmenu {
	display: block;
	font-size: 1.3em;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration:none;
}
#container #content #leftmenu .lmenu .smenu {
	color: #47636f;
	display: block;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
	text-decoration:none;
}
#container #content #leftmenu .lmenu .lmenusep {
	background-image: url(../images/lmenu_sep.png);
	height: 14px;
	width: 100%;
}
#container #content #leftmenu .lmenu #lmenu_foot {
	background-image: url(../images/lmenu_foot.png);
	height: 5px;
	width: 100%;
}
#content #leftmenu #lmenu_top {
	background-image: url(../images/lmenu_top.png);
	height: 7px;
	width: 100%;
}
#container #content #content_main {
	float: right;
	padding-right: 40px;
	width: 570px;
}
#container #footer {
	background-image: url(../images/footer.png);
	height: 10px;
	width: 100%;
	margin-bottom: 20px;
}
#container #content #top_splash {
	text-align: center;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 10px;
	clear: both;
}
