body
{
	font-size: 11px;
	font-family: helvetica-neue,helvetica,arial,sans-serif;
	background-color: #666;
}

strong
{
	font-weight: bold;
}

address, div.hours ul
{
	padding: 0 8px;
	line-height: 1.2em;
	font-style: normal;
}

#page
{
	min-width: 750px;
	max-width: 1000px;
	padding-bottom: 124px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	/*		border-left: 1px solid #123186;
	border-right: 1px solid #123186;*/
	zoom: 1;
	padding: 0;
}

div.spacer
{
	clear: left;
}

a:link
{
color: #103f9f;
}

a:hover, a:visited
{
color: #334DA4;
}

/* for header and footer treatments =========================================*/
#header
{
	width: 100%;
	border-bottom: 2px solid #5fb835;
	height: 124px;
	position: absolute;
	top: 0;
	background-color: #fff;
	z-index: 150;
	background-image: url(/images/uploads/headerbkg.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#search
{
	height: 18px;
	font-size: 11px;
	text-align: right;
	background-color: #5fb835;
	color: #fff;
	padding: 3px 20px;
	letter-spacing: 1px;
}

#search form, #search div.hiddenFields
{
display: inline;
}

#search input
{
	font-size: 9px;
}

img#logo
{
	position: absolute;
	top: 30px;
	left: 6px;
}

div#footer
{
	clear: both;
	background-color: #123186;
	color: #fff;
	padding: 8px 0 0 10px;
	font-family: georgia, palatino, serif;
	line-height: 1.4em;
	background-image: url(/images/uploads/curve-edge-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#footer p.copyright
{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

p.copyright a:link, p.copyright a:visited
{
	color: #ddd;
	text-decoration: underline;
}

p.advisory
{
	background-image: url(/images/uploads/curve-edge-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-right: 10px;
}

/* request form styles */
		fieldset.reqForm
		{
			border-top: 1px solid #5fb835;
			border-right: 1px solid #afdc9a;
			margin: 0 10px 10px 10px;
			clear: right;
		}

		fieldset.reqForm p.note, fieldset.reqForm p.directions
		{
			padding-left: 165px;
			margin: 0 !important;
		}
		fieldset.reqForm p.note
		{
			font-style: italic;
		}
		fieldset.reqForm legend
		{
			font-family: helvetica-neue,helvetica,arial,sans-serif;
			padding: 2px 6px;
			margin: 2px 0;
			font-weight: bold;
			background-color: #afdc9a;
			color: #103f9f;
		}
		
		fieldset.reqForm label
		{
			font-family: helvetica-neue,helvetica,arial,sans-serif;
			display: inline-block;
			font-weight: bold;
			vertical-align: top;
			text-align: right;
			font-size: 11px;
			padding-top: 2px;
			color: #103f9f;
		}
		
		fieldset.reqForm ol
		{
			margin: 0;
			padding: 0;
		}
		
		fieldset.reqForm li
		{
			list-style: none;
			padding: 5px;
			margin: 0;
		}
		
		fieldset.reqForm fieldset
		{
			border: none;
			margin: 3px 0 0;
		}
		
		fieldset.reqForm fieldset legend
		{
			padding: 0 0 5px;
			font-weight: normal;
		}
		
		fieldset.reqForm fieldset label
		{
			display: block;
			width: auto;
		}
		
		fieldset.reqForm em
		{
			font-weight: bold;
			font-style: normal;
			color: #f00;
		}
		
		fieldset.reqForm label
		{
			width: 160px;
			/* Width of labels */
		}
		
		fieldset.reqForm fieldset fieldset label
		{
			margin-left: 163px;
			/* Width plus 3 (html space) */
		}

/* Definition Lists */
#main dl
{
margin: 0 1em 0 0;
}

#main dt
{
font-family: helvetica-neue, helvetica, arial, sans-serif;
font-weight: bold;
padding-bottom: 0;
margin-bottom: 0;
color: #103f9f;
line-height: 1em;
}

#main dd
{
padding: 0 0 1.5em 1.5em;
margin: 0;
}

/* ordered lists */
ol
{
	margin-left: 2em;
	list-style-type: decimal;
	margin-bottom: 1em;
}