@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; /* 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-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	height: 125px;
	width: 800px;
	position: relative;
	z-index: 5;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 150px;
	padding: 5px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	padding: 5px;
	margin-left: 175px;
	margin-top: 0px;
	margin-right: 0px;
} 
.twoColFixLtHdr #footer {
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
}
.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;
}
.hmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	height: auto;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000066;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
.tableoutlines {
	border: thin solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}
.arial8pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.bold12p {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bold10p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
p {
	margin: 0px;
	padding: 0px;
}
.cellpadding5 {
	padding: 5px;
}
.norm12p {
	font-size: 12pt
}
.twoColFixLtHdr #container #mainContent #mainbody th a {
	color: #FFFFFF;
}
#headerupdates {
	position:absolute;
	left:577px;
	width:119px;
	height:21px;
	z-index:10;
	color: #999999;
	top: 68px;
}
.bold12ptblue {
	font-weight: bold;
	color: #000066;
	font-size: 10pt;
}
