* {
	padding:0;
	margin:0;
	}

html, body, form, fieldset, table {
	font: 100%/120% "Lucinda Sans Unicode", "Lucinda Sans", "Lucida Grande",Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background-color:#fff;
	font-size: 0.825em;
	}

#container {
	width:796px;
	margin: 0 auto 10px auto;
	}

#header {
	position:relative;
	width:800px;
	height:236px;
	text-align:right;
	background: url(/images/bg_head.jpg) top left no-repeat;
}

#top {
	position:absolute;
	top:5px;
	left:45px;
	width:148px;
	height:222px;
}

#tagline {
	position:absolute;
	top:-500px;
	left:-5000px;
	height:1px;
	width:1px;
	overflow:hidden;
}

#nav {
	text-align:left;
	margin-left:280px;
	padding-top:132px;
	margin-top:-2em;
	}

#nav li {
	display:inline;
	list-style:none;
	}

#nav li a {
	font-size:1.125em;
	color:white;
	text-align:center;
	padding-top:55px;
	display:block;
	float:left;
	height:25px;
	width:100px;
	text-decoration:none;
	line-height:1em;
	}

#nav li a:hover, #nav li a:focus
 {
	color: #ccc;
	text-decoration:underline;
	}

#navoverview a {
	background: url(/images/navoverview.jpg) top center no-repeat;
	}

#navfaq a {
	background: url(/images/navfaq.jpg) top center no-repeat;
	}

#navplanning a {
	background: url(/images/navplanning.jpg) top center no-repeat;
	}

#navsupports a {
	background: url(/images/navsupports.jpg) top center no-repeat;
	}

#navresearchers a {
	background: url(/images/navresearchers.jpg) top center no-repeat;
	}

#bodycontainer {
	width:100%;
	height:100%;
	border-left:2px solid #0A1262;
	border-right:2px solid #0A1262;
	border-bottom:1px solid #0A1262;
	background: url(/images/bgheadbottom.gif) top left repeat-x;
}

#navcolumn {
	width:200px;
	float:left;
	height:100%;
	min-height:425px;
	text-align:center;
	}

#navcolumn h2 {
	border-bottom:1px dashed #bbb;
	padding:5px 0;
	background:none;
}

#navcolumn ul {
	list-style:none;
	margin:0;
	}

#navcolumn ul li a {
	display:block;
	text-decoration:none;
	padding:80px 4px 6px 4px;
	border-bottom:1px dashed #bbb;
	font-size:1.25em;
	color:#222;
	width:190px;
	}

a#conn {
	background: url(/images/state_conn.gif) 50% 15% no-repeat;
}

a#utah {
	background: url(/images/state_utah.gif) 50% 15% no-repeat;
}

a#vermont {
	background: url(/images/state_vermont.gif) 50% 15% no-repeat;
}

a#wisc {
	background: url(/images/state_wisc.gif) 50% 15% no-repeat;
}

a#conn:hover, a#conn:focus, a#utah:hover, a#utah:focus, a#vermont:hover, a#vermont:focus, a#wisc:hover, a#wisc:focus
 {
	color: #333;
	background-color:#ddd;
	}

#maincontent {
	float:left;
	width:570px;
	padding:15px 2px 10px 8px;
	border-left:1px solid #0A1262;
	min-height:425px;
	color:#333;
	}

#footer {
	padding:4px 0;
	width:796px;
	color:#656565;
	text-align:center;
	border-left:2px solid #0A1262;
	border-right:2px solid #0A1262;
	border-bottom:2px solid #0A1262;
	clear:both;
	}

h1 {
	color:#1c2973;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	padding-bottom:7px;
	background: url(/images/bgh1.jpg) 0 100% no-repeat;
	margin-bottom:1em;
	line-height:1em;
	}

.subnav {
	float:right;
	width:180px;
	border:1px solid #A2A7C5;
	font-size:1.125em;
	background:#eee;
	margin-top:-3em;
}

.subnav li {
	padding:0 0 3px 14px;
	list-style-type: none;
	background: url(/images/bullet.gif) 0px 0px no-repeat;
}

.subnav li.active {
	background: url(/images/arrowbullet.gif) 0px 0px no-repeat;
	font-weight:bold;
}

.subheader {
	font-size:.75em;
	}

h2 {
	margin-top:.5em;
	color:#1c2973;
	font-size:1.25em;
	padding-bottom:3px;
	background: url(/images/bgheaders.jpg) 0 100% no-repeat;
	font-weight:bold;
	}

h3 {
color:#4f4f4f;
font-size:1em;
}

p, ul, ol {
	margin-top:.5em;
	margin-bottom:.5em;
}

img	
	{
	border:none;
	}

#maincontent ul, #maincontent ol
	{
	margin-left:20px;
	margin-bottom:1em;
	padding:0;
	}

#maincontent li {
	margin-top:.25em;
}

a:link
	{
	color: #20399D;
	}

a:visited {
	color:#663366;
	}

#reportingbox, #updatesbox {
	width:270px;
	border:1px solid #A9ADC0;
	padding:3px;
}

#reportingbox {
	float:left;
	}

#updatesbox {
	float:right;
}

#reportingbox h2, #updatesbox h2 {
	color:#0A1367;
	font-weight:bold;
	text-align:center;
	background:none;
	padding:10px 140px 0 15px;
	height:80px;
	line-height:1.5em;
}

#reportingbox h2 {
	background: url(/images/bg_reporting.jpg) top right no-repeat;
}

#updatesbox h2 {
	background: url(/images/bg_updates.jpg) top right no-repeat;
}

dt {
	font-size:1.125em;
	margin-top:7px;
}

dd {
	margin-left:1.5em;
}