@charset "UTF-8";
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FF0;
}
a:active { color: #F00; font-family: "Times New Roman", Times, serif; font-size: 24px; }
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: #000;
	background-image: url(../_images/backmat.jpg);
}
.thrColFixHdr #container {
	width: 1002px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	height: 190px;
	width: 1000px;
	color: #000;
	background-color: #000;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
}
.thrColFixHdr #mainContent { width: 480px; padding-top: 0; padding-right: 10px; padding-bottom: 0; padding-left: 10px; float: right; color: #FFF; font-size: x-large; text-align: center; margin: 0; } 
.imageCenter { left: auto; right: auto; padding-right: 100px; padding-left: 100px; }
.thrColFixHdr #footer {
	color: #FFF;
	font-size: 9px;
	font-family: "Lucida Console", Monaco, monospace;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 #container #mainContent p { font-family: Verdana, Geneva, sans-serif; text-align: left; font-size: 16px; }
p { font-size: 1em; font-weight: normal; color: #FFF; font-family: Arial, Helvetica, sans-serif; }
dateTable { text-align: center; }
.thrColFixHdr #container #mainContent h1 { text-align: left; }
.thrColFixHdr #container #mainContent h3 { text-align: left; }
.thrColFixHdr #container #mainContent h1 { text-align: center; font-size: xx-large; }

