.thrColFixHdr #container {
	width: 933px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #00330C;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #00330C;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	padding-top: 33px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 727px;
	background-color: #00330C;
	margin-right: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	padding-top: 33px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 727px;
	background-color: #00330C;
}
#adtop {
	float: none;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	margin-bottom: 12px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 155px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 600px;
} 
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 12px;
	text-align: center;
	font-size: 10px;
} 
.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; /* 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;
}
.style2 {
	font-size: 88%;
	font-style: italic;
	color: #000000;
}
.style3 {
	font-size: 66%;
	font-style: italic;
	color: #000000;
}
.style5 {font-size: 77%}
.style6 {font-size: 87%}
.style7 {font-size: 133%}
.style148 {font-size: 12px}
.style149 {
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.style156 {font-size: 14px; color: #FF0000; }
.style17 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style20 {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic;}
.style21 {
	font-size: 78%;
	font-style: italic;
}
.style22 {font-family: "Comic Sans MS", Arial, "Arial Black", "Arial Narrow"}
.style157 {font-size: 122%}
.style158 {
	font-size: 88%;
	color: #00FFFF;
}
a:link {
	color: #00FF33;
}
a:visited {
	color: #00FF33;
}
.style163 {
	color: #666666
}
a:hover {
	color: #D7D7D7;
}
.style165 {font-size: 88%}
.style166 {color: #000099}
.style167 {
	font-family: "Comic Sans MS", Arial, "Arial Black", "Arial Narrow";
	color: #00FF00;
}
.style168 {font-size: 10}
.style169 {
	color: #00FF00;
	font-size: 12px;
	font-weight: bold;
}
body,td,th {
	color: #00FF00;
}
.style170 {color: #FFFFFF}
.style171 {color: #000000}
.style172 {font-size: 10px; color: #00FF00; }
.style24 {
	color: #000000;
	font-style: italic;
	font-size: 222%;
}

