/* CSS Document */

body {
	background-color: #007583;
	margin: 0;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

#thebanner {
	border-bottom: 7px solid #007583;
}

#main {
	height: 200px; /* temp */
	background-color: #D9EAED;
	border-top: 8px solid #D9EAED;
	border-bottom: 8px solid #D9EAED;
}

#mainnavigation {
	vertical-align: top;
	width: 170px;
	background-color: #D9EAED;
}

#maincontent {
	padding-top: 10px;
	color: #00214E;
}	

#maincontent p {
	padding: 4px 0 4px 0;
	margin: 0;
	color: #00214E;
}	

#maincontent h1 {
	padding: 6px 0 6px 0;
	margin: 0;
	color: #00214E;
	font-size: 16px;
}	

#maincontent h2 {
	padding: 6px 0 6px 0;
	margin: 0;
	color: #00214E;
	font-size: 14px;
}	

#maincontent h3, #maincontent h4,#maincontent h5,#maincontent h6 {
	padding: 6px 0 6px 0;
	margin: 0;
	color: #00214E;
	font-size: 13px;
}	



#maincontent ul {
	padding-top: 0;
	padding-bottom: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #00214E;
	list-style-image: url(../images/bullet.gif);
}	

#maincontent ul li {
	font-size: 12px;
	color: #00214E;
}	

#maincontent a {
	text-decoration: underline;
	color: #00214E;
}	

#maincontent a:hover {
	text-decoration: none;
	color: #00214E;
}	

#maincontent b {
	color: #00214E;
}

#nav td {
	height: 25px;
}

#nav td a {
	display: block;
	width: 170px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	text-indent: 17px;
	font-weight: bold;
	/*padding-top: 5px;*/
	background: #103D71 url(/images/navlink.gif) top left repeat-y;
}

#nav td a:hover {
	background: #007483 url(/images/navlink_over.gif) top left repeat-y;
}

#nav td#navtop a {
	background: #103D71 url(/images/navtop.gif) top left no-repeat;
}

#nav td#navtop a:hover  {
	background: #007483 url(/images/navtop_over.gif) top left no-repeat;
}

#nav td#navbottom a {
	background: #103D71 url(/images/navbottom.gif) top left no-repeat;
}

#nav td#navbottom a:hover {
	background: #007483 url(/images/navbottom_over.gif) top left no-repeat;
}

#search {
	width: 170px;
	height: 150px;
	background: #007483 url(/images/search.gif) top left no-repeat;
	margin-top: 7px;
	padding: 0;
}

#search td {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#search td a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#search td#keywords {
	height: 40px;
	padding: 0;
	text-indent: 17px;
	vertical-align: bottom;
}

#search td#searchfield {
	height: 25px;
	padding: 0;
}

#search td#submitbutton {
	height: 25px;
	padding: 0;
}

#search td#advanced {
	height: 60px;
	padding: 0;
	text-indent: 17px;
	vertical-align: top;
}

#search td#keywords h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#search input {
	margin: 0;
	margin-left: 17px;
}

#maincontent {
	vertical-align: top;
	padding-left: 10px;
	font-size: 12px;
}

#maincontent p {
	padding-right: 10px;
	font-size: 12px;
}


#footer {
	border-top: 7px solid #007583;
}

#footnav {
	height: 32px;
	width: 750px;
	background: #103D71 url(/images/footer.gif) top left no-repeat;
	color: #FFF;
	text-align: center;
}

#footnav {
	font-size: 11px;
	color: #FFF;
}

#footnav a {
	color: #FFF;
	text-decoration: none;
	padding: 0 3px 0 3px;
}

#footnav a:hover {
	color: #FF0;
}

#extreme {
	height: 30px;
	width: 750px;
	color: #FFF;
	text-align: left;
}

#extreme {
	font-size: 10px;
	color: #BCB;
	padding-left: 27px;
}

#extreme a {
	color: #BCB;
	text-decoration: none;
}

#extreme a:hover {
	color: #FFF;
}