/* Overwrite Tags */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #94b6d6;
	text-align: center;
	font-size: 12px;
	color: #222222;
	position: relative;
	background-image: none;
} 
h1 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 18px;
	color: #669933;
	border-bottom: 1px solid #669933;
}
h2 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 14px;
	color: #222222;
}
p, td, h3 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #222222;
}
h3 {
font-weight: bold;
}
td {
padding: 2px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Position pages */
#centeredpage{ /*width, but no margin, padding, or border*/
	/*text-align: center; */
	top: 0;
	margin: 10px auto; /* page padding top and bottom */
	width: 760px;
	position: relative;
	border: none;
}
/* Centered header ************************************************************/
#heading {
	/*background-image:  url(img/bg_heading.gif); */
	margin: 0px auto;
	border: none;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 91px;
	position: relative;
}
#logo { /*nested in header */
	margin: 0px;
	position: absolute;
	z-index: 200;
	left: 0px;
	top: 0px;
	height: 65px;
	width: 275px;
}
#contactinfo { /* nested in header */
	margin: 0px;
	position: absolute;
	z-index: 200;
	right: 20px;
	top: 10px;
	text-align: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff;
}
#contactinfo a{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#contactinfo a.email{
font-weight: normal;
}
#contactinfo a:hover {
text-decoration: underline;
} 
/* centered banner ************************************************************/
#banner {
	background-image:  url(img/bg_banner.gif);
	text-align: left;
	margin: 0px auto;
	border: none;
	left: 0px;
	top: 0px;
	height: 152px;
	width: 760px;
	position: relative;
	padding: 0px;
}
/* centered page content ************************************************************/
#columncontent { 
	text-align: left;
	top: 0px;
	margin: 0px auto;
	width: 760px;
	position: relative;
	border: none;
	background-image:    url(site_images/bg_content.gif);
	background-repeat: repeat-y;
}
/* left column in page content used for navigation*************************************/
#navcolumn { 
	float: left;
	width: 206px;
	margin: 0px;
	padding: 0px;
	left: 1px;
	top: 0px;
	position: relative;
}
ul.rollmenu {/* ul tag for rollover menu */
	list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 205px;
    voice-family: "\"}\"";
    voice-family: inherit;
/*    padding: 0 0.5em;*/
    width: 204px}
html>body ul.rollmenu {width: 205px;} 
ul.rollmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2d3d73;
	/*height: 2em;*/
    margin: 0;
    padding: 0;
	background-image:  url(img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left top; 
}
ul.rollmenu li.selected{
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	color: #4a598c;
    margin 0;
	padding: 0.8em 0.4em 1em 2.75em;
	width: 100%;
	/*border-bottom: 1px solid black;*/
	display: block;
	background-image:    url(site_images/bg_menuselected.gif);
	background-repeat: no-repeat;
	background-position: left top; 
}
html>body ul.rollmenu li.selected{height: auto; width: auto;}
ul.rollmenu a{
    text-decoration: none;
	height: 100%;
    color: #4a598c;
    margin 0;
    padding: 0.8em 0.4em 1em 2.75em;
	width: 100%;
    /*border-bottom: 1px solid black;*/
    display: block;
	}
html>body ul.rollmenu a{height: auto; width: auto;}
ul.rollmenu a:hover {
	background-image:    url(site_images/bg_menuselected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* right column in page content used for main content*************************************/
#maincolumn {
	float: left;
	margin: 0px;
	padding: 0 0 15px 0;
	width: 554px;
	left: 0px;
	top: 0px;
	position: relative;
}
#maincolumn p {
	margin: 10px 25px;
	position: relative;
}
#maincolumn ul {
	margin: 10px 25px;
	position: relative;
}
#maincolumn ul li {
	margin: 10px 25px;
	position: relative;
	list-style-image:   url(site_images/bullet.gif);
}
#maincolumn ul.sitemap {
	margin: 20px 25px 10px 25px;
	position: relative;
}

#maincolumn h3 {
	margin: 10px 25px;
	position: relative;
}
#maincolumn table {
border-collapse: collapse;
	margin: 10px 25px;
}

#maincolumn table.staff {
border-collapse: collapse;
	margin: 10px 25px;
}
#maincolumn table.staff td {
padding: 20px;
border: 1px solid #669933;
}


#maincolumn h1 {
	margin: 20px 25px 10px 25px;
}
#maincolumn h2{
	margin: 15px 25px 10px 25px;
	padding: 15px 0px 10px 0px;
	/*background-image:  url(img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: center top; */
}
#maincolumn img.left {
	/*border: 1px solid #293e52; */
	margin: 2px 15px 10px 0px;
	position: relative;
	float: left; 
	display: inline; 
}
#maincolumn img.right {
	/*border: 1px solid #293e52; */
	margin: 2px 0px 10px 15px;
	position: relative;
	float: right; 
	display: inline; 
}
p.toptextnav {
font-size: 10px;
font-weight: bold;
line-height: 12px;
}
p.toptextnav a{
color: #2d3d73;
font-size: 10px;
font-weight: bold;
line-height: 12px;
}
table.subhead {
	background: #CFD5E8;
	margin: 10px 25px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	width: 504px;
}
table.subhead td.backtop {
	padding: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
text-align: right;
}
	
/* #main ul {
	list-style-type: square;
    margin: 5px 45px 10px 60px;
    padding: 0 0 0 5px;
    border: none;
} 
#main ul li {
margin: 6px 0 0 0;
}*/

/* centered footer ***********************************************************/
#footer {
	/*margin: 0px auto;*/
	padding: 0px;
	background: #00698c;
	font-size: 10px;
	color: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	text-align: left;
}

#footer p {
	font-size: 9px;
	color: white;
	text-align: left;
	margin: 0;
	padding: 5px 15px 0px 15px;
	position: relative;

}
#footer p.copyright {
	font-size: 9px;
	margin: 0;
	padding: 3px 15px 10px 15px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h1 {
	margin: 0;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 15px 5px 15px; 
}
#dock {
	position: absolute;
	bottom: 1px;
	left: 1px;
	z-index: 200;
	overflow: visible;
}
/* Layout manipulation divs */

#endcolumncontent { /* horizontal divider in green */
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #51834d;
	position: relative;
}


.verdana10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.aligncenter {
text-align: center;
}
.clear {
clear: both;
}
.warning {
color: red;
font-weight: bold;
}
.red {
color: red;
}
.hidden
{
	display: none;
}
.testblock {
margin: 0;
padding: 0;
background-color: #000000;
color: white;
}
div.contact {
text-align: center;
}
form {
margin: 0 auto;
}
form table {
margin: 0 auto;
}
