@charset "utf-8";
/* CSS Document */

body {
	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: #222;
	background-color: #7AC141;
	background-image: url(../images/BG-slice.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #7ac142;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #7ac142;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
.ServiceArea p {
		font-family: Georgia, "Times New Roman", Times, serif;

	}
ul {
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
li {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
a, a:link, a:visited, a:active {
	color:#006600;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}
.footnote {
	text-align:right;
	font-size:10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #container {
	width: 984px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtrHdr #container #Logo {
	background-image: url(../images/CHE_Logo.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 250px;
	position: absolute;
	z-index: 1000;
	top: 25px;
	left: 660px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/CHE_Banner.png);
	background-repeat: no-repeat;
	height: 335px;
	width: 969px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColFixCtrHdr #header #Banner {
	overflow: hidden;
	height: 327px;
	width: 938px;
}

.oneColFixCtrHdr #NavBar {
	background-image: url(../images/CHE_NavBar.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 934px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7ac142;
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/CHE_Tile.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
	clear: both;


}
.oneColFixCtrHdr #footer {
	background-image: url(../images/CHE_Footer.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 130px;
	width: 904px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer .author {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666665;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.greenlounge {
	font-size: 11px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.greenlounge a, .greenlounge a:link, .greenlounge a:visited, .greenlounge a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.greenlounge a:hover {
	color: #000;
	text-decoration: underline;
}
.Get_Flash {
	text-align: center;
	width: 900px;
}
