/* this style sheet can be used on most of the pages top navigation menu, links, footer date and body*/
.topnav { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; text-align:right; padding:5px
}
.topnav a:link {text-decoration:none; color:#003300;
}
.topnav a:visited {text-decoration:none; color:#990000
}
.topnav a:active {text-decoration:none; color:#CC9933;
}
.topnav a:hover { color:#FFA500; }
body {
  font-family: Arial, Helvetica, sans-serif; background-color:#EEEBD7; color:#000000; 
  margin-left:0px; margin-top:5px; margin-right:0px
}
#maptable {  margin-left:auto; margin-right:auto; width:90%; padding:0px; border-spacing:0px}
a:link { text-decoration:underline; color:#003300 
}
a:visited { text-decoration:underline; color:#990000 
}
a:hover { text-decoration:underline; color: #FFA500
}
a:active { text-decoration:underline; color: #CC9933
}

.dateinsert {font-family: Georgia, "Times New Roman", Times, serif; font-size:9px; color: #000000;
	text-indent:10px; font-weight:bold
}
#footnav { margin-left:auto; margin-right:auto; 
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-size:9px; text-align:center
}
#footnav a:link { text-decoration:none; color:#003300 
}
#footnav a:visited { text-decoration:none; color:#990000 
}
#footnav a:hover { text-decoration:none; color: #FFA500
}
#footnav a:active { text-decoration:none; color: #CC9933
}