@charset "utf-8";
h2 {
	font-size: 13px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 715px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr  #mainContent  a {
	color: #FF6600;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: x-small;
}
.banner {
	padding: 5px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.oneColFixCtrHdr #footer a {
	color: #FF6600;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.topnav {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.introleft {
	padding: 0px;
	width: 460px;
	vertical-align: top;
	text-align: left;
}
.topnav   a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.rightgraphic {
	padding: 0px;
	height: 202px;
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.topnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#nav {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 135px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(images/gradient.png);
	background-repeat: repeat;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color: #FF6600;
}
#nav li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.style2 {font-size: 11px}
body,td,th {
	font-size: x-small;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {font-size: 13px}
h1 {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
.form {
	width: 375px;
	vertical-align: top;
	padding: 0px;
}
.rightgraphic2 {
	padding: 0px;
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
