@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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: #54351D;
}
.twoColFixLtHdr #container  {
	width: 803px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #55371F;
} 

.twoColFixLtHdr #header {

} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	position: inherit;
	background-color: #55371F;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 164px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #54351D;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #54351D;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent a:hover {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:visited {
	font-style: italic;
	font-weight: bold;
	color: #9D6903;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent h1 {
	text-align: center;
	border-bottom: medium groove #9E6806;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border-bottom: thin dotted #9E6806;
	border-top: thin dotted #9E6806;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #5C3D25;
} 
.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 */
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	line-height: 10%;
}
.twoColFixLtHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #BC9749;
	text-decoration: underline;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #999999;
}



.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;
}
.bold {
	font-weight:bold;
	}
.bold_italic {
	font-weight:bold;
	font-style: italic;
	}
.italic {
	font-style: italic;
	}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: medium groove #9E6806;
}
.warning {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
