@charset "utf-8";
body, #header, #sidebar1, #footer {
	margin: 0; 
	padding: 0;
	background-color:#cc9048;
}
body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000000;
}
h2 {
	font-size:1em;
}
fieldset {
margin-top: 10px;
}
legend {
font-weight:bold;
padding: 0 10px;
}
.twoColFixLtHdr #container { 
	font-size:.875em;
	width: 960px;  
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background-image:url(../images/960.jpg);
	background-repeat:repeat-y;	
} 
.twoColFixLtHdr #sidebar1 {
	background-color:#000000;
	color:#cc9048;
	float: left; 
	width: 100px; 
}
.twoColFixLtHdr #sidebar1 #nav {
	padding-left:20px;
}
.twoColFixLtHdr #sidebar1 #nav a {
	display:block;
	font-weight:bold;
	padding: 5px 0;
	text-decoration:none;
	color:#cc9048;
}
.twoColFixLtHdr #sidebar1 #nav a:hover {
	color:#ffffff; 
}
.twoColFixLtHdr #mainContent { 
	margin: 0 20px 0 140px; 
} 
.twoColFixLtHdr #footer { 
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:246px;
} 
.twoColFixLtHdr #footer p {
	font-size:.75em;
	text-align:center;
	color:#cc9048;
	margin: 0; 
	padding: 200px 0 10px 0; 
}
.twoColFixLtHdr #footer p a {
	color:#FF6600;
}
.fltrt { /* this class can be used to float an element right. 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 */
	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;
}
