@charset "utf-8";
body  {
	background: #057ce0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #container {
	width: 744px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	visibility: visible;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 185px;
} 
.twoColFixLtHdr #header #headfeatured {
	float: right;
	height: 165px;
	width: 245px;
	margin-top: 12px;
	margin-right: 8px;

}

.twoColFixLtHdr #header h1 {
	margin-left: -9000px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	height: auto;
	width: 210px;
	margin-bottom: 10px;
}
.twoColFixLtHdr  #sidebar1  a  {
	color: #0033CC;
	text-decoration: none;
}
.twoColFixLtHdr  #sidebar1  a:hover  {
	color: #00CC00;
}
.twoColFixLtHdr #sidebar1 #support {
	float: left;
	height: auto;
	width: 154px;
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #057CE0;
	background-color: #DDDDDD;
	text-align: center;
	margin-bottom: 20px;
	line-height: 120%;
	padding: 10px;
	color: #00CC00;
}



.twoColFixLtHdr #sidebar1 #newsletter {
	float: left;
	height: auto;
	width: 174px;
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #057CE0;
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 20px;
	line-height: 120%;
}

.twoColFixLtHdr  #sidebar1  #search {
	float: left;
	height: 50px;
	width: 174px;
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #057CE0;
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.twoColFixLtHdr #mainContent {
	margin-left: 220px;
	padding-right: 40px;
	padding-left: 20px;
	line-height: 150%;
	font-size: 11px;
	padding-top: 10px;
	margin-top: 10px;
} 
.twoColFixLtHdr #mainContent p {
	line-height: normal;

}
.twoColFixLtHdr #mainContent p a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.twoColFixLtHdr #mainContent p a:hover {
	text-decoration: underline;
}



.twoColFixLtHdr  #mainContent  h1 {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;

}

.twoColFixLtHdr #footer {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	height: 160px;
	background-color: #057CE0;
} 
.twoColFixLtHdr #footer #patch {
	height: 160px;
	width: 160px;
	float: left;
	bottom: 0px;

}
.twoColFixLtHdr #footer #rightarea {
	height: 160px;
	width: auto;
	float: right;
	bottom: 0px;
}
.twoColFixLtHdr #footer #rightarea #legal {
	background-repeat: no-repeat;
	height: 10px;
	width: 474px;
	text-align: right;
	margin-right: 40px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	font-style: normal;
	color: #666666;
}
.twoColFixLtHdr #footer #rightarea #legal a {
	background-repeat: no-repeat;
	color: #057CE0;
}
.twoColFixLtHdr #footer #rightarea #legal a:hover {
	background-repeat: no-repeat;
	color: #000066;
}


.twoColFixLtHdr #footer #rightarea #footbar {
	background-image: url(../img/footbar.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 474px;
	text-align: right;
	margin-right: 40px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	font-style: normal;
}
.twoColFixLtHdr #footer #rightarea #footbar a {
	text-decoration: none;
	color: #FFFFFF;

}

.twoColFixLtHdr #footer #rightarea #footbar a:hover {
	text-decoration: underline;
	color: #333333;
}











.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;
}
#menu {
	margin-top: 0px;
	margin-bottom: 50px;


}




#menu ul {
	font-size: 11px;
	display: block;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	padding-top: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}


#menu ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	list-style-type: none;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 6px;
	font-weight: bold;
}

#menu ul li a {
	text-decoration: none;
	display: block;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-weight: normal;
}

#menu ul li a:hover {
	display: block;
	color: #057CE0;
}
#menu  ul  li  a:active {
	color: #0000FF;
}


#menu h3 {
	display: none;
}
