/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background: #333333;
}

/* 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, ol, 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: 11px;
	line-height: 16px;
	color: #666666;
	text-transform: none;
	padding: 0px;
	margin: 0px 10px 20px 0px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #003399;
	padding: 0px;
	margin: 0px 10px 20px 0px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-transform: none;
}
h3 {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #B53643;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #CCCCCC;
}
h5 {

	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 40px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #666666;
	font-weight: bold;
}
a:visited {
	color: #003399;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #003399;
	padding: 0px;
	margin: 30px 0px 20px;
	text-align: left;
	width: 160px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 5px 0px 10px;
}
clear {
	clear: both;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	height: 138px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/background.jpg) no-repeat left 138px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 5px solid #999999;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 150px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	vertical-align: top;
}
/* Creates the div for the content */
div#content {
	float: right;
	padding: 0px;
	width: 575px;
	text-align: left;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 770px;
	font-size: 9px;
	background: url(images/footer.gif) no-repeat left top;
	padding: 5px 0px 20px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	margin: 0px auto;
	padding: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}
.clear {
clear: both;
}
div#flash {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 0px;
	width: 160px;
	vertical-align: top;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;
	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	text-decoration: none;
	width: 159px;
	font: bold normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	text-indent: 10px;
	margin: 0px;
	background: #EEEEEE;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFFFF;
	background: #003399;
	font-weight: bold;
}
div#footer a:link, v:link {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	height: 30px;
	width: 770px;
	font-size: 9px;
	color: #003399;
}
.emphasis {
	color: #003399;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
}
