@charset "windows-1252";
/* CSS Document */

body  {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	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;
	/*
	background-image: url(images/hm_bg.jpg);
	background-repeat: repeat-x;
	*/
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*   border: 1px solid #000000;   */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*
	background-image: url(images/hm_content_bg.gif);
	background-repeat: repeat-y;
	*/
} 
.twoColFixLtHdr #header {
	width: 780px;
	height: 247px;
	padding: 0;  /* 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. */
	margin: 0;
	background-image: url(images/hm_hdr_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixLtHdr #header img {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 0;
	margin: 0;
} 
.twoColFixLtHdr #minorNav {
	display: none;
	/*
	float: right;
	margin-right: 10px;
	margin-top: 4px;
	padding: 0;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #0082c8;
	*/
}
.twoColFixLtHdr #minorNav a {
	color: #0082c8;
	text-decoration: none;
}
.twoColFixLtHdr #minorNav a:hover {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #majorNav {
	display: none;
	/*
	width: 780px;
	height: 23px;
	background: #00a2f9;
	margin: 0;
	padding: 0;
	background-image: url(images/hm_nav_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #005685;
	font-size: 9pt;
	line-height: 10pt;
	font-weight: bold;
	*/
}

.twoColFixLtHdr #majorNav a {
	float: right;
	height: 19px;
	display: block;
	margin: 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	border-left: 1px solid #005685;
	color: #ffffff;
}
.twoColFixLtHdr #majorNav a:hover {
	float: right;
	height: 19px;
	display: block;
	margin: 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	border-left: 1px solid #005685;
	background-image: url(images/hm_nav_bg_roll.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	color: #005685;
}
.twoColFixLtHdr #majorNav .static {
	float: right;
	height: 19px;
	display: block;
	margin: 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	border-left: 1px solid #005685;
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 179px;
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #sidebar1 div {
	padding: 10px;
	margin: 0;
}



.twoColFixLtHdr #mainContent { 
	margin: 0 10px 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	display: none;
	border-top: 1px solid #000000;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #efefef;
} 
.twoColFixLtHdr #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 */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

p {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
	padding: 0 0 9px 0;
	margin: 0;
	color: #000000;
}

ul {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
	padding-left: 0;
	margin-left: 48px;
	color: #000000;
}
h1 {
	font-size: 18pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20pt;
	font-weight: bold;
	color: #0082c8;
	padding: 4px 0 9px 0;
	margin: 0;
}
h2 {
	font-size: 12pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 14pt;
	font-weight: bold;
	color: #0082c8;
	padding: 10px 0 9px 0;
	margin: 0;
}
h3 {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-weight: bold;
	color: #0082c8;
	padding: 0px 0 9px 0;
	margin: 0;
}
a {
	color: #0082cb
}



