@charset "utf-8";
/* CSS Document */

body{
	background-color:white;
	text-align:center;
}

td{
	text-align:left;	
}

.topLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#551a8b;
	text-decoration:underline;
}

.navBG{
	background-image:url(images/navBG.gif);	
	background-repeat:no-repeat;
	height:29px;
}

.navTop{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	color:white;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
}

.navTop:hover{
	color:#d4bbaf;
}

.Locator{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:white;
	padding-left:18px;
}

.locatorBarOff{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	width:142px;
}

.locatorBarOn{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	background-color:#025478;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	width:142px;
}

.separator{
	width:1px;
	background-color:#666666;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8e8c86;
	text-decoration:none;
}

.footer2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8e8c86;
	text-decoration:none;
}

.mapSubHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003366;
	font-weight:bold;
	padding-top:14px;
}
a.mapLink{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:9px;
	text-decoration:none;
}
a.mapLink:Hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#0066ff;
	font-size:9px;
	text-decoration:none;
}