html, body, form, ul, ol, li, h1, h2, h3, h4, h5, h6, p, input, select, textarea, th, td, blockquote { margin: 0; padding: 0; }

body
{
	padding: 20px 0;
	font: 14px/1.5em "Helvetica Condensed", "Arial Narrow", "Univers Condensed", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #fff; background: #3755a5;
}

a, a:link, a:visited { text-decoration: none; color: #3755a5; }
a:hover { text-decoration: underline; }

.clear { clear: both; }
.scaps { font-size: 80%; }

#container
{
	width: 956px;
	margin: 0 auto;
	text-align: right;
}

#pagewrap
{
	border: 1px #3755a5 solid; border-width: 1px 0;
	background: #a0afbd;
	text-align: left;
}
#page
{
	margin: 3px;
	border-bottom: 1px #d6eafb solid;
	color: #333; background: #d6eafb url("../img/back.vline.gif") 250px 0 repeat-y;
}

#header
{
	border-bottom: 1px #d6eafb solid;
	background: #d6eafb;
}

#logo a, #logo a:link, #logo a:visited
{
	display: block;
	width: 250px; height: 158px;
	background: url("../img/logo.gif") center center no-repeat;
}
#logo a:hover {}
#logo span { display: none; }

#address
{
	float: right;
	text-align: right;
	color: #a0afbd;
}
#address p { margin: 20px; }

#nav ul, #nav li { list-style: none; }
#nav
{
	padding-left: 265px;
	color: #d6eafb; background: #3755a5 url("../img/nav.1.gif") left bottom no-repeat;
}
#nav li { display: inline; float: left; }
#nav a, #nav li.bar
{
	display: block;
	padding: 5px 5px;
	font: bold 12px/1em Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
#nav li.bar
{
	padding: 5px 0;
	font-weight: normal;
	color: #d6eafb;
}
#nav li.selected a { color: #f8e992; }

#content
{
	margin-top: -1px; padding-top: 0px;
	background: url("../img/nav.2.gif") center top no-repeat;
}

#left, #right
{
	position: relative;
	display: inline; float: left;
	padding: 20px 0;
}
#left { width: 210px; margin: 0 0 0 20px; }
#right { width: 660px; margin: 0 0 0 40px; }

#left img { border: 1px #a0afbd solid; }

h3, h4, p, #content ul, blockquote, #page_content_item h2 { margin-bottom: 10px; }
h3, #page_content_item h2
{
	font-size: 18px;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #3755a5;
}
h4 { color: #000; }
#page_content_item h4,#page_content_item ul { margin-bottom: 0px; }

#content li { margin-left: 1.25em; }
blockquote
{
	padding-left: 20px;
	border-left: 1px #3755a5 dotted;
	font-style: italic;
	color: #3755a5;
}
p.blurb
{
	font-size: 120%;
	line-height: 1.5em;
	font-style: italic;
	color: #3755a5;
}

table { width: 100%; margin-bottom: 20px; }
th, td
{
	vertical-align: top;
	width: 50%;
	border-top: 1px #a0afbd dotted;
}
th { text-align: right; }

label { display: block; padding: 3px 10px 0 0; }
input, select, textarea
{
	width: 100%; height: 100%;
	padding: 4px 0;
	border: none;
	font: 12px/1.5em "Helvetica Condensed", "Arial Narrow", "Univers Condensed", Helvetica, Arial, Verdana, sans-serif;
	color: #666; background: #ebf5fe;
}
input:hover, select:hover, textarea:hover,
input.hover, select.hover, textarea.hover { color: #3755a5; background: #fff; }
input:focus, select:focus, textarea:focus,
input.focus, select.focus, textarea.focus { color: #000; background: #fff; }
input.submit
{
	height: auto;
	border: 3px #3755a5 outset;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff; background: #3755a5;
	cursor: pointer;
}
input.submit:hover { border-color: #6980bc; background: #6980bc; }
input.submit:active { border-style: inset; }
select { line-height: 1em; }

#panels { position: relative; }
div.panel { clear: both; }
div.col_a, div.col_b { display: inline; float: left; }
div.col_a { width: 210px; }
div.col_a img { border: 1px #a0afbd solid; }
div.col_b { width: 430px; margin-left: 20px; }

#nav_b
{
	padding: 0 20px 0px 0;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: right;
	text-transform: uppercase;
	color: #999;
}
#nav_b a, #nav_b a:link, #nav_b a:visited { color: #999; }
#nav_b a.selected, #nav_b a:link.selected, #nav_b a:visited.selected { color: #3755a5; }

#footer { color: #d6eafb; }
#footer p { margin: 10px 0 0; }
#footer a, #footer a:link, #footer a:visited { color: #fff; }

#map { width: 660px; height: 374px; }

