body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	background: url(../images/bgContainer.jpg) repeat-y;
	vertical-align: top;
} 
.twoColFixLtHdr #header {
	width: 900px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	background: #FFF;
	height: 232px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font: .7em Arial, Helvetica, sans-serif;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 p{
	background: #D7CFA6;
	color: #6E6D5E;
	border-top: 2px solid #6E6D5E;
	padding: 5px;
}
.twoColFixLtHdr #mainContent {
	border-right: 6px solid #174576;
	margin: 0;
	padding: 0;
	background: #EAE7D3;
} 
.twoColFixLtHdr #container #mainContent h2 {
	color: #184174;
	font: 400 140% Arial, Helvetica, sans-serif;
	border-bottom: 5px solid #FFF;
	background: #D7CFA6;
	margin: 0px;
	padding: 20px;
	text-align: right;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #184174;
	font: 700 90% Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #000;
	margin-left: 20px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent h4 {
	font: italic 100 90% Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	border-bottom: 5px solid #FFF;
	color: #174576;
	border-top: 4px solid #FFF;
	padding: 15px;
}
.twoColFixLtHdr #container #mainContent h5 {
	font: 100 90% Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	border-bottom: 5px solid #FFF;
	color: #645E46;
	padding: 15px;
	background: #FFF;
}
.twoColFixLtHdr #container #mainContent p {
	font: 80% Arial, Helvetica, sans-serif;
	color: #79755D;
	border-bottom: 1px solid #FFF;
	padding: 0px 20px 10px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent   p1{
	color: #184174;
	font: italic 105% Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #topContent {
	width: 890px;
	text-align: right;
	padding: 3px;
}
.twoColFixLtHdr #container #topContent   prblue{
	font: 75% Arial, Helvetica, sans-serif;
	color: #184174;
	padding: 30px;
	text-align: right;
	margin: 20px;
}
.twoColFixLtHdr #footer {
	background:url(../images/bgfooter.jpg) no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
} 
.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 */
	font-size: 0.7em;
	color: #D5C491;
}
.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;
}
body,td,th {
	font-size: 100%;
}
a:link {
	color: #3E668E;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #CC9933;
}
a:hover {
	text-decoration: underline;
	color: #174576;
	font-style: italic;
}
a:active {
	text-decoration: underline;
	color: #3E668E;
}
.twoColFixLtHdr #container #mainContent td {
	color: #2B5688;
	text-align: left;
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.twoColFixLtHdr #container #mainContent tr {
	font-size: 80%;
	color: #2B5688;
}
