@charset "UTF-8";
body  {
	margin: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFF00;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a {
	color: #CC0000;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	height: 210px;
	width: 950px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 475px;
	width: 250px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent menus {
	color: #000000;
	margin: 0;
	padding-left: 100px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	color: #000000;
	padding: 40;
	margin-left: 285px;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFF00;
	height: 130px;
} 
.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 */
}
.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;
}
.copyright {
	color: #CC0000;
	font-size: 10px;
	line-height: 24px;
}
.copy {
	color: #333333;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-right: 30px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menucopy {
	color: #333333;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin-right: 30px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menuhead {
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-right: 30px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menuleadin {
	color: #333333;
	text-align: center;
	margin-right: 30px;
	margin-left: 25px;
	font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
}
.footer_nav {font-size: 12px}
.testimonial {
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin-right: 30px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.entcopy {
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.terms {
	color: #333333;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFF99;
	padding: 10px 50px;
	width: 675px;
}
