@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
}

p {
	font-size: 11px;
	color: #000000;
}


.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666666;
} 

.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header5.jpg);
	height: 125px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header a {
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	text-decoration: none;
	background-color: #999999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	border: 3px solid #BBBBBB;
}
.thrColFixHdr #header a:hover {
	font-size: 11px;
	color: #00FF00;
	margin-top: 0px;
	font-weight: bold;
	background-color: #333333;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.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 */
	background-color: #3B5998;
}
.thrColFixHdr #header td {
	font-size: 11px;
	color: #CCCCCC;
	margin-top: 0px;
	text-decoration: none;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #333333;
	color: #FFFFFF;
}

.thrColFixHdr #sidebar1 p {
	font-size: 10px;
	color: #FFFFFF;
}

.thrColFixHdr #sidebar1 h3 {
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00FF00;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #C0C0C0;
	color: #000000;
	margin-bottom: 1px;
}
.thrColFixHdr #sidebar1 a {
	color: #FFFFCC;
	background-color: #333333;
	text-decoration: none;
	font-size: 10px;
	display: block;
	line-height: 1.5em;
	padding-left: 3px;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: underline;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 p {
	font-size: 10px;
	color: #FFFFFF;
}
.thrColFixHdr #sidebar2 h3 {
	font-size: 12px;
	background-color: #C0C0C0;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00FF00;
}
.thrColFixHdr #sidebar2 h4 {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	color: #FFFF00;
}

.thrColFixHdr #sidebar2 a {
	color: #FFFFCC;
	background-color: #333333;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 a:hover {
	color: #FFFFCC;
	background-color: #999999;
	text-decoration: none;
}

.thrColFixHdr #mainContent {
	border: 1px solid #999999;
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #CCCCCC;
	color: #000000;
} 
.thrColFixHdr #mainContent a {
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:visited {
	color: #003399;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:hover {
	color: #0066FF;
	text-decoration: none;
}


.thrColFixHdr #mainContent p {
	line-height: 1.5em;
	background-color: #CCCCCC;
}


.thrColFixHdr #mainContent h1 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.thrColFixHdr #mainContent h2 {
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #000000;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #333333;
}
.thrColFixHdr #mainContent h3 {
	font-size: 12px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 3px;
}
.thrColFixHdr #mainContent h6 {
	font-size: 9px;
	font-weight: normal;
}
.thrColFixHdr #mainContent table {
	font-size: 10px;
	background-color: #CCCCCC;
}
.thrColFixHdr #mainContent li {
	font-size: 11px;
	line-height: 1.5em;
	padding-bottom: 5px;
}

.thrColFixHdr  #mainContent  th {
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

.thrColFixHdr #mainContent td {
	background-color: #CCCCCC;
	vertical-align: top;
}




.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.thrColFixHdr #mainSearchContent {
	border: 1px solid #999999;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #CCCCCC;
	color: #000000;
}

.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;
}
.thrColFixHdr #mainSearchContent h6 {
	font-size: 9px;
	font-weight: normal;
}
.thrColFixHdr #mainSearchContent h1 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
}
.datepost {
	font-size: 9px;
	display: block;
	color: #000000;
	margin-bottom: 0px;
}
