@charset "utf-8";
h1 {
	font-size: 16pt;
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-size: 14pt;
	color: #066;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3 {
	font-size: 12pt;
	color: #636;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #039;
	font-style: normal;
	font-variant: normal;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
}



body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ECECEC;
	list-style-position: outside;
	list-style-type: circle;
}
.oneColLiqCtrHdr #container {
	width: 1024px;
	text-align: left;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	border: thin solid #999;
}
.oneColLiqCtrHdr #header {
	background-color: #FFF;
	background-image: url(images/mh_banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 90px;
	width: 1024px;
}
.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #666;
	background-color: #ECECEC;
} 

.oneColLiqCtrHdr #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 */
}#menu {
	height: 32px;
	width: auto;
	margin-left: 0px;
	padding-left: 2px;
	background-color: #ECECEC;
}
#flash {
	height: 187px;
	width: 1024px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.caption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #339;
	letter-spacing: 1pt;
	text-align: left;
}
.special {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #900;
	text-transform: capitalize;
}
#sidebar {
	background-color: #ECECEC;
	height: 100%;
	width: 200px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	top: 0px;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #FFF;
}

