
body,td,th {
	font-family: arial, helvetica, serif;;
	font-size: 12px;
	color: #414141;
}
body {
	background-color: #414141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #ffffff}
a {
	font-size: 12px;
	color: #404040;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 { font-size: 12px; color: #404040;}
.style3 { font-size: 13px;color: #000000}
.style4  { font-size: 24px; color: #8B0000}
.style5  { font-size: 44px; color: #8B0000}
.style6  { font-size: 18px; color: #8B0000}
a {
	font-size: 12px;
	color: #404040;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#nav, #nav ul { /* all lists */
		padding: 0;
        margin: 8;
		list-style: none;
		float : left;
		width :15em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2em;
		margin-bottom : 5px;
		width: 15em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 16.1em;
        margin-top : -2em;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 15em;
		display : block;
		color : #303030;
        font-size : 12px;
		font-weight : bold;
		text-decoration : none;
		background-color : #a1a1a1;
		border : 4px #8B0000;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #8B0000;
	}

	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 15em;






  /* Generic map*/
      .MapBuilder {font: normal small  arial, verdana, helvetica, sans-serif; font-size: 10pt; margin: 0px;}
      .MapBuilder a {text-decoration: none; color: #0066CC; background-color: transparent;}
      .MapBuilder a:hover {color: #F60; background-color: transparent;}
 
    /* Info Window styles */
      .IW { width: 270px;}
      .IWContent {height: 120px; overflow:auto;}
      .IWCaption {font-weight: bold; font-size: 12pt; color: #369; border-bottom: 2px solid #369;}
      .IWFooter {margin-top: 5px; font-size: 8pt; }
      .IWFooterZoom {}
      .IWDirections{background-color:#FFF;}     

