@charset "UTF-8";
body  {
	background-color: #fbeecc; 
	margin: 0;
	padding: 20px 0 0 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: #000;
	font-size: 13px; 
	font-family: "Times New Roman", Times, serif;
	line-height: 15px;
}
#container { 
	width: 800px;  
	background: #FFFFFF;
	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. */
} 
a img {
border: none;
}

/* -------------------- header styles */
#headerhm { 
	background: #FFF;
	padding: 0px;
	margin: 0px;
} 

/* -------------------- Content styles */
#content {
	background-image: url(../images/contentTile.gif); background-color: #fff; background-repeat: repeat-y; width: 100%;
	width: 800px;
	margin: 0;
	padding: 0;
}
#sidenavhm {
	float: left;
	background-color: #FFC726; background-repeat: no-repeat; background-position: 0 0;
	width: 147px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0;
}
#sidenavhm p {
	color: #c10435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 7px 10px 0 27px;
	margin: 0;
}
#sidenavhm p.topnav {
	padding: 10px 10px 0 27px;
	margin: 0;
}
#sidenavhm a {
	color: #c10435;
	text-decoration: none;
}
#sidenavhm a:hover {
	color: #c10435;
	font-weight: bold;
	text-decoration: none;
}
#sidenavhm img.buttontop {
	margin: 12px 0 0 14px;
	padding: 0;
}
#sidenavhm img.button {
	margin: 0 0 0 14px;
	padding: 0;
}

#sidebarhm {
	float: right; 
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; 
	padding: 0;
	margin: 0; 
}
#sidebarhm p {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	text-align: center;
	padding: 0 10px 15px 10px;
}
#sidebarhm a {
	color: #666;
	text-decoration: underline;
}
#sidebarhm a:hover {
	color: #666;
	text-decoration: none;
}
#sidebarhm img.guide {
	margin: 27px 0 0 25px;
	padding: 0;
}
#mainContenthm { 
	margin: 0 188px 0 152px;
	background: #FFF;
	padding: 0; 
}
#mainContenthm p {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	margin: 0;
	padding: 20px 15px 0 35px;
}
#mainContenthm h4{
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #c10435;
	margin: 0;
	padding: 10px 15px 50px 35px;
}
#mainContenthm h4 a{
	color: #c10435;
	text-decoration: underline;
}
#mainContenthm h4 a:hover {
	color: #c10435;
	text-decoration: none;
}
#mainContenthm h1 { 
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #d19900;
	font-size: 42px;
	line-height: 40px;
	margin: 0;
	padding: 18px 10px 0 3px; 
} 
img .ribbon {padding: 0 0 25px 0; }
.redhead {
	font-size: 25px;
	color: #c10435;
}
.hdindent2 {
	margin: 0 0 0 33px;
}
.hdindent3 {
	font-size: 25px;
	margin: 0 0 0 16px;
	padding-bottom: 10px;
	color: #c10435;
	border-bottom: 1px solid #c10435;
}
.hdindent4 {
	font-size: 25px;
	margin: 0;
	padding-bottom: 10px;
	color: #c10435;
}
.hdindent4lineht {
	font-size: 25px;
	line-height: 25px;
	margin: 0;
	padding-bottom: 10px;
	color: #c10435;
}
/* -------------------- footer styles */
#footer { 
	padding: 10px 0 30px 0;
	margin: 0;
	background: #fbeecc;
	text-align: center;
} 
#footer p {
	color: #c10435;
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 10px 30px 0;
}
#footer ul, #footer li  { 
	color: #c10435;
	display: inline;
	list-style: none;
	border-right: 1px solid #c10435;
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	padding: 0 5px;
	margin: 0;
}
#footer ul, #footer li.last {
	border-right: 0; 
	margin: 0 5px;
	padding: 0;
}
#footer a, #footer a.last{
	color: #c10435;
	text-decoration: none;
}
#footer a:hover, #footer a:hover.last {
	color: #c10435;
	text-decoration: underline;
}
/* -------------------- common styles */
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
