@charset "UTF-8";
body  {
	background: url(../images/site_bg.jpg) no-repeat #14306C;
	margin: 0;
	padding: 0;
	margin-top:15px;
	text-align: center;
	color: #8A7A67;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	border:solid 8px #fff;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/container_bk.gif);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #container2 {
	width: 980px;
	margin: 0 auto;
	border:solid 8px #fff;
	text-align: left;
	background-color: #FFFFFF;
}
 
.twoColFixLtHdr #header {
	padding: 0px;
	margin:0px;   
	background-image: url(../images/header_bk.jpg);
	background-repeat: repeat-x;
	height: 93px;
	 
} 
.twoColFixLtHdr #banner {
	padding: 0px;
	margin:0px;  
	border-top:solid 8px #fff; 
	border-bottom:solid 6px #fff; 
  
} 
/**.twoColFixLtHdr #header h1, h1 a{
	padding:0px;margin:0px;
	position: relative;
	z-index: 200;
	width: 183px;
	height: 93px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/logo.jpg) no-repeat;
	float:left;
}*/
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 212px;
	padding: 0px;
	margin:0px;
	background-color: #D1CBC3;
	background-image: url(../images/left_bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 218px;  
	padding: 0px; 
}

.twoColFixLtHdr #mainContent div.body { 
 	padding:25px;padding-top:0px;
}  

.twoColFixLtHdr #mainContent2 { 
	margin: 0;  
	padding: 0; 
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:dotted 2px #BFB5A8;
	text-align:right;
	margin-left:220px;
	
} 
.twoColFixLtHdr #footer a {

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
	padding-left:10px;
}
.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;
}
.clearLeft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearRight { /* 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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





