@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg1.jpg) no-repeat;
	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: #000000;
}


img, div { behavior: url(iepngfix.htc) }
.oneColFixCtrHdr #container {
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/headertop.gif) no-repeat;
	padding: 2;
	height:75px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #footer {
	padding: 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #navmenu {
padding-top:45px;
}
.cl {
	clear: both;
}
.headerimage {
	background-color: #FFFFFF;
	height: 235px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -5px;
}
#headerbottom {
	background: url(images/headertop-03.png) no-repeat;
	height:37px;
}
#mainContent h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720810;
	font-size: 18px;
	font-style: italic;
	color: #720810;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
#footer #footercontent {
	text-align: center;
	color: #FFFFFF;
	background-color: #720810;
}
#container .header_wrapper {
	margin: 0px;
}
#contentwrapper {
	padding: 0px 2px 1px 2px;
	background-color: #FFFFFF;
}
#mainContent #content {
	padding: 10px;
}
#mainContent #contentheader {
	padding: 10px;
}
#mainContent #sig {
	background-image: url(images/sig.gif);
	clear: both;
	float: right;
	height: 44px;
	width: 126px;
}
#logo {
	height: 103px;
	width: 203px;
	position: relative;
	z-index: 1;
	background-image: url(images/logo.png);
	top: 130px;
	left: 700px;
	margin: 0px;
	padding: 0px;
}
.pres {
	margin:0px 10px 0 0;
	width:240px;
	float:right;
	padding-bottom:5px;
	}

.pres p {
	text-align:center;
	font-style:italic;
	}	
#harttcontact_form b {
	font-size: 12px;
}
th, td{
	font-size: 12px;
}

