.bgMain {
	background-color: #748096;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.topBar {
	background-image: url(images/bg_top_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 63px;
}
.navCell {
	background-image: url(images/bg_nav1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.ftr {
	background-image: url(images/bg_ftr_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 61px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.pageMid {
	background-color: #E7E7E8;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #484848;
	border-bottom-color: #484848;
	border-left-color: #484848;
	padding: 10px;
}
.sideMid {
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.dropcap {
         float: left;
         padding-right: 4px;
         display: block;
         color: #0A246A;
         font: 50px/37px Georgia, Times, serif;
 }