 body,div,td {
  font-family:arial;
  font-size:12px;
 }
.hdr {
 font-size:14px;
 font-weight:bold;
}
input,select,textarea {
 border: 1px black solid;
}
.header {
 background: #148ECF;
}
.footer {
 background: #178FCE;
}
.main_bg {
 background: url(../images/main_bg.jpg);
}
.front_bg {
 background: url(../images/front.jpg);
}
.bar {
 background: #636466;
 font-family: arial;
 font-size:14px;
 font-weight: bold;
 color:white;
}
.content {
 font-family: arial;
 font-size:13px;
 font-weight: bold;
 padding:5px 0px 0px 20px;
}
a.content {
 color: #000000;
 text-decoration:none;
 padding:0px;
}
.menu {
 font-family: arial;
 font-size:11px;
 font-weight: bold;
 color: #148ECF;
}
a.menu {
 color: #148ECF;
 text-decoration:none;
}
a.menu:hover{
 color: #2D3387;
 text-decoration:underline;
}
.nb {
 border-style: none;
}
#nav {
	position: relative;
	top: 10px;
	left: 300px;
	width: 15px;
  height: 280px;
	border: none;
	visibility: hidden;
}
#bnav {
 font-family: arial;
 font-size:11px;
 font-weight: bold;
 color: #148ECF;
 position:relative;
 top:-10px;
 left:170px;
 width:600px;
 z-index:2;
 text-align:center;
}
