body {
	font-family:Arial;
	}
	
#contentArea p {
	font-size:12px;
	color:#000000;
	margin:0 0 10px 0;
	}
	
#contentArea li {
	font-size:12px;
	color:#000000;
	margin:0 0 10px 0;
	}
	
#contentArea h1 {
	font-size:22px;
	color:#0066b9;
	margin:0 0 10px 0;
	}
	
#contentArea h4 {
	font-size:16px;
	color:#0066b9;
	margin:0 0 10px 0;
	}

#contentArea a, #contentArea a:visited {
	color:#000000;
	text-decoration:underline;
	}
	
#contentArea a:hover {
	color:#0066b9;
	text-decoration:underline;
	}

ul#nav {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 0;
	display: block;
	width: 960px;
	padding:0 0px 0 0px;
}

ul#nav li {
	display: block;
	float: left;
	height: 39px;
	border-left: 2px solid #000000;
}
ul#nav li.last{
	border-right: 2px solid #000000;	
}
ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	height: 17px;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	padding: 11px 11px 11px;
	color: #0066b9;
}
ul#nav li a:hover, ul#nav li a.active {
	color: #fff;
	background: #0066b9;
}

#phone {
	color:#0066b9;
	font-size:19px;
	font-weight:bold;
	font-style:italic;
	}
	
#footer p {
	font-size:12px;
	margin:0 0 5px 0;
	}
	
#footer a, #footer a:visited {
	color:#000000;
	padding:0 3px 0 3px;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#0066b9;
	padding:0 3px 0 3px;
	text-decoration:none;
	}
	
#footer small {
	font-size:11px;
	margin:0 0 5px 0;
	}
	
#footer img {
	float:right;
	}