/* CSS Document */

body	{
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 8px;
		margin-right: 8px;
		background-color: #cccc99;
	} 
	
a:link 	{
	color: #660000;
	text-decoration: underline
	}
	
a:visited	{
	color: #660000;
	text-decoration: underline
	}
	
a:hover	{
	color: #990000;
	text-decoration: underline
	}
	
a:active	{
	color: #990000;
	text-decoration: underline
	}


p	{
		font-family: Times New Roman, Times, serif;
		font-size: 14px;
		font-style: normal;
		margin-top: 12px;
		margin-bottom: 12px;
		margin-right: 8px;
		margin-left: 16px;
		color: #000000
	}
	
p.listtitle	{
		font-family: Times New Roman, Times, serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		margin-top: 12px;
		margin-bottom: 0;
		color: #660000
	}
	
ul	{
		font-family: Times New Roman, Times, serif;
		font-size: 14px;
		font-style: normal;
		list-style-image: url(/images/5x5-maroon.gif);
		margin-top: 4px;
		color: #000000
	}
	
dt	{
		font-family: Times New Roman, Times, serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		margin-top: 4px;
		color: #000000
	}
	
dd	{
		font-family: Times New Roman, Times, serif;
		font-size: 10pt;
		font-style: normal;
		color: #000000
	}

h1	{
		font-family: Times New Roman, Times, serif;
		font-size: 15px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 0;
		margin-right: 8px;
		margin-left: 8px;
		color: #000000;
		text-transform: uppercase;
	}

h2	{
		font-family: Times New Roman, Times, serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		color: #660000;
		margin-top: 12px;
		margin-bottom: 0;
		margin-right: 8px;
		margin-left: 20px;
		text-transform: uppercase;
	}
	
.mapheader	{
		text-align: left;
		float: right;
		margin: 0px 0px 20px 40px;
		padding: 0px 0px 20px 20px;
		border-width: 0px 0px 0px 0px;
		border-color: #bfbf8e;
		}

.menu	{
		font-family: Times New Roman, Times, serif;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 4px 0px 0px;
		color: #000000;
		min-width: 610px;
	}
	
.menu a:link {
	color: #660000;
	text-decoration: none
	}
	
.menu a:visited	{
	color: #660000;
	text-decoration: none
	}
	
.menu a:hover	{
	color: #660000;
	text-decoration: underline
	}
	
.menu a:active	{
	color: #660000;
	text-decoration: underline
	}
	
.picleft	{
		margin: 0px 20px 20px 0px;
		float: left;
		text-align: right;
	}
	
.picright	{
		margin: 0px 0px 20px 20px;
		float: right;
		text-align: left;
	}
	
.picborder	{
			border: 1px solid #660000;
			}
			
.picleftborder	{
		margin: 0px 20px 20px 0px;
		float: left;
		text-align: right;
		border: 1px solid #660000;
	}
	
.picrightborder	{
		margin: 0px 0px 20px 20px;
		float: right;
		text-align: left;
		border: 1px solid #660000;
	}

.sidebar{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000
	}


.footer	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000
	}
	
#normalbg	{
		background-color: #cccc99;
		background-image: url(/images/bg-norm.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
#darkbg	{
		background-color: #cccc99;
		background-image: url(/images/bg-dark.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}

