body {
	background-image: url(images/background4.gif);
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif; 
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.headerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.3px;
	font-weight: bold;
}
.footerText {
	font-size: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.miniFont {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:0.8;
}
a:link {
	color: #296592;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #296592;
}
a:hover {
	text-decoration: none;
	color: #296592;
}
a:active {
	text-decoration: underline;
	color: #296592;
}

table.superdoc {
	border: 1px solid #e3dac5; 
	background:#efe7d4 url(images/bearmark.gif) bottom right no-repeat;
}

table#officestable td {
	border: 1px solid #e3dac5;
	background-color: #efe7d4;
}

table#officestable td.text {
	font: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 95%;
	text-align: center;
}

.darkcorner {
	background: url(images/darkcorner1.jpg) top left no-repeat;
}



/* NAV
-------------------------------------------*/
#navtable td {
	font-size: 11px; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
}

#navtable td a {
	height: 19px;
	width: 149px;
	text-align: center;
	padding-top: 5px;
	display: block;
	text-decoration: none;
}

#navtable td a:hover {
	background: url(images/nav_blueover1.png) center center no-repeat; 
	color: #FFFFFF;
	
}

#navtable td {
	background: url(images/nav_divider.gif) right top no-repeat;
}

#navtable td.noright {
	background: none;
}

#home #homenav  a,
#about #aboutnav  a,
#contact #contactnav  a,
#locations #locationsnav  a,
#providers #providersnav a,
#faq #faqnav  a {
	background: url(images/nav_blueover1.png) center center no-repeat; 
	color: #FFFFFF;
}	

table.footernav a {
	height: 18px;
	width: 123px;
	text-align: center;
	padding-top: 3px;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

table.footernav a:hover {
	background-color: #006699;
	color: #FFFFFF;
	
}



