.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
.nav:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:hover {
	text-decoration: underline;
	color: #3366FF;
}
a {
	color: #333399;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	color: #333366;
	line-height: 32px;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#Layer1 {
	position:relative;
	width:640px;
	z-index: 1;
	clear: both;
	height: 560px;
}

#siteplan {
	position:absolute;
	left: 260px;
	z-index: 0;
	height: 480px;
}
