/* undo some default styling of common (X)HTML browsers
 ************************************************************/

/* No list-markers by default - 
 * must redefine bullets w/ bg graphics
 ********************************************************/
ul 
{
   list-style: disc;
}



/* Avoid browser default inconsistent heading, 
 * font-sizes and pre/code
 ********************************************************/
h3,h4,h5,h6,pre,code,td 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #619576;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 3em;
}

h6 {
	font-size: 300%;
	color: #4C4A4A;
	font-family: cursive, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18pt;
	text-align: center;
	color: #2F4F4F;
}
h1 {
	font-size: 150%;
	color: #4C4A4A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 18pt;
	text-align: center;
	color: #2F4F4F;
}

#container #body #content .index {
	line-height: 110%;
	color: #2F4F4F;
}

#container #body #content #staff a {
	text-decoration: none;
	background-position: center;
	color: #000000;
}

#container #body #content #staff a:hover {
	font-weight: bold;
	color: #000000;
}

#container #body #content #staff td {
	text-align: center;
}

#content .index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}

#content li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

#container #content h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	background-color: #EFF5F1;
	width: 563px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#container #body #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 22px;
}

#container #body #content .info td {
	background-position: center;
	padding: 5px;
	height: 50%;
	width: 50%;
	color: #000000;
}

#container #body #content #chart {
	text-align: center;
}

#container #body #content .info th {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	height: 50%;
	width: 50%;
	background-color: #5D9373;
}

#container #body #content #map {
	float: left;
}

.highlight {
	font-weight: bold;
	color: #639779;
	font-size: 110%;
}





/* prevent blue linked image borders
********************************************************/
a img,:link img,:visited img,fieldset 
{
   border:none;
}

#container {
	height: auto;
	width: auto;
}

#footer {
	width: 776px;
	height: 150px;
	border: 2px solid #639779;
}

#container #footer {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-color: #EFF5F1;
	padding: 10px;

}

#Navigation {
	background-color: #EFF5F1;
	padding: 10px;
	width: 171px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #639779;
	height: auto;
}
#Navigation .current {
	font-size: 12px;
	background-color: #9DBEAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
#Navigation ul {
	margin: 0px;
	padding: 3px;
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #74A386;
	border-right-color: #74A386;
	border-bottom-color: #74A386;
	border-left-color: #74A386;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}
#Navigation a:hover {
	background-color: #BED4C7;
	color: #FFFFFF;
	font-weight: bold;
}
#Navigation a {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #5D9373;
	hover: #BED4C7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #648471;
	border-right-color: #648471;
	border-bottom-color: #648471;
	border-left-color: #648471;
	width: 145px;
}
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	width: 798px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #639779;
	border-right-color: #639779;
	border-left-color: #639779;
	margin-bottom: -2px;
}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}

#container #body {
	display: block;
	float: left;
	background-color: #EFF5F1;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #639779;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #639779;
}

#header_sep {
	background-color: #CCDDD0;
	width: 798px;
	height: 20px;
	vertical-align: middle;
	border: 2px solid #639779;
}	
#header_sep .info_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 798px;
}

#header_sep .info_header td {
	text-align: center;
	vertical-align: middle;
}
body {
	background-color: #FDFDFD;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #2F4F4F;
	text-align: center;
}
