body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-color: #B7B1A4;
}
.thrColFixHdr #container {
	width: 766px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/new_tile.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#generic {
	width: 766px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/genric_tile.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 285px;
} 
.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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 11px;
	font-family: tahoma;
	line-height: 18px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 31px;
	padding-bottom: 15px;
	padding-left: 17px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
}
.thrColFixHdr #genericContent {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 15px;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
} 
.thrColFixHdr #footer {
	background-image: url(images/1.jpg);
	height: 55px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #footer p {
	margin: 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 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: 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;
}
body,td,th {
	color: #77705F;
	font-family: tahoma;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #543F30;
}
a:visited {
	text-decoration: none;
	color: #543F30;
}
a:hover {
	text-decoration: underline;
	color: #C8B27C;
}
a:active {
	text-decoration: none;
	color: #543F30;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #CC9933;
}
.maintitle {
	font-family: tahoma;
	font-size: 20px;
}
.sidetitle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
