

body {
	
	background: url(../images/bg.jpg) repeat-x;
	background-color: #9cb1be;
	
}

body, td, span {
	font-family: Tahoma;
}

h1 {
	font-size: 24pt;
	color: #747679;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #8595a7;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #91b654;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

.tblMain {
	width: 950px;
	margin: 0 auto;
	background: url(../images/bg-content-area.jpg) repeat-x;
	background-color: #e8e8e3;
}

.cellBody {
	background-color: white;
}

.cellNav {
	
}

.cellNav .divNavItemContainer > a {
	color: #8c8d8e;
	display: block;
	height: 27px;
	float: left;
	padding: 0 11px;
	padding-top: 5px;
	font-size: 11pt;
}

.cellNav .divNavItemContainer > a:hover {
	background-color: #f3efcf;
}

.cellNav .divNavItemContainer a.current {
	background-image: url(../images/bg-navitem-current.jpg);
	background-repeat: no-repeat;
	background-color: #f3efcf;
}

.cellNav img {
	float: left;
}

.divHomeHead {
	width: 764px;
	height: 243px;
	background-image: url(../images/bg-head-main.jpg);
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 20px;
}

.divIntHead {
	width: 796px;
	height: 263px;
	background-image: url(../images/bg-head-interior.jpg);
	background-repeat: no-repeat;
}

.cellRightSidebar {
	width: 198px;
	background-color: #f3efcf;
	border-right: solid 4px white;
	padding-bottom: 20px;
}

.featureBox {
	width: 170px;
	height: 197px;
	float: left;
	margin-right: 11px;
}

.featureBox:last {
	margin-right: 0px;
}

.featureBox .top {
	height: 22px;
	padding-top: 8px;
	padding-left: 30px;
	color: white;
	font-size: 11px;
	background: url(../images/bg-box-top.jpg) no-repeat;
}

.featureBox .bottom {
	height: 92px;
	color: #747679;
	background: url(../images/bg-box-bottom.jpg) no-repeat;
	padding-left: 18px;
	padding-top: 12px;
	font-size: 8pt;
}

.cellFooter {
	height: 50px;
	padding: 0 35px;
	background-color: #879eac;
}

.cellFooter, .cellFooter td, .cellFooter table {
	color: white;
	font-size: 11pt;
}

.cellFooter a {
	color: white;
}

#divNavPopup {
	background: #7c8ea2;
	position: absolute;
	top: 31px;
	display: none;
	width: 200px;
	z-index: 999;
}

#divNavPopup a {
	color: white;
	display: block;
	clear: both;
	padding: 5px;
	font-size: 10pt;
}

#divNavPopup a:hover {
	background: #4b5d72;
}

.divNavItemContainer {
	position: relative;
}

.popupList {
	display: none;
}
