@charset "utf-8";
/* CSS Document */

/*** RESET ***/
* { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img {
	border: none;
	text-align: center;
}
a, a:visited { color: #265786; }
a:hover { text-decoration:none; }
strong { font-weight: bold; }

/*** CLEARS AND FLOATERS ***/
.right {float: right;}
.left {float: left;}
.clear {clear: both; width: 0; height: 0;}
.clear-left {clear: left; }
.clear-right {clear: right; }

/*** PAGE FORMATTING ***/
body {
	background: #275559;
}
#site-container {
	background: url(../images/dropshadow.gif) repeat-y;
	margin: 0 auto 35px auto;
	width: 947px;
}
#page-container {
	background: url(../images/page-bg.gif) repeat-y;
	margin: 0 auto;
	width: 901px;
}

/*** HEADER STYLES ***/
#header {
	background: url(../images/mast.jpg) center no-repeat;
	padding-top: 80px;
}
#header img#seal {
	margin-top: -73px;
	margin-right: 6px;
	float: right;
}

#navbar {
	background: url(../images/navbar-bg.gif) top center no-repeat;
}
#navbar ol#top-nav {
	display: block;
	float: left;
	width: 355px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
}
#navbar ol#top-nav li {
	display: inline;
}
#navbar ol#top-nav li a,
#navbar ol#top-nav li a:visited {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
	font-weight: bold;
}
#navbar ol#top-nav li a:hover {
	color:#FC3;
}
#search {
	text-align: center;
	width: 297px;
	float: left;
	padding-top: 1px;
}
#search #searchbox {
	font-size: 10px;
	width: 200px;
	margin-left: 3px;
}
#search #searchbutton {
	margin-bottom: -2px;
	font-size: 11px;
}
#navbar #date {
	color: #FFF;
	font-size: 13px;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 7px;
	margin-left: 3px;
	text-align: center;
}

/** NAVIGATION **/
#nav {
	min-width: 205px;
	display: block;
	float: left;
	border: solid 1px #8bb0c1;
	background: #d1e3eb;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 7px;
}
#nav li {
	display: block;
	list-style: none;
	padding: 3px 8px;
	font-size: 12px;
}
#nav li,
#nav li a:link,
#nav li a:hover,
#nav li a:visited {
	color: #000;
	text-decoration: none;
}
#nav li.layer1 {
	background: #f4f9fa;
	text-transform: uppercase;
	margin-top: 10px;
}
#nav li.layer2 {
	margin-top: 2px;
	background: #b6d1de;
	font-weight: bold;
}
#nav li.layer4 {
	padding-left: 30px;
	font-size: 11px;
}
#nav li:hover {  /*** NAVIGATION ROLLOVER EFFECTS **/
	background: #e1f2fa;
}
#nav li.layer1.first {
	margin-top: 4px;
}

/*** HEADERS ***/
h1 {display: none; position: absolute; right: -1000000; }
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #cf8d00; margin-bottom: 5px; }

/*** CONTENT ***/
#content {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/content-bg.gif) repeat-y right;
	border-bottom: solid 1px #8bb0c1;
}
#content #copy {
	float: right;
	display: block;
	width: 440px;
	margin-top: 32px;
}
#content p,
#content #copy li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 9px;
}
#content #copy ul,
#content #copy ol {
	margin-left: 25px;
}
#sidebar {
	display: block;
	float: right;
	width: 154px;
	margin-left: 47px;
}
#sidebar img {
	margin-right: 10px;
}
h3 {
	font-size: 20px;
	color: #cf8d00;
	margin-top: 15px;
	margin-bottom: 15px;
}
#quick-links ul li {
	font-size: 13px;
	display: block;
	list-style: none;
	margin-bottom: 10px;
}
#footer {
	background: url(../images/footer-bg.gif) repeat-x;
	height: 21px;
	padding-top: 10px;
	padding-left: 16px;
	font-size: 10px;
	margin-right: 4px;
	margin-left: 4px;
}
#footer a,
#footer a:hover {
	color: #000;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline
}
#bot-cap {
	height: 17px;
	background: url(../images/bot-cap.gif) center no-repeat;
}

/*spreadsheet sytles*/
.spreadsheet tr td{
	font-size: 13px;
	padding: 2px;
	border: 1px solid #CCC;
}
.spreadsheet tr td h3 {margin: 6px; font-size: 15px; font-weight: bold}
.small {font-size: 11px; font-weight: normal;}
