body {
	background-color:#F0F8FF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.navItem {
	width: 108px;
	height: 101px;
	cursor: pointer;
	margin-top: 5px;
	padding-left: 75px;
	padding-top: 70px;
	position: absolute;
}

a.navItemL:link {
	color: White;
	font-weight:bold;
	text-decoration:none;
}

a.navItemL:visited {
	color: White;
	text-decoration:none;
	font-weight:bold;
}

a.navItemL:active {
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}

a.navItemL:hover {
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}


a.HNavItem:link {
	color: White;
	text-decoration:none;
}

a.HNavItem:visited {
	color: White;
	text-decoration:none;
}

a.HNavItem:active {
	color: #FF9900;
	text-decoration:none;
}

a.HNavItem:hover {
	color: #FF9900;
	text-decoration:none;
}

p.phone {
 font-size:15pt;
 color:#CC0000;
 font-weight:bold;
}