
html 
{
	min-width: 600px; 
	overflow: -moz-scrollbars-vertical; /* show vertical scrollbar for Firefox */
}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    10pt;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #369;
}  

body {
	background: #FFF;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2,h3 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #369;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

h3
{
	font-size: 120%;
	padding: 1em 0 2px 0;
	text-decoration: underline;
	/*border-bottom: 1px solid #CCC;*/
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: verdana;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}


/*------------------------*/

/* DIV blocks*/
div#pagebody{
	width: 99%; 
	vertical-align: top;
}

div#bannerBar 
{
	position: absolute;
	top: 32px;
	right: 4em;
	z-index: 9999;
}

div#titleImg{
	top: 10px;
	left:10px;
	width: 380px;
}

div#logoImg{
	position: absolute;
	left: 80%;
	width: 20px;
	z-index: 9999;
}

div#navigation {
	position: absolute; 
	top: 200px; 
	left: 6px; 
	width: 20em; 
}

div#headerLinks {
	position: absolute;
	top: 1em;
	left: 70%;
	font-family: verdana;
	font-size: 8pt;
}

#pageContent
{
	display: block;
	top: 1em;
	left: 0;
	width: 100%;
	height: 100%;
}

#contentBlock
{
	width: 90%;
	text-align: left;
	font-family: Verdana;
	font-size: 10pt;
	padding: 0em;
	/*margin-top: 1em;*/
	margin-left: 4em;
	margin-right: 4em;
}
	
#contentBlock ul#LevelOne
{
	list-style: none url("../imgs/bullet16x16.png");
}

#contentBlock ul#levelTwo
{
	list-style: none url("../imgs/SquareBullet_6x6.gif");
	padding-top: 6px;
}

#contentBlock ul#mapLevelOne
{
	list-style-type: square;
	color: #939;
}

#contentBlock ul#maplevelTwo
{
	list-style-type: circle;
	color: #939;
	padding-top: 6px;
}

#contentBlock ul#romanNumerals
{
	list-style: lower-roman none;
}

#contentBlock li
{
	vertical-align: middle;
	padding: 0 0 6px 10px;
}

#contentBlock table#tableMain
{
	font-family: Verdana;
	font-size: 9pt;
	border: none;
	width: 80%;
	margin-bottom: 2em;
}

#contentBlock table#tableMain td
{
	padding: 6px;
	margin: 0;
	width: 50%;
}

#contentBlock table#tableMain td#tableTitle
{
	font-weight: bold;
	background: #ccccff;
}

#contentBlock table#tableMain tr#alternate
{
	background: #f3f3f3;
}

#contentBlock table#tableMain td#separator
{
	border-right: 1px solid #ccc;
}

#contentBlock div#contactLink
{
	display: block;
	width: 60%;
	padding: 1em 0 1em 0;
	text-align: center;
}

#contentBlock div#contactLink div#imageLink
{
	width: 4em;
	text-align: left;
	display: inline;
	position: relative;
	top: 5px;
	left: 1em;
}

#contentBlock div#contactLink div#textLink
{
	display: inline;
	position: relative;
	top: -0.4em;
	left: 1em;
}

#contentBlock div#HomePage
{
    width:100%;
    padding:6px 0;
    margin:auto;
}

#contentBlock div#HomePage:after 
{
    content: '';
    display: block;
    clear: both;
 }

#contentBlock div#HomePage div#pgLeft
{
    float: left;
    display: inline; /*required by IE6*/
    width: 56%;
    border: 1px solid #ecf;
    margin: 0 0 0 6px;
}

#contentBlock div#pgLeft div#contactLink
{
	display: block;
	padding: 0 0 1em 0;
	text-align: left;
	width: 90%;
}

#contentBlock div#pgLeft div#contactLink div#homeImg
{
	float: left;
	display: inline;
	width: 110px;
	height: 90px;
}

#contentBlock div#pgLeft div#contactLink div#homeText
{
	float: left;
	display: inline;
	width: 70%;
	height: 90px;
	padding: 1em 1em 0 0;
}

#contentBlock div#pgLeft div#contactLink:after 
{
    content: '';
    display: block;
    clear: both;
 }
 
#contentBlock div#HomePage div#pgRight
{
    float: left;
    display: inline; /*required by IE6*/
    width: 40%;
/*    border: 1px solid #000;	*/
    margin: 0 0 0 2em;
}

#contentBlock div#HomePage div#pgRight div#homepgBlock
{
	width: 100%;
}

#breadCrumb
{
	position: relative;
	top: -20px;
	left: 2em;
	font-family: Trebuchet MS;
	font-size: 85%;
	letter-spacing: 1px;
	/*padding-bottom: 1em;*/
}

#breadCrumb a
{
	color: #939;
	text-decoration: none;
}

#breadCrumb a:hover
{
	color: #939;
	text-decoration: underline;
}

#breadCrumb span
{
	padding: 0 6px 0 6px;
}

#footerblock
{
	display: block;
	font-size: 8pt;
	margin-top: 6px;
}

#footerblock a
{
	color: #939;
	text-decoration: none;
	padding-right: 4px;
}

#footerblock a:hover
{
	text-decoration: underline;
}

#footerblock span
{
	padding-left: 1em;
}

div#footerlogos {
	position: relative;
	top: 0;
	left: 45%;
	/*border: solid 1px #369; */
}

#policy
{
	width: 70%;
	text-align: center;
	border: 1px solid #939;
	background: #FFFAE1;
}

#policy div
{
	text-align: left;
	padding: 1em 1em 2em 1em;
}

#policy p
{
	text-align: center;
	font-weight: bold;
}

#affiliations
{
	padding: 3em;
}	

#affiliations div
{
	height: 90px;
	vertical-align: middle;
	/*border: 1px solid #000;*/
}	

.imgCtnr
{
	float: left;
	vertical-align: middle;
	margin: 0px 2em 10px auto;
}

.imgFloatRight
{
	float: right;
	vertical-align: middle;
	margin: 1em 1em 1em 2em;
}

.imgFloatLeft
{
	float: left;
	vertical-align: middle;
	margin: 1em 2em 1em 1em;
}


/* Links */
a.siteLinks{
	color: #939;
	text-decoration: none;
	padding-right: 4px;
}

a.siteLinks:hover{
	color: #939;
	text-decoration: underline;
}


/* SPAN blocks*/
span {}


/* formatting classes	*/
.sectionHeads
{
	font-family: Verdana;
	font-size: 10pt;
	height: 2em;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 10px;
	background: #ecf;
	color: #939;

}

.sectionContent
{
	position: inherit;
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: middle;
	padding: 5px 5px 1em 5px;
	border: solid 1px #ecf;
}

