body {
	font-family:Arial;
	}
	
#contentArea p {
	font-size:12px;
	color:#000000;
	margin:0 0 10px 0;
	line-height:20px;
	}
	
#contentArea p.blogTitle {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin:0 0 2px 0;
	line-height:15px;
	}
			
#contentArea ul {
	list-style-type:disc;
	font-size:12px;
	color:#000000;
	margin:0 0 5px 25px;
	}
	
#contentArea ol {
	list-style-type:decimal;
	font-size:12px;
	color:#000000;
	margin:0 0 10px 0;
	}
	
#contentArea li {
	/*list-style-type:disc;*/
	font-size:12px;
	color:#000000;
	margin:0 0 5px 15px;
	line-height:20px;
	}
	
#contentArea h1 {
	font-size:22px;
	color:#0066b9;
	margin:0 0 10px 0;
	border-bottom:2px solid #0066b9;
	}
	
#contentArea h2 {
	font-size:20px;
	color:#0066b9;
	margin:0 0 10px 0;
	}
	
#contentArea h3 {
	font-size:18px;
	color:#0066b9;
	margin:0 0 10px 0;
	border-bottom:2px solid #0066b9;
	}
	
#contentArea h4 {
	font-size:16px;
	color:#0066b9;
	margin:0 0 10px 0;
	}
	
#contentArea h5 {
	font-size:14px;
	color:#000;
	margin:0 0 10px 0;
	}
	
#contentArea .sup {
	vertical-align: super;
	font-size: 60%;
	}

#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: 936px;
	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 16px 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;
	}