@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRt #container {
	width: 890px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	color: #FFF;
	background-image: url(media/LH_box.jpg);
	background-repeat: no-repeat;
	height: 420px;
}
.twoColFixRt #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	color: #FFF;
	background-image: url(media/hp_box.jpg);
	background-repeat: no-repeat;
	height: 420px;
}
.twoColFixRt #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 13pt;
} 
.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;
}#sidebar_copy {
	color: #FFF;
	padding: 15px;
	line-height: normal;
}
@charset "UTF-8";

/*footer*/
#footer_cont {
	color:#E2E2E2;
	font-size:0.65em;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-image: url(blackpx.gif);
	width: 900px;
}
#footer_cont a {
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal
}  
#footer_cont a:hover {  text-decoration:none}
#footer_cont span{ color:#ac3900; display:block; margin-bottom:8px}
#footer_cont span a {
	color:#E2E2E2;
	text-decoration:none;
	margin:0px 20px 0px 20px;
	font-weight:bold
}  
#footer_cont span a:hover {  text-decoration:underline}

#submenu_cont {
	color:#FFF;
	font-size:11pt;
	text-align:center;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #069;
	border: 2px solid #000;
	width: 610px;
}
#submenu_cont a {
	color:#E2E2E2;
	text-decoration:none;
	font-weight:bold
}  

#submenu_cont a:hover {text-decoration:underline}
