	
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 { 
	color: #59863c;
	font-weight: bolder;
	font-size: 18px;
	margin-top: 0px;
	display:inline;
}
h2 { 
	color: #59863c;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	display:inline;
}
h3 { 
	color: #59863c;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	display:inline;
}
a { color: #0000cc; font-weight: normal; text-decoration: underline;}
a:hover { text-decoration: none; }

.footerTxt 
{
	color: #369c02; 
	font-weight: normal; 
	text-decoration: none;
}

p { line-height:18px; }


#subnavTop {
	width: 100%;
	height: 36px; /* was 46 */
	background-image:url(/assets/images/template/bg_SubNavTopGreen.gif);
	background-repeat:repeat-x;
	margin-bottom: 7px;
}
#subnavTop .content {
	margin-left: auto;
	margin-right: auto;
	width: 764px;

}

#subnavTop #subnavTxt { 
	height: 20px; /* was 40 */
	padding-top: 13px;
	padding-left: 42px;
	padding-right: 42px;
	background-image:url(/assets/images/template/spacerGreen.gif);
	background-repeat:no-repeat; 
	float: left;
}
#subnavTop #subnavCrumbs { 
	height: 20px; /* was 40 */
	width: 370px; 
	padding-top: 13px;
	padding-left: 42px;
	padding-right: 42px;
	background-image:url(/assets/images/template/spacerGreen.gif);
	background-repeat:no-repeat; 
	float: right;
	text-align:right;
	color: #FFF;
}


#subnavTop .content a { 
	color: #FFF; 
	font-weight: bold;
	text-decoration:underline;
}
#subnavTop .content a:hover { text-decoration:none; }




#subnavBottom {
	width: 100%;
	height: 49px;
	background-image:url(/assets/images/template/bg_SubNavBotGreen.gif);
	background-repeat:repeat-x;
	margin-top: 11px;
	
}
#logo_layer {
	/* height: 105px; */ /* was 121 */
	padding-bottom: 2px;
}

#logo_layer img {
	float: left;
}

#nav_layer {
	margin-bottom: 2px;
}

#CMHAcontent {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 764px;
	/*width:980px;*/
	
	/* global text properties */
	background-color: #fff;
	color: #6f6f6f;
}

#main {
	padding-left: 5px;
	padding-right: 5px;
}

#footer_layer { 
	/* background-color: #dfdfdf; */
	border-top: 2px solid #3f9e02;
	border-bottom: 1px solid #3f9e02;
	margin-top: 15px;
	text-align: center;
}

#footer_layer td {
	width: 33%;
	font-size: 11px;
	/* background-color: #dfdfdf; */
}

#footer_layer td a:hover {
	text-decoration: underline;
}

.mainLink {
	margin-top: 20px;
	padding-left: 25px;
	background-image:url(/assets/images/logosm.gif);
	background-repeat:no-repeat;
}

.mainLink a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.mainLink a:hover { text-decoration: none; }
.caption { padding-top: 7px; }
.caption h2 { color: #fff; }


