html {
	height: 100%;	
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #0E7EE2 url('images/background.jpg') repeat-x;
	font-family: verdana,helvetica,arial,sans-serif;
}

#container {
	width: 952px;
	padding: 0 5px 1px 5px;
	margin: 0 auto 0 auto;
	background: white;
}

#header {
	margin: 0 auto 0 0;
	padding: 0;
	width: 952px;
	height: 410px;
	margin: 0 0 -212px 0;
}

#topbody {
	width: 952px;
	padding: 0;
	margin: 60px auto 0 5px;
}

#body {
	margin: 0 auto 40px 5px;
	padding: 0;
	width: 720px;
	display: block;
	float: left;
	font-size: 80%;
}

#navigation {
	margin: 0 5px 0 5px;
	width: 942px;
	height: 54px;
	position: absolute;
	top: 198px;
	background: url('images/navborder.jpg') no-repeat;
	z-index: 2;
	clear: both;
}

#sidepanel {
	float: right;
	width: 215px;
	margin: 0 5px 40px -100px;
	padding: 0 0 30px 0;
	background: url('images/sidebar-bottom.jpg') no-repeat bottom;
}

#sidepanel #sidecontent {
	display: block;
	float: right;
	width: 183px;
	padding: 40px 16px 12px 16px;
	margin: 0;
	font-size: 80%;
	background: url('images/sidebar-top.jpg') no-repeat;
	text-align: center;
}

#footer {
	clear: both;
	width: 942px;
	height: 20px;
	padding: 0 5px 0 5px;
	margin: 20px auto 5px auto;
	background: #a3d9ff;
}

#navigation ul {
	display: block;
	width: 865px;
	padding: 7px 0 0 25px;
	margin: 0;
	list-style: none;
}

#navigation ul li {
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('images/navback-off.jpg') no-repeat right;
	text-align: center;
}

#navigation ul li.current {
	background: url('images/navback-on.jpg') no-repeat right;
}

#navigation ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	font-size: 70%;
	color: white;
	text-decoration: none;
	height: 32px;
	margin: 0;
	padding: 8px 4px 0 4px;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #E2E2E2;
}

#footer ul {
	list-style: none;
	display: block;
	float: left;
	padding: 4px;
	margin: 0;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #03145c;
	font-size: 65%;
	text-decoration: none;
}

#footer ul li a {
	padding: 2px 0 2px 0;
}

#footer #copyright {
	display: block;
	float: right;
	font-size: 65%;
	color: #03145c;
	padding: 5px 2px 0 0;
}

#header h1 {
	background: url('images/homebanner.jpg') no-repeat;
	width: 952px;
	height: 410px;
	margin: 0;
	padding: 0;
}

#header h1 span {
	display: none;
}

#header h2 {
	display: none;
}

#secondarynav ul {
	display: block;
	background: url('images/secondnavback_new.jpg') repeat-y;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 2px solid #a0a0a0;
	border-left: 2px solid #a0a0a0;
	border-right: 2px solid #a0a0a0;
	border-bottom: 1px solid #405a75;
	
	width: 716px;
	overflow: hidden;
}

#secondarynav ul li {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	margin: 0px 2px 0 5px;
	padding: 0;
	vertical-align: middle;
	/* letter-spacing: -1px; */
	font-size: 70%;
}

#secondarynav ul li a {
	text-decoration: none;
	color: white;
	padding: 0;
	margin: 11px 0 0 0;
	display: block;
	float: left;
	white-space: nowrap;
}

#extranav ul {
	list-style: none;
	margin: 4px 4px 10px 4px;
	padding: 0;
}

#extranav ul li {
	display: inline;
	padding: 0;
	margin: 0 4px 0 0;
}

#extranav ul li a {
	text-decoration: none;
	font-size: 80%;
}
