@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #EAE7E2;
}
.thrColFixHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EAE7E2;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	width: 700px;
	line-height: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* 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;
	margin-top: 10px;
	width: 205px;
	border-right: thin solid #7F7A76;
	padding: 5px 3px 5px 8px;
	margin-bottom: 10px;
	margin-right: 8px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* 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;
	margin-top: 10px;
	border-left: thin solid #7F7A76;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent #sidebar3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
}
.thrColFixHdr #mainContent {
	background: #FFF;
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	float: left;
} 
.thrColFixHdr #container #NEW {
	font: 42pt Verdana, Geneva, sans-serif;
	background: #FFF;
	width: 150px;
	margin-top: 5px;
	margin-left: 25px;
	color: #625F5B;
	height: 60px;
	text-align: center;
	padding-bottom: 12px;
}
.thrColFixHdr #container #IntroText {
	float: right;
	background: #FFF;
	margin-top: 5px;
	margin-right: 25px;
	font: 11pt/12pt Verdana, Geneva, sans-serif;
	color: #625F5B;
	width: 500px;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	height: 60px;
}
.thrColFixHdr #container #MainImage {
	margin-left: 25px;
	margin-top: 5px;
}
.thrColFixHdr #footer {
	background:#AAA399;
	height: 25px;
	width: 650px;
	padding-top: 5px;
	margin: 5px 0px 10px 25px;
	padding-bottom: 5px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: bold 7.5pt Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}
.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;
}
p {
	color: #7F7A76;
	font: 9pt Verdana, Geneva, sans-serif;
}
h3 {
	font: normal 15pt Verdana, Geneva, sans-serif;
	color: #BC2022;
}
.thrColFixHdr #container #mainContent #sidebar1 ul li {
	font: bold 9pt Verdana, Geneva, sans-serif;
	list-style: url(none) none inside;
	margin-top: 8px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent #sidebar1 ul li a {
	color: #FFF;
	background: #AAA399;
	padding: 2px 10px;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent #sidebar1 ul li a:hover {
	color: #B04E43;
}
.thrColFixHdr #container #mainContent #sidebar3 ul li {
	font: bold 9pt Verdana, Geneva, sans-serif;
	list-style: url(none) none inside;
	margin-top: 8px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent #sidebar3 ul li a:hover {
	color: #B04E43;
}
.thrColFixHdr #container #mainContent #sidebar2 ul li {
	font: bold 9pt Verdana, Geneva, sans-serif;
	list-style: url(none) none inside;
	margin-top: 8px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent #sidebar2 ul li a {
	color: #FFF;
	background: #AAA399;
	padding: 2px 10px;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent #sidebar2 ul li a:hover {
	color: #B04E43;
}
.thrColFixHdr #container #mainContent #sidebar3 ul li a {
	color: #FFF;
	background: #AAA399;
	padding: 2px 10px;
	text-decoration: none;
}
