/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF;
	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, dt, dd, ul, li, ol, td {
	font-family: Georgia, "Times New Roman", Times, 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: 14px/18px Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #1879E7;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-weight: bold;
	font-size: 13px;
	color: #1879E7;
	border-bottom: 1px dotted #1879E7;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
li {
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 17px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #1879E7;
}
a:visited {
}
a:hover {
}
a:active {
}
address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	margin: 0px auto 2px;

}

/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin: 10px auto;
	border-top: 1px solid #1879E7;
	border-right: 1px none #1879E7;
	border-bottom: 1px solid #1879E7;
	border-left: 1px none #1879E7;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 180px;
}
/* Creates the div for the content */
div#content {
	float: right;
	width: 550px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-left: 1px solid #1879E7;
}
/* Creates the div container for the footer. */
div#footer {
	background: #1879E7;
	clear: both;
	height: 20px;
}
div#utilitynav {
width: 760px;
margin: 0px auto;
}
div#utilitynav a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#utilitynav p {
	font-size: 11px;
}

/* Styles the copyright div */
div#copyright {
font-size: 9px;
text-align: left;
font: Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a {
	font-size: 9px;
}
div#copyright p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.right {
	float: right;
	border: 1px solid #1879E7;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.clear {
clear: both;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0;
	width: 170px;
	margin: 0px;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	border-bottom: 1px dotted #FFF;
	color: #fff;
	text-decoration: none;
	background: #1879E7;
	width: 150px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	color: #1879E7;
	background: #DBDBDB;
	font-weight: bold;
}
div#right {
	float: right;
	width: 200px;
	border: 1px solid #1879E7;
	margin-left: 15px;
	margin-top: 10px;
}
div#nav img {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 75px;
}
dt {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #1879E7;
	border-bottom: 1px dotted #1879E7;
}
dd {
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 3px;
}
div.column {
	float: left;
	width: 200px;
	margin-right: 50px;
}
ul.left {
	float: left;
	width: 200px;
	list-style: disc inside;
	margin-top: 5px;
	margin-left: 0px;
}


/* ----------------- MORE STAFF ----------------- */

div#morestaff {
	clear: both;
	border-top: solid 1px #000;
	margin-top: 10px;
}

	div#morestaffmem {
		width: 180px;
		float: left;
		text-align: left;
	}
	
		div#morestaffmem p {
			font-size: 11px;
			text-align: left;
		}