@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../back-grey.jpg);
}
.thrColFixHdr #container { 
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header { 
	background-image:url(../graphics/header.gif);
	background-repeat:no-repeat;
	height:110px;
} 
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px; 
	padding-left:5px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 165px;
	padding-right:5px;
}
.thrColFixHdr #mainContent { 
	margin: 0 160px; 
	padding:15px;
} 
.thrColFixHdr #footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:170px;
	background-image:url(../graphics/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size:10px;
}
.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;
}


/*CONTENT STYLES */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}




/* DATA STYLES */
.datadisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99FFFF;
	padding: 3px;
	margin: 3px;
}
.dataheadrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #99CCCC;
	text-align: center;
}
.datanavbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.datatable {
	border: thin dashed #0000CC;
	white-space: normal;
}


/*NAVIGATION STYLES */
.navcontainer {
	width: 150px;
}
.navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
.navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
	color: #000000;
}
.navcontainer  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.navcontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.navcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}
.navcontainer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
