body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url();
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #A89364;
	background-color: #9BAFBA;
}
#container { 
	width: 800px;
	background-image:url(Images/sobg2.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
	margin: 0 auto;
	border:thin;
	border-style:solid;
	border-color: #516468;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {  
	padding: 0px;
	width: 800 px;
	height: 115 px;
} 
#menu { 
	background: #516468; 
	text-align:left;
	width: 550px;
	margin-left:215px;
	margin-top:-25px;
}
#header h1 {
	margin: 0; 
	padding: 0px; 
}
#sidebar1 {
	float: none;
	top: 180px;
	width: 200px;
	padding:3px;
	color: #1c2b32;
	font-size:14px;
}
#mainContent {
	margin-left:230px;
	margin-top: -350px;
	padding: 0 10px;
	position: static;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #1c2b32;
	text-align: left;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#94958C;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #1c2b32;
}
.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;
}
h1 {
	font:Verdana, Geneva, sans-serif;
	font-size:36px;
	color: #1C2B32;
}
h2 {
	font:Verdana, Geneva, sans-serif;
	font-size:18px;
	color: #1C2B32;
}
h3 {
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #1C2B32;
}
a:link {
	color:#1C2B32;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#1C2B32;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #03F;
	text-decoration: underline;
}
a:active {
	color:#1C2B32;
	font-weight:bold;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p strong {
	font-size: 12px;
}
body,td,th {
	color: #1C2B32;
}