body		{	font-family: verdana, arial, sans-serif;
			font-size: 62.5%;	
			color: #000;
			text-align: center;
			background-color: #666;
			padding-bottom: 10px;
			background-image: url('/images/body_bg.gif');
		}
*		{	margin: 0;
			padding: 0;
		}
div#container	{	margin: 10px auto;
			width: 860px;
			text-align: left;
			border: 1px solid #000;
			background-image: url('/images/navbar_bg.gif');
			background-repeat: repeat-y;
			background-position: left;
			background-color: #fff;
			color: 000;
		}
div#pageBg	{	background-image: url('/images/container_bg.gif');
			background-repeat: no-repeat;
			background-position: top left;
		}
div#header	{	width: 100%;
			overflow: hidden;
			height: 70px;
			background-image: url('/images/imagebar.gif');
			background-repeat: no-repeat;
			background-position: top right;
			background-color: #fff;
			border-bottom: 21px solid #003399;
		}
div#header img	{	float: left;
		}
div#header h1	{	color: #003399;
			font-size: 1.4em;
			margin-left: 300px;
			margin-top: 18px;
		}

div#navbar	{	float: left;
			width: 130px;
			padding: 20px 10px 10px 10px;
		}
div#navbar ul	{	list-style-type: none;	
			margin: 0 0 5px 0;
			line-height: 2.2em;
		}
div#navbar li	{	font-weight: normal;
			font-size: 1.1em;
			text-indent: 5px;		
		}
div#navbar li a:link { 	color: #fff;			
		}
div#navbar li a:visited { color: #ccc;
		}
div#navbar li a:hover { color: #000;
		}
div#content 	{	min-height: 400px;
			margin-left: 160px;
			padding: 20px 10px 10px 10px;

		}
div#homeContent {	padding: 20px 0 0 350px;
			line-height: 1.6em;
		}
div#content h1	{	margin: .5em 0;	
			font-size: 1.8em;
			color: #003399;
		}
div#content h2	{	margin: 1em 0;
			font-size: 1.5em;
			color: #CC0033;
		}
div#content h2.home {	padding: 0;
			margin: 1em 0 0 0;
			z-index: 10;
		}
div#content p.home {  	padding: 0;
			margin: 0;
			font-weight: bold;
			z-index: 10;
		}
div#content h3	{	margin: .5em 0; 	
			font-size: 1.2em;
			color: #CC0033;	
		}
div#content p 	{	margin: 1em 0; 	
			font-size: 1.2em;		
		}
div#content ul  {	margin-left: 3em;
			font-size: 1.1em;
		}
div#content ul li {	padding: 2px 0;

		}
img.regionalMap	{	float: left;	
			border: 0;
		}
img.online	{ 	float: left;
			width: 25px;
			height: 25px;
		}
div.featureBox  {	float: left; 
			width:340px;
		}
div#content div.recordBox {	padding: 5px 0;
				overflow: hidden;
				min-height: 30px;
  			}
div#content div.recordBox img { float: left;
			}
div#content div.recordBox p {   margin: 0 0 0 35px;
				padding: 0;
                                font-size: .85em;
			}
div#footer	{	clear: both;
                       	margin: 0;
			padding: 7px 0 10px 0;
			text-align: center;
			border-top: 1px solid #000;
			background-color: #fff;
		}
div#footer p	{	font-size: 1.1em;
			margin: .5em 0;
		}
td		{ 	padding: 2px;
			font-size: 1.1em;
		}





