@charset "utf-8";

p, h1,h2,h3,h4,h5,ol,ul, {
margin: 0px;
padding 0px;
}
p, h1,h2,h3,h4,h5,ol,ul, {
margin: 0px;
padding 0px;
}

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-color: #00204e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto; /* 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. */
	background-color: #000000;
} 
.thrColFixHdr #header {
	height: 150px;
	background-color: #000099;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: auto;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
} 
.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 */
}
.thrColFixHdr #mainContent {
	margin: 0;
	height: 550px;
	padding-top: 100;
} 
.thrColFixHdr #footer {
	height: 40px;
	background-color: #909090;
	padding: 0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFFFFF;
}
.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;
}

#header img {
	position: relative;
	left: 23px;
	top: 0px;
	z-index: 1;
	}

#navhoriz ul
{
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: right;
	background-image: url(images/goldbutton.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0em;
	z-index: 0;
	position: relative;
	padding-right: 0px;
	float: none;
	bottom: 0px;
	top: 0px;
}

li { display: inline; }

li a
{
	text-decoration: none;
	color: #333333;
	padding: .2em 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-image: none;
	background-repeat: repeat-x;
}

li a:hover
{
	background-color: #FFCC00;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/goldbutton_hov.jpg);
}

/* BEGIN Rollover lists */
 #navcontainer {
	width: auto;
	background-color: #E4E4E4;
	padding: 0px;
	margin-bottom: 0px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	width: auto;
	font-weight: normal;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: auto;
	border-bottom: 1px solid #eee;
	background-image: url(images/greybutton.jpg);
	margin-bottom: 0px;
	text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #999999;
	color: #F8F7F6;
}
.style2 {
	color: #FF0000;
	font-size: 16pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
