@charset "utf-8";
html, body {
	padding: 0;
	margin: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.twoColFixLtHdr #outer {
	padding-top: 30px;
	background-color: #f0e4ce;
	background-image: url(images/outer_bck.gif);
	padding-bottom: 100px;
}

.twoColFixLtHdr #container {
	width: 990px;
	text-align: left;
	border: 1px solid #86a8e2;
	overflow: hidden;
	background-color: #f0e4ce;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #mainContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86a8e2;
	background-color: #f0e4ce;
} 
.twoColFixLtHdr #header {
	background-color: #d2d1d1;
	height: 30px;
} 
.twoColFixLtHdr #header h1 {
}
.twoColFixLtHdr #header2 {
	background-color: #f0e4ce;
	height: 200px;
	background-image: url(images/header2_bck.jpg);
} 
.twoColFixLtHdr #content1 {
	margin-right: 15px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
	margin-top: 2px;
	background-color: f0e4ce;
	background-image: url(images/contentback.png);
}
.twoColFixLtHdr #sidebar1 {
	width: 650px;
	height: 400px;
	margin-left: 15px;
	float: left;
	display: inline;
}
.twoColFixLtHdr #sidebar2 {
	width: 305px;
	height: 200px;
	float: left;
	padding-top: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #content2 {
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(images/content2_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
	margin-top: 2px;
	background-color: f0e4ce;
}
.twoColFixLtHdr #footer {
	background-image: url(images/footer_bck.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #86a8e2;
	border-bottom-color: #86a8e2;
	border-left-color: #86a8e2;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
}
.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;
}
.table1 {
	width:960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	height: 100px;
}
.table1 td {
	font-weight:bold;
	color:#000099;
	width: 240px;
}
.twoColFixLtHdr #container #menu {
	background-color: #d2d1d1;
	height: 45px;
}
