/* CSS Document */

body, html {
	color: #000;
	background: #000066;
	margin: 0;
	padding: 0;
	}
body {
	min-width: 760px; /* Prevent content from becoming unreachable in Gecko */
	}
body, div, p, li, td, strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
}
a { 
	font-weight: bold; 
	}
a:link {
	color: #000066;
	background-color: inherit;
	text-decoration: none;
	}
a:visited {
	color: #000066;
	text-decoration: none;
	background-color: inherit;
	}
a:hover {
	color: #660000;
	text-decoration: none;
	background-color: inherit;
	}
a:active {
	color: #000066;
	background-color: inherit;
	}
.search {
	color: #000066;
	background-color: #ffffff;
	}
.searchBox {
	margin: 10px 0 0 8px;
	}
.searchButton {
	color: #ffffff;
	background-color: #000066;
	font-size: 11px;
	font-weight: bold;
	}
#wrapper {
	margin: 0;
	padding: 0;
	}
div#headerwrap {
	position: absolute;
	width: 100%;
	top: 0px;
	}
div#header {
	height: 73px;
	width: 760px;
	margin: 0 auto;
	}
div#middlewrap {
	margin-top: 73px;
	}
body>div#middlewrap {
	margin-left: 0;
	}
div#middle {
	width: 760px;
	margin: 0 auto;
	}
div#sidebar {
	width: 180px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	}
#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 3px 15px;
	text-indent: -15px;
}
div#content {
	padding: 0 10px 0 10px;
	margin-left: 180px;
	}
div#footerwrap {
	width: 100%;
	margin-top: -14px;
	/*height: 50px;*/
	}
div#footer {
	height: 35px;
	width: 760px;
	margin: 0 auto;
	padding-top: 15px;
	}

/* Styling rules to make this page look nice. */
div#header,
div#footer {
	background: #990000;
	color: #eee;
	}
div#middle,
div#sidebar {
	background: #FFCC00;
	color: inherit;
	}
div#content {
	background: #fff;
	color: inherit;
	}
div#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
div#footer a {
	color: #fff;
	background: inherit;
	}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 1em;
	color: #000066;
	background: inherit;
	}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	background: inherit;
	}
h3 {
	font-size: 1em;
	color: #000;
	background: #00FFCC;
	margin: 0;
	padding-left: .3em;
	}
.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	