/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #000066;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font: bolder 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
h2 {
	font-size: 12px;
	color: #7BA2EF;
	border-bottom: 1px dotted #7BA2EF;
	clear: both;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #212084;
	background: #FFFFFF;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 138px;
}

/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-color: #212084;
	margin-top: 10px;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 170px;
	margin-left: 10px;
}
/* Creates the div for the content */
div#content {
	float: right;
	width: 510px;
	padding: 25px;
	border-left: 1px solid #FFFFFF;
	height: auto;
}

/* Styles the copyright div */
div#copyright {
	text-align: left;
	color: #FFFFFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a {
}
/* -----------------IMAGE ELEMENTS ----------------- */
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
div#header img {
	float: left;
}
div#footer {
	clear: both;
	border-top: 1px solid #FFFFFF;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 180px;

	}
ul#mainnav li {
	display: inline;
	list-style: none;
	padding-top: 15px;
 
	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	border-bottom: 1px groove #FFFFFF;
	padding: 5px 5px 5px 10px;
	text-align: left;
	text-indent: 10px;
	background: url(images/star.gif) no-repeat 5px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #4A61C6 url(images/star.gif) no-repeat 5px;
}
div#content p {
	color: #FFFFFF;
}
div#content img {
	float: right;
	border: 1px solid #7BA2EF;
	margin-left: 5px;
	margin-bottom: 5px;
}
div#content img.nofloat {
	float: right;
	border: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
address {
	color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
div#utilitynav {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
div#utilitynav p {
	font-size: 11px;
	color: #FFFFFF;
}
div#utilitynav a {
}
div#nav img {
	margin: 15px 0px;
	clear: left;
	float: left;
}
li {
	font-size: 12px;
	color: #FFFFFF;
}
ol li {
	margin-bottom: 10px;
}
.fineprint {
	font-size: 11px;
}
