html, body {
	height: 100%;
	border: none;
	margin-bottom: 1px;
} /* 1px Firefox and Opera display right scroll bar when using relative #outer*/
* {
	margin:0;
	padding:0;
} /*inherited by all, override*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color: #333;
	text-align: center;  /*centers container in IE 5*. Text then set to left aligned default in #outer*/
		background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;

}
#outer {
	position:relative; /*use with absolute to push footer to bottom*/
	width: 960px;
	text-align: left; /*re-establish left default*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 4px;
	min-height:100%;
	_height:100%;  /* for ie6, not ie7*/
	background-color: #fff;
}
#top {
	width: 100%;
	width:960px;
	height: 70px;
	padding-top: 10px;
	background:url(../images/topbg.jpg) repeat-x #e0e9f6;
}
#middle {
	width: 100%;
	overflow:hidden;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 5em;
}
#footer {
	position:absolute;
	bottom:8px;  /*keep off bottom */
	width: 100%;
	height: 4em;
	text-align:center;
	font-size:85%;
}
p {
	line-height: 1.4em;
}
h1 {
	font-size: 200%;
	margin-bottom: 10px;
}
h2 {
	font-size: 150%;
	margin-bottom: 10px;
  color: #096;
	font-style:italic;
}
h2 a {
	font-style:italic;
	text-decoration: none;
	color: #39c;
}
.h2-n a:hover {
	text-decoration: underline;
	color: #f00;
}
h3 {
	font-size: 125%;
	margin-bottom: 5px;
}
h4 {
	font-size: 100%
}
h5 {
	font-size: 89%
}
h6 {
	font-size: 75%
}
.size1 {
	font-size: 200%
}
.size2 {
	font-size: 150%
}
.size3 {
	font-size: 125%
}
.size4 {
	font-size: 100%
}
.size5 {
	font-size: 89%
}
.size6 {
	font-size: 75%
}
.white {
	color: #fff;
}
.red {
	color: #f00;
}
.red-p {
	color: #c33;
}
.lblue {
	color: #39c;
}
.mblue {
	color: #06c;
}
.dblue {
	color: #039;
}
.mgreen {
  color: #096;
}	
.dgreen {
  color: #063;
}	
.teal {
	color: #369;
}
.lgray {
	color: #ccc;
}
.dgray {
	color: #555;
}
.bg-vlgray {
	background-color:#efefef;
}
.bg-lblue {
	background-color: #06c;
}
.bg-vlblue {
	background-color: #ECF5FF;
}
.bg-lav {
  background-color:#ccf;
}
.bg-pale-red{
	background-color:#fcc;
}
.bg-pale-blue {
	background-color:#9cf;
}
.bor-lblue {
	border: 1px solid #06c;
}
.bor-white {
	border: 1px solid #fff;
}
img {
border: 0;
}
a:hover img {
	border-color: #f00;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
.fltright {
	float: right;
}
.fltleft {
	float: left;
}
.clearleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearright {
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearboth {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* beg - nav bar top*/
#nav-top {
	padding: 0;
	background-color: #ddd;
	width: 960px;
	text-decoration: none;
	font-size: 110%;
}
#nav-top li {
	float: left;
	line-height: 1.6em;
	list-style: none;
	background:url(../images/mbg.jpg) left top repeat-x #ddd;
}
#nav-top a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
	width: 190px;
}
#nav-top a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #c33;
}
#n1 a {
	width: 160px;
}
#n2 a {
}
#n3 a {
}
#n4 a {
}
#n5 a {
}
#n6 {
width: 40px;
}
/* end - nav bar top */
.lmarg20 {
	margin-left: 20px;
}
.lmarg50 {
	margin-left: 50px;
}
.lpad20 {
	padding-left: 20px;
}
.rmarg20 {
	margin-right: 20px;
}
.rmarg40 {
	margin-right: 40px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.valign {
	vertical-align: middle;
}
.line1em {
	line-height: 1em;
}
#bankabcs {
	margin: 0 0 10px 20px;
}
#thead {
	margin: 10px 130px 5px 40px;
}
#mhead {
	margin: 15px 0 10px 40px;
	color: #06c;
}
#main {
	margin-left: 50px;
	width:520px;
	float: left;
	padding: 5px 10px 15px 15px;
}
#mainw {
	width:735px;
	float: left;
	padding: 5px 10px 15px 30px;
}
#mainf {
/*	width:760px;*/
	float: left;
	padding: 5px 10px 15px 10px;
}
#mainr {
width: 300px;
margin-right: 140px;
float: right;
}
.nav {
	display: none;
}
.nav ul {
	margin-left: 20px;
	color:#555;
}
.nav li {
	font-weight:bold;
	padding-bottom: 1em;
}
#nav1 {
	display: inline;
}

#sidebar1 {
	float: left;
	width: 170px;
	padding: 16px 0 10px 10px;
}
#sidebar2 {
	float: right;
	width: 220px;
	padding-right: 5px;
	text-align: center;
}
#eventsc1 {
	width:340px;
	float: left;
	padding: 10px;
	border: 1px solid #dedede;
}
#eventsc2 {
	width:340px;
	float: right;
	padding: 10px;
	border: 1px solid #dedede;
}
#feedbck { /* form */
	width: 600px;
	padding: 10px 0 30px 20px;
}
#feedbck form fieldset {
	padding: 20px;
	border: 1px solid #ccc;
}
#feedbck form fieldset label {
	width: 10em;
	float: left;
}
.a300x250 {
eight:250px;
padding:10px;
}
.a300x250-r {
width:300px; height:250px;
float:right;
padding:10px;
}
.a300x250-l{
width:300px; height:250px;
float:left;
padding:10px;
}
.a160x600 {
width:160px; height:600px;
padding:10px;
}
.a120x600 {
width:120px; height:600px;
padding:10px;
}
.a120x600-r {
width:120px; height:600px;
float:right;
padding:10px;
}
.a250x250-r {
width:250px; height:250px;
float:right;
padding:10px;
}
.a468x60-c {
height:60px;
padding:10px;
}
.a200x200-c {
width:200px; height:200px;
padding:10px;
}
.search {
	margin: 6px;
	float: right;
}
/* beg - home page middle nav bar*/
.pad-nv1 {
	margin-top: 24px;
}
.pad-nv2 {
	margin-top: 14px;
}
#nav-b {
	width: 960px;
	text-decoration: none;
	height: 65px;
	background:url(../images/nav-b.jpg);
}
#nav-b li {
	font-size: 18px;
	font-weight:bold;
	list-style: none;
	float: left;
	width: 192px;
	text-align: center;
	line-height: 20px;
}
#nav-b a {
	display: block;
	text-decoration: none;
	text-align:center;
	color: #063;
}
#nav-b a:hover {
	font-size: 105%;
	color: #06c;
}
/* end - home page middle nav bar*/
