
body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, geneva, trebuchet ms;
	font-size: 13px;
}
a {
	/* text-decoration:none; */
}
#mainTbl {
	width: 750px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	 border-collapse: collapse; /**/
}

#topBanner {
	width: 750px;
	height: 151px;
	background-image: url(images/banner_top.gif);
	padding: 0px;
	margin: 0px;
}

#leftClmn {
	width: 175px;
	
	background-color: #2f4d6f;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#mainNav a {
	display: block; 
	font-family: arial;
	color: #fff;
	padding: 1px 5px 1px 10px;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	/*background-color: #336699;*/
	border-bottom: 1px solid #fff;
	
}
#mainNav a:hover, .navSelected {
	background-color: #4E6884;
	border-bottom: 1px solid #fff;
	font-style: italic;
}
#mainNav .navSub {
	background-color: #668899;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: normal;
}
#mainCnt {
	width: 575px;
	background-color: #ffffff;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-right: 3px solid #2F4D6F;
}

#nestTbl {
	width: 570px;
}

#content {
	width: 570px;
	background-color: #ffffff;	
	
	color: #000000;
	padding: 10px 10px 0px 10px;
	text-align: justify;
}

#footerTd {
	height: 24px;
	background-color: #2f4d6f; 
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-size: 10px;
	font-family: arial;
	letter-spacing: 0.2px;
	text-align: right;
	color: #999999;
}

#footerLink {
	color: #8CA1B8;
	text-decoration: none;
}
#footerLink:hover {
	color: #ffffff;
	text-decoration: underline;
}


h1 {
	
	color: #2f4d6f;
}
.hilite {
	color: #2f4d6f;
	font-weight:bold;
	/* font-style: italic; */
}
.sidepic {
border-bottom: 1px solid #8791A7;
}
.subbanner {
	font-weight:bold;
	color: #4E6884;
	font-size: 13px;
}
.staffphotos {
	margin: 5px 5px 5px 10px;
	border: 3px double #000;
}
.ppl_pics {
	float: right;
	margin: 5px;
	border: 3px double #999;

}
#tblPromo { /* Home Page Promo Items Tbl */
	border: 3px double #ccc;
}
.tdPromoHdr {/* Home Page Promo Items Tbl Headers*/
	width: 250px;
	background-color: #eaeaea;
	color: #333399;
	font-weight: bold;
	text-align: left;
	border: 1px solid #999;
}
.tdPromo {/* Home Page Promo Items Tbl Content*/
	border: 1px solid #999;
	text-align: left;
	font-size: 11px;
	font-family: arial;
}