@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #8f8f8f;
	background-image: url(bg-page.jpg);
	background-repeat: repeat;
	text-decoration: none;
}
.thrColFix #header {
	height: 139px;
}
#mainContent #navigation {
	background-color: #c5a013;
	display: block;
	padding: 3px;
	clear: both;
	float: none;
	height: 35px;
	text-align: center;
	width: 672px;
}
#navigation ul, #navigation li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}

#navigation li{
	float: left;
}

#navigation li, #navigation li a {
	display: block;
	float: left;
	height: 10px;
	margin: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.thrColFix #rightCol {
	float: left;
	margin-top:20px;
	margin-right: 10px;
	margin-left: 30px;
	width: 165px;
	font-size: 0.7em;
	color: #FFFFFF;
}
.thrColFix #rightCol h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma;
}
.thrColFix #botCol {
	float: left;
	margin-top:25px;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom:20px;
	width: 165px;
	font-size: 10pt;
	color: #FFFFFF;
	vertical-align: bottom;
	text-decoration: none;
}
.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;
}
.thrColFix {

}
.thrColFix #footer {
	background-image: url(bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	height: 159px;
}
.thrColFix #rightCol .links a {
	font-size: 1.3em;
	color: #FFFFFF;
}

.thrColFix #content-left {
	width: 140px;
	float: left;
	padding-top: 40px;
	margin-right: 15px;
}
.thrColFix #content {
	margin-left: 175px;
	padding-top: 15px;
}
.thrColFix #content h1 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 2em;
	background-image: url(bg-h1.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: bold;
	color: #d00000;
	padding-left: 30px;
	line-height: 1.2em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding-bottom: 5px;
	margin-bottom: 25px;
	display: block;
}


.thrColFix #construct {
	width: 934px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(bg-logo-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto 0px auto;
	padding-left: 23px;
}
.thrColFix #banner {
}
.thrColFix #mainContent {
	width: 670px;
	text-align: left;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.thrColFix #container {
	text-align: left;
	background-image: url(bg-container.gif);
	width: 953px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
.thrColFix #footer ul.links {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	width: 100%;
	padding: 4px;
	float: none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.thrColFix #footer .links li {
	font-weight: normal;
	color: #4f4f4f;
	float: left;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFix #content h2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
}
#navigation li a:hover {
	display: block;
	float: left;
	height: 15px;
	margin: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-color: #CD0003;
}
.thrColFix #footer .links li a {
	color: #4f4f4f;
	text-decoration:none;
}
.thrColFix #rightCol h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma;
	font-weight: bold;
	text-decoration: none;
	background-image: url(arrow-right-column.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

