body {
	margin: 0px;
	background-image:url(images/backgroundGradient.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
}
.mhaLogo{
	background-repeat:no-repeat;
}
.belowLogoImage{
	background-image:url(images/belowLogoImage.jpg);
	background-repeat:no-repeat;
}
.middleTopImage{
	background-image:url(images/middleTopImage.jpg);
	background-repeat:no-repeat;
}
.middleBotImage{
	background-image:url(images/middleBotImage.jpg);
	background-repeat:no-repeat;
	border:solid 2px;
	border-bottom-color:#FFFFFF;
	border-right-color:#FFFFFF;
}
.rightTopImage{
	background-image:url(images/rightTopImage.jpg);
	background-repeat:no-repeat;
	border:solid 2px;
	border-bottom-color:#FFFFFF;
}
.rightBotImage{
	background-image:url(images/rightBotImage.jpg);
	background-repeat:no-repeat;
}
.topEdge{
	background-image:url(images/topEdge.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:1000px;
}
.botEdge{
	background-image:url(images/botEdge.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width: 1250px;
}
.leftEdge{
	background-image:url(images/leftEdgeBckgrd.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:23px;
}
.rightEdge{
	background-image:url(images/rightEdgeBckgrd.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width: 23px;
}
.topLeftCorner{
	background-image:url(images/topLeftCorner.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.topRightCorner{
	background-image:url(images/topRightCorner.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.botLeftCorner{
	background-image:url(images/botLeftCorner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.botRightCorner{
	background-image:url(images/botRightCorner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.navGradientBlue{
	background-image:url(images/navGradientBlue.jpg);
	background-repeat:repeat-x;
	height: 40px;
}
.contentBackgroundColor{
	background-color:#FDF8EA
}

#ctaTable {
	width:270px;
}
.ctaBoxTop{
	background-color:#E08057;
	
}
.ctaBoxBot{
	background-color:#619A9A;
}
.subCTABoxTitle{
	background-color:#D65720;
	
}
select {
	font: bold 11px "Times New Roman", Times, serif;
	color: #000000;
}
form input{
	font: bold 11px "Times New Roman", Times, serif;
	color: #000000;
}
form {
	margin: 0px;
}
ul {
	list-style: square outside;
	margin-left: 20px; padding-left: 0;
}
li {
	margin-bottom: 5px;
}
td {
	font: normal 14px/17px "Times New Roman", Times, serif;	color: #000000;
	text-align: left;

}
td a:link {
	font: normal 14px/17px "Times New Roman", Times, serif;	color: #D65720;
	text-decoration: underline;
}
td a:visited {
	font: normal 14px/17px "Times New Roman", Times, serif;	color: #D65720;
	text-decoration: underline;
}
td a:hover {
	font: normal 14px/17px "Times New Roman", Times, serif;	color: #E08057;
	text-decoration: none;
}
td a:active {
	font: normal 14px/17px "Times New Roman", Times, serif;	color: #E08057;
	text-decoration: none;
}
.border {
	border: 1px solid #DF0918;
}
