@charset "utf-8";
body  {
	background: #000;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3c3c3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.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 #global {
	background:#886666;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	color: #e9e4e1;
}
.twoColFixLtHdr #global a {
	font-family:Verdana, Arial, Helvetica, sans-serif;






	color:#f15c22
	text-decoration: none;
	font-size: 12px;
	padding: 0 16px 0 0px;
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #global a:hover {
	color:#cf9b9b;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 23px 15px;
	background-color: #989584;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	color:#000;
	font-size: 11px;
}
.twoColFixLtHdr #sidebar1 li {
	font-size: 11px;
	padding:0px;
	margin:0;
}
.twoColFixLtHdr #sidebar1 a {
	color:#044214;
	font-size: 11px;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	padding: 10px 10px 10px 240px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	background-color: #373737;
	color: #CCC;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
	color: #cacaca;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 14px;
	text-decoration:none;
	color: #cacaca;
} 
.twoColFixLtHdr #mainContent a {
	font-size: 12px;
	text-decoration:none;
	color: #dacfcb;
} 
.twoColFixLtHdr #mainContent a:hover {
	color: #999;
} 
.twoColFixLtHdr #mainContent a:visited {
	font-size: 12px;
	text-decoration:none;
	color: #fff;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#989584;
} 
.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: 12px;
	color: #000000;
}
.twoColFixLtHdr #footer a {
	color: #000000;
}
.twoColFixLtHdr #footer a:hover {
	color: #000000;
}
.twoColFixLtHdr #footer a:vistied {
	color: #000000;
}
.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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f16128;
	font-weight: bold;
}
