@charset "UTF-8";
body  {
	background: #d5cdad;
	margin-top: 6px;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin: 0px auto 20px;
	font: 16px Arial, Helvetica, sans-serif;
	padding: 0px;
	position: relative;
	left: auto;
	right: auto;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
} 
.thrColFixHdr #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: 0px;
	height: 382px;
	width: 960px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 196px; /* 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 */
	background: #FFF;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	padding-right: 12px;
	padding-left: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin: 0 185px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
} 
.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-top: thin solid #CCC;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
} 
.thrColFixHdr #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;
}
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
	margin-right: auto;
	margin-left: auto;
}
.links {
	color: #000;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	color: #961215;
	font: bold 32px Arial, Helvetica, sans-serif;
	text-align: left;
}
h2 {
	color: #961215;
	font: 24px Arial, Helvetica, sans-serif;
}
h3 {
	color: #961215;
	text-align: left;
	font: bold 18px Arial, Helvetica, sans-serif;
}
h4 {
	color: #000;
	font: italic bold 18px Arial, Helvetica, sans-serif;
}
.bullet_list {
	line-height: 22px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.links1 {	color: #666;
	font: small Arial, Helvetica, sans-serif;
}
.small_text {
	font-size: 12px;
}
.centerH1 {
	font: bold 36px Arial, Helvetica, sans-serif;
	color: #961215;
	text-align: center;
}

