@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;
	background-color: #0E2127;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header {
	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. */
	margin: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #001020;
	height: 450px;
	font-size: 12px;
}
.thrColFixHdr #sidebar1Text  {
	width: 103px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.greentext {
	color: #596A0A;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #001020;
	height: 450px;
}
.thrColFixHdr #IndexText {
	width: 300px;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20pt;
}

.thrColFixHdr #mainContent {
	padding: 0;
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 125px;
	width: 425px;
	background-image: url(images/text_bodyblue.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.thrColFixHdr #container #mainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #FAEC67;
	text-align: left;
	overflow: auto;
	margin-left: 25px;
	padding-right: 25px;
	height: 450px;
}


.thrColFixHdr #footer {
	margin: 0px;
	color: #F1E156;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
} 
.thrColFixHdr #container #footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FEEA55;
	text-align: center;
	height: 50px;
	width: 900px;
	margin: 0px;
	position: absolute;
}

.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;
}
a:link {
	color: #EFEB70;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EFEB70;
}
a:hover {
	text-decoration: underline;
	color: #EFEB70;
}
a:active {
	text-decoration: none;
	color: #EFEB70;
}
body,td,th {
	font-size: 10px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {font-size: 14px;
}
h4 {
	font-size: 12px;
	color: #CCC;
	line-height: 16px;
}

.smalltext {
	font-size: 10px;
	color: #EFEB67;
}
.graytext {
	color: #CCC;
}
