		body
		{
			margin: 0;
			padding: 0;
			font-family: verdana, arial, helvetica, helv, sans-serif;
			font-size: 90%;
			color: #000;
			background-color: #eee;
			background-image: url(../images/page_bkg.gif);
		}
		
		p, td
		{
			font-family: verdana, arial, helvetica, helv, sans-serif;
			font-style: normal;
		}
		
		a:link
		{
			color: #036;
		}

		a:visited
		{
			color: #036;
		}

		a:hover, a:active
		{
			color: #08a;
		}
		
		td.pad
		{
			padding-right: 1em;
			padding-left: 1em;
		}
		
		cite
		{
			font-size: 0.8em;
		}
		
		.floatright
		{
			float: right;
			margin: 0 0 10px 10px;
			clear: right;
		}
		
		.floatleft
		{
			float: left;
			margin: 0 10px 10px 0;
			clear: left;
		}
		
		div#container
		{
			margin: 0.5em 1em;
			background-color: #FFF;
			border: 1px solid #333;
			min-width: 750px;
			max-width: 1200px;
		}
		
		div#banner
		{
			background-color: #cceeff;
			border-bottom: 1px solid #333;
		}
		
		div#banner h1
		{
			margin: 0;
			padding: 0.4em;
			font-size: 2.5em;
			font-weight: bold;
			font-style: italic;
			text-align: center;
		}
		
		div#nav
		{
			float: left;
			width: 130px;
			padding-top: 1em;
			text-align: center;
/*			background-image: url(../images/navbg.jpg);
			background-repeat: repeat-y;
			position: fixed;
			top: 7em;
			left: 1.2em;
			overflow: scroll;*/}
		
		div#nav ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		div#nav ul li { margin-top: 4px; }
		
		#nav ul li a
		{
			display: block;
			width: 120px;
			height: 18px;			
			padding: 3px 0px 3px 3px;
			margin: 3px 0px 3px 3px;
			text-decoration: none;
			font-size: 120%;
font-weight: bold;}
		
		#nav ul li a:hover
		{
			margin: 3px 0px 0px 5px;
			background-image: url(../images/NavBullet.gif);
			background-repeat: no-repeat;
			font-style: italic;
		}
		
		div#nav ul li li { margin-top: 4px; }
		
		#nav ul li li a
		{
			display: block;
			width: 120px;
			height: 1em;			
			padding: 0px 0px 0px 3px;
			margin: 0px 0px 0px 3px;
			text-decoration: none;
			font-size: 100%;
font-weight: bold;}
		
		#nav ul li li a:hover
		{
			margin: 0px 0px 1px 3px;
			background-image: none;
font-style: italic;}
		
		#content
		{
			padding-top: 1em;
			margin: 0 1em 0 140px;
			line-height: 133%;		}
		
		#content h2 
		{
			font-size: 2em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
			padding-bottom: 1em;
		}

		#content h3 
		{
			font-size: 1.4em;
			color: #036;
			margin: 0;
			padding-top: 0.8em;
			font-weight: normal;
		}

.bigger  {
	font-size : 133%;
}

.smaller  {
	font-size : 75%;
}

.red  {
	color : #FF0000;
}

.blue  {
	color : #0000FF;
}

.NewsBlock	{	width: 100%;
	position: relative;	padding-bottom: 1em;
	}

.NewsDate	{	font-weight: bold;	float: left;	width: 14em;	position: absolute;	top: 0px;	left: 0px;
	}

.NewsCounty	{	font-weight: bold;	float: none;	margin-right: 12em;	margin-left: 15em;	position: absolute;	top: 0px;
	}

.NewsInits 	{	font-weight: bold;	text-align: right;	width: 7em;	position: absolute;	top: 0px;	right: 0px;
	}

.NewsText	{	margin-left: 2em;	padding-top: 0.5em;	line-height: 110%;	padding-bottom: 1em;	width: 97%; /*Shouldn't need this but it fixes bald spot glitch in Explorer*/
	}

h1 {}

h2 {}

h3 {}

h4 {}

h5{}

h6{}
/*		
		#content p:first-letter
		{
			font-size: 2em;
			font-weight: bold	;
			font-style: italic;
			color: #0080c0;
		}
*/		
		#footer
		{
			clear: both;
			background-color: #cceeff;
			padding: 1em;
			text-align: right;
			border-top: 1px solid #333;
		}
		
		#footer p, #footer cite
		{
			font-style: normal;
			margin-top: 0.5em;
		}
		
		#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}

		#footer li
		{
			display: inline;
			margin-right: 1em;
		}


