#nav { 
margin:0; 
padding:0; 
background:#006ab3 url(nav_bg.jpg) 0 0 repeat-x; 
float:left; 
width:100%; 
border:1px solid #214186; 
border-width:1px 0; 
} 
#nav li { 
display:inline; 
padding:0; 
margin:0; 
} 
#nav a:link, 
#nav a:visited { 
color:#FFF; 
background:#006ab3; 
padding:20px 40px 20px 10px; 
float:left; 
width:auto; 
border-right:1px solid #214186; 
text-decoration:none; 
font:bold 0.9em/0.9em Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
text-shadow: 2px 2px 2px #555; 
} 

#nav li:first-child a { 
border-left:1px solid #42432d; 
} 

#nav a:hover { 
color:#fff; 
background:#727454; 
} 

#nav a:active { 
background:#0086cb; 
color:#fff; 
} 


#homePanel {
	width: 185px;
	background-color: #0086cb;
	font-size: 1em;
	color:#FFF;
	
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	margin-top: 0px;
	color: #000000;
	font-size: 0.8em;
}

td { font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}
th { font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}


a:link {color: #006AB3; text-decoration: underline}     /* default unvisited link */
a:visited {color: #006AB3; text-decoration: underline}  /* default visited link */
a:hover {color: ##006AB3; text-decoration: underline}   /* default mouse over link */
a:active {color: #006AB3; text-decoration: underline}   /* default selected link */ 


a.white:link {color: #FFFFFF; text-decoration: none} 
a.white:visited {color: #FFFFFF; text-decoration: none} 
a.white:hover {color: #FFFFFF; text-decoration: underline} 
a.white:active {color: #FFFFFF; text-decoration: none}  




#whitetxt {
	font-size: 0.8em;
	font-style: bold;
	color: #FFFFFF;
}
#whitetxtlrg {
	font-size: 0.8em;
	font-style: bold;
	color: #FFFFFF;
	padding-bottom: 5em;
}

#home {
	font:bold 0.9em/0.9em Arial, Helvetica, sans-serif; 
	color:#214186;
		padding-bottom: 1em;
}

#img_bord {
	border: 1px solid #012E57;
}
#bodybord {
	border-left: 1px solid #012E57;	
	border-right: 1px solid #012E57;
}

h1 {
	font-size: 1.2em;
	color: #012e57;
	padding: 0.4em 0em 0em 0em;
}

h2 {
	font-size: 1em;
	color: #012E57;
	padding: 0.4em 0em 0em 0em;
}
h3 {
	font-size: 0.8em;
	color: #012E57;
	padding: 0.4em 0em 0em 0em;
}
.homepanel {
width: 208px;
color:#FFFFFF; 
background:#0086CB; 
padding:15px 15px 15px 15px; 
float:centre; 
text-decoration:none; 
font:1.0em Arial, Helvetica, sans-serif; 
}

.tel {
border-top:1px solid #42432d; 
border-bottom:1px solid #42432d; 
}