@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: #ffffff;
	background-image: url(Images/bgshort.jpg);
	background-repeat: repeat-x;
	list-style-position: outside;
	list-style-type: upper-roman;
}
.oneColFixCtrHdr #container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #eff4fc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #headerleft {
	background-color: #0060a9;
	height: 58px;
	width: 184px;
	float: left;
	padding: 0;
}
.oneColFixCtrHdr #headerright {
	background-color: #0060a9;
	height: 58px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 511px;
	float: right;
}
.oneColFixCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #topgraphic {
	padding: 0;
	border: none;
	background-position: bottom;
	margin: 0;
}
.oneColFixCtrHdr #colspan2to4 {
	float: right;
	width: 630px;
	padding-top: 0px;
	padding-right: 22px;
	position: relative;
	top: -36px;
}
.oneColFixCtrHdr #colspan2to4 ul li {
	text-indent: -39px;
	list-style-type: none;
	line-height: 200%;
}
.oneColFixCtrHdr #colspan2to4 ul {
	margin-top: -10px;
}
.oneColFixCtrHdr #colspan2to4 ul ul li {
	margin-top: 10px;
	line-height: 125%;
	list-style-type: none;
}
.oneColFixCtrHdr #colspan1to2 {
	float: right;
	width: 260px;
	padding-right: 62px;
	position: relative;
	line-height: 200%;
}
.oneColFixCtrHdr #colspan3to4 {
	float: right;
	width: 260px;
	padding-top: 0px;
	padding-right: 22px;
	position: relative;
	line-height: 200%;
}
.oneColFixCtrHdr #footernav {
	clear: both;
	background-color: #0060a9;
	text-decoration: none;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 700px;
	height: 20px;
}
.oneColFixCtrHdr #footernav ul {
	text-decoration: none;
	list-style-type: none;
}
.oneColFixCtrHdr #footernav ul li {
	display: inline;
}
.oneColFixCtrHdr #footernav ul li a {
	text-decoration: none;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #0060a9;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-top: 0px;
	margin-top: 6px;
	border-left-color: #ffffff;
	color: #ffffff;
}
body,td,th {
	font-size: .78em;
	color: #999999;
}
a {
	font-size: 100%;
	color: #0060a9;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0060a9;
}
a:hover {
	text-decoration: none;
	color: #0060a9;
}
a:active {
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	border-top: -10px;
}
h1 {
	font-size: 150%;
	color: #0060a9;
	line-height: 140%;
}
h2 {
	font-size: 100%;
	clip: rect(auto,auto,auto,auto);
	color: #0060a9;
	margin-top: 0px;
}
h3 {
	font-size: 125%;
	color: #0060a9;
	margin-top: 1.5%;
	margin-bottom: 1%;
}
h4 {
	font-size: 115%;
	color: #0060a9;
	margin-top: 2%;
	margin-bottom: 1%;
}
h5 {
	font-size: 85%;
	color: #ffffff;
}
h6 {
	font-size: 70%;
	margin-top: 0px;
	font-weight: lighter;
	margin-bottom: 25px;
	font-style: normal;
	color: #333333;
	line-height: 0%;
}
.style2 {
	color: #0060a9;
	font-style: italic;
}
.style3 {
	color: #999999
}
