@charset "utf-8";
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #952825;
} 
.thrColFixHdr #header {
	background-image: url(headerbg.jpg);
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	text-align: left;
	background-image: url(leftbg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 270px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 142px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 23px;
	background-image: url(rightbg.jpg);
	height: 430px;
}
.thrColFixHdr #mainContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 155px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #3B270F;
	text-align: center;
	font-size: 9px;
} 
.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;
}


.h1  {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
.h1 a:hover  {
	color: #FFFF33
}

.h2  {
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.h2 a:hover  {
	color: #FFFFFF
}
.menutxt {
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
}
.menutitle {
	color: #FFFF33;
	text-decoration: none;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menudesc {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
