@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #acacbf;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #40261b;
}

a:link, a:visited, a:active {
	color: #496889;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #223f64;
	text-decoration:underline;
}

h1 {
	color:#40261b;
	font-size:18px;
	font-weight: normal;
}

h2 {
	color:#40261b;
	font-weight:normal;
	font-size:14px;
}

h3 {
	color:#40261b;
	font-weight:bold;
	font-size:12px;
}

.twoColFixLtHdr #container { 
	width: 760px;
	background: #faead1;
	margin: 0 auto; 
	border: 1px solid #40261b;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0 0; 
	
	
}
.twoColFixLtHdr #mainMenu { 
	width: 760px;
	height: 37px;
	background:url(images/menubar.gif)
	no-repeat
}

.pmainMenu { 
	color: #ffffff;
}
 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainhdl { 
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 15px 20px 213px;
	
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bcbec9; 
} 
.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 */
}

.twoColFixLtHdr #copyright { 
	padding: 0 10px 0 20px;
} 
.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;
}