@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}
h1 {
	color: #3E5B57;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
}
h2 {
	color: #3E5B57;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
h3 {
	color: #3E5B57;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color: #3E5B57;
	font-size: 30px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight:bold;
}
p {
	font-size: 16px;
	margin-bottom:10px;
	margin-left:5px;
}
/******/
body  {
	background-color: #729685;
	background-image:url(../_images/navigation/page_assist/body_bg.png);
	background-repeat:repeat-x;
	color:666666;
	margin:0;
	padding:0;
	text-align:center;
}

.style_main #container { 
	background-image:url(../_images/navigation/page_assist/outerWrapper_bg.png);
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	text-align:left;
	width: 1001px;
	padding:0px 9px;
} 
.style_main #header { 
	background: #FFFFFF;
	background-image:url(../_images/header/header_Image.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0px 10px 0px 20px;
	height:190px;
} 
.style_main #header h1 {
	color:#FFF;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	margin:0px;
	margin-left:205px;
	font-size:20px;
} 
.style_main #topNavBar {
	background-image:url(../_images/navigation/page_assist/topNavigation_bg.png);
	background-repeat:no-repeat;
	background-position:0px -4px;
	height:80px;
	padding-left:5px;
	padding-top:10px;
}

.style_main #contentWrapper {
	background-image:url(../_images/navigation/page_assist/contentWrapper_bg.png);
	background-repeat:no-repeat;
	background-position:217px 0px;
	height:1%;
	min-height:0px;
	padding-bottom:40px;
	padding-left:0px;
	padding-top:10px;
	overflow:hidden;
}
.style_main #contentWrapper a{
	color: #1D3632;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
}
.style_main #sidebar1 {
	float: left; 
	width: 217px;
	background: #EBEBEB;
}
.style_main #sidebar1 h3, .style_main #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.style_main #mainContent {
	margin-left:216px;
	padding:0px 11px 17px 17px;
} 
.style_main #footer { 
clear:both;
	background-color:#0d322d;
	padding:29px 20px 8px 20px;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	background-image:url(../_images/navigation/page_assist/footer_bg.png);
	background-repeat:no-repeat;
	background-position:50% 0px;
} 
.style_main #footer a, .style_main #footer a:link {
	color:#FFF;
	padding:0px 30px;
	font-weight:bolder;
	border-left:solid 1px #FFF;
	text-decoration:none;
	text-align:center;
}
.style_main #footer a:hover {
	text-decoration:underline;
}
.style_main #footer a:first {
	padding-left:0px;
	border-left:0px;
}
.style_main #footerBottom {
	background-image:url(../_images/navigation/page_assist/footerBottom_bg.png);
	background-repeat:no-repeat;
	height:16px;
	width:1019px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
