	body
	{
		margin: 0;
		padding: 0;
		font-family: verdana, arial, sans-serif;
		text-align: center;
		color: #081c08;
		background: #003300;
		background-image: url(images/bkg-dkgreen1.jpg);
	}
	
	#banner
	{
		width: 800px;
		height: 154px;
		text-align: left;
		background: #003300;
		clear: both;
	}
	
	#nav
	{
		width: 800px;
		height: 40px;
		text-align: center;
		color: #ffffff;
		background: #105303;
		border-top: 3px solid #f1ecd3;
		border-bottom: 3px solid #cac0ac;
		clear: both;
	}

	#encloseall
	{
		width: 800px;
		margin: 0 auto 0 auto;
		text-align: center;
		color: #081c08;
		background: #e2eedc;
		border-top: 3px solid #f1ecd3;
		border-right: 3px solid #cac0ac;
		border-bottom: 3px solid #cac0ac;
		border-left: 3px solid #f1ecd3;
		clear: both;
	}
	
	#content
	{
		font-family: verdana, arial, sans-serif;
		margin: 25px;
		text-align: left;
		color: #081c08;
		background: #fdfdf2;
		background-image: url(images/bkg-lines1.jpg);
		border: 1px solid #081c08;
		clear: both;
	}
	
	#map
	{
		border: 3px solid #081c08;
		text-align: center;
		margin: 3px auto 3px auto;
	}
	
	.img
	{
		padding: 10px;
	}
	
	p
	{
	text-align: justify;
	color: #081c08;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin-left: 46px;
	margin-right: 46px;
	}
	
	h1
	{
		color: #ae0502;
		font-size: 22pt;
		font-family: Times, serif;
		font-weight : bold;
		text-align: center;
	}

	h2
	{
		color: #7a4802;
		font-size: 12pt;
		font-family: Verdana, Arial, sans-serif;
		text-align: center;
		font-weight: bold;
	}
	
	h3
	{
		color: black;
		font-family: Times, serif;
		font-size: 10pt;
		text-align: center;
		font-weight: normal;
	}
	
	h4
	{
		color: #953807;
		font-size: 12pt;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: left;
		margin-left: 12px;
		margin-top: 0px;
		margin-bottom: 3px;
		font-weight: bold;
	}
				
	h5
	{
		color: #ae0502;
		font-size: 18pt;
		font-family: Times, serif;
		font-weight : bold;
		text-align: center;
		margin-bottom: 0px;
	}
		
	#stations1
	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #081c08;
		font-weight: normal;
		text-align: left;
		line-height: 150%;
		margin: 0 auto 0 auto;
		clear: both;
	}
	
	#c-text1
	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #081c08;
		background: transparent;
		font-weight: bold;
		text-align: center;
		clear: both;
	}
	
	.stationlinks p
	{
	margin-left: 5px;
	}
	
	.stationlinks ul
	{
	margin-top: 2px;
	}
	
	.stationlinks li
	{
	list-style: none;
	margin-left: -25px;
	}
		
	.stationlinks a
	{
		color: #ffffff;
		background: #024c02;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12pt;
	}

	.stationlinks a:visited
	{
		color: #ffffff;
		background: #024c02;
	}

	.stationlinks a:hover
	{
		color: #000000;
		background: transparent;
	}
	
	.stationlinks a:active
	{
		color: #ffffff;
		background: #024c02;
	}
		
	.centertext p
	{
		text-align: center;
		margin: 0;
	}
	
	.leftlist
	{
		float: left;
		width: 248px;
		margin-top: 0px;
		clear: none;
	}

	.middlelist
	{
		float: left;
		width: 248px;
		margin-top: 0px;
		clear: none;
	}
	
	.rightlist
	{
		float: left;
		width: 248px;
		margin-top: 0px;
		clear: none;
	}
	
	.lists { text-align: left; }

	.lists p { margin: 8px;	}

	.lists blutext { color: #376C99; background: transparent; }

	.lists ul { margin: 10px 0 20px 20px; }

	.lists li { line-height: 150%; list-style: none; margin-left: -5px; }

	#footer
	{
		width: 800px;
		text-align: center;
		font-family: sans-serif;
		font-size: 8pt;
		color: #ffffff;
		font-weight: normal;
		margin: auto;
		background: #003300;
		border-right: 3px solid #cac0ac;
		border-bottom: 3px solid #cac0ac;
		border-left: 3px solid #f1ecd3;
		clear: both;
	}
	
	.footer p
	{
		font-family: sans-serif;
		color: #ffffff;
		background: #003300;
		text-align: center;
		font-size: 8pt;
		font-weight : normal;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.footer a
	{
		text-align: center;
		text-decoration: underline;
		color: #ffffff;
		background: transparent;

	}

	.footer a:visited
	{
		text-decoration: underline;
		color: #ffffff;
		background: transparent;
	}

	.footer a:hover
	{
		text-decoration: underline;
		color: #ffffff;
		background: transparent;
	}

	.footer a:active
	{
		text-decoration: underline;
		color: #ffffff;
		background: transparent;
	}

