@charset "utf-8";
#pageHdr {
	background-image: url(Images/hdgBkg.gif);
	height: 100px;
	background-color: #003366;
}
#mnu {
	background: #FFFFFF;
	padding-left: 65px;
}
#body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 40em;
	margin: 0 auto;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#bodyContent {
	background: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 25px;
}
#pageFtr {
	background-image: url(Images/ftgBkg.gif);
	height: 37px;
	text-align: center;
	background-position: bottom;
	vertical-align: bottom;
	font-size: x-small;
	background-color: #003366;
	clear: both;
}
.bodyText {
	padding-right: 20px;
	padding-left: 20px;
}
.tableSectionHdr {
	font-size: large;
	font-weight: bold;
	padding-top: 10px;
	font-style: italic;
}
.sectionHdr1 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.sectionHdr2 {
	padding-bottom: 3px;
	font-size: x-large;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	clear: both;
}
}
.bulletPointFirst {
	list-style-position: inside;
	list-style-type: disc;
}
.bulletPoint {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 7px;
}
.bulletDescription {
	padding-top: 2px;
	text-indent: 25px;
	list-style-type: none;
}
.floatLeft {
	float: left;
	padding-right: 15px;
	clear: none;
}

.floatRight {
	float: right;
	vertical-align: middle;
	clear: none;
}

.leftBlock {
	vertical-align: middle;
	width: 440px;
	display: table-cell;
	margin-bottom: auto;
	margin-top: auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

