@charset "utf-8";
/* CSS Document */

body  {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	Background-color: #EBEBEB;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;
	background: #fff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #fff;
	background-image:url(images/banner.jpg);
	height:214px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #mainmenu {
	margin: 0;
	padding-top: 185px;
	font:Arial;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 228px;
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #homeContent {
	margin: 0 0 0 250px;
	padding: 0 20px;
} 

.twoColFixLtHdr #homeContent a { 
	text-decoration: underline;
	color:#398ab9;
}
.twoColFixLtHdr #pageContent { 
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #pageContent p { 
	margin-left:15px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.twoColFixLtHdr #pageContent a { 
	text-decoration: underline;
	color:#398ab9;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#EBEBEB;
	height:65px;
	background-image:url(images/footer.gif);
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #888888; 
	line-height:px; 
	text-decoration:none; 
	font-weight:Normal;
	text-align:right;
}

.twoColFixLtHdr #footer a { 
	text-decoration: underline; 
	color:#888888;
	background-color:ebebeb;
	font-weight:normal;
}


.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;
}
