body  {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	background: #9A897F;
	margin: 0;
	padding: 10px 0 10px 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: #000000;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
a:active {  
	color: #000066; 
	text-decoration: underline;}
a:visited {
	color: #382214;
	text-decoration: underline;
}
	
.twoColFixLtHdr #container { 
	width: 100%;
	min-width:800px;
	background-color:#FFFFFF;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 262px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 298px 10px 15px 25px;
	background-image:url(images/sidebar_background.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.twoColFixLtHdr #sidebar1 a:link{
font: 75% Arial, Helvetica, Verdana, sans-serif;
font-weight:bold;
line-height: 1.4em;
color:#FFFFFF;
text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:hover{
text-decoration:underline;
}
.twoColFixLtHdr #sidebar1 a:visited{
font: 75% Arial, Helvetica, Verdana, sans-serif;
font-weight:bold;
line-height: 1.4em;
text-decoration:none;
color:#fff;
}
.twoColFixLtHdr #sidebar1 a.subcat{
padding-left: 10px;
}
.twoColFixLtHdr #mainContent { 
	font-size: 90%;
	line-height: 1.4em;
	margin: -0px 0 0 290px; 
	padding: 0 50px 20px 50px;
	background-image:url(images/content_background.gif);
	background-repeat:repeat-x;
	min-height: 400px;
/* start fix for min-height in IE6 */
	height:auto !important;
  	height:400px;
/* end fix for min-height in IE6 */
} 
.twoColFixLtHdr #mainContent h1{
font: 120% Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#000033;
padding-top: 10px;
}
.twoColFixLtHdr #mainContent h2{
font: 110% Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#372213;
}
.twoColFixLtHdr #mainContent h3{
	font: 100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#336699;
}
.twoColFixLtHdr #footer { 
	color:#FFFFFF;
	font-size: 70%;
	padding: 0 10px 0 220px;
	background:#7F6E62; 
	text-align:center;
} 

blockquote{margin-left: 25px;}
.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 */
}
.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;
}
#logo {padding: 25px 0 20px 0;
	text-align:center;}
#logo img{border:0;}
/* Always show vertical scrollbar hack for Firefox and Safari */
html { height: 100%; margin-bottom: 1px; }