@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}   
.oneColFixCtrHdr #header {
	border: 1.5px solid #000;
	background-color: #9CBCE4;
}
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.column1 {
	width: 165px;
	padding-top: 20px;
	padding-left: 15px;
}
.aboutCopy {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: medium;
	border-left-style: solid;
	border-top-color: #000;
	width: 560px;
	margin-top: 5px;
}
.nav {
	color: #FFF;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navTable {
	margin-left: 200px;
}
.emailLink {
	text-decoration: none;
	color: #B0C7E8;
}
.links {
	text-decoration: none;
	color: #FFF;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
.feesTable {
	border: thin solid #C0D1EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
.ruler {
	vertical-align: text-top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footerCopy1 {
	line-height: 30px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {text-decoration:none; color:white;}
a:visited {text-decoration:none; color:#9cbce4;}
a:hover {text-decoration:none; color:#2D7AC0;}
.boldType {
	font-weight: bold;
	color: #000;
}
.dots {
	font-weight: lighter;
	color: #C0D1EC;
}
.feesTableWh {
	border: thin solid #FFF;
}
.blueCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #2E7CC3;
	text-indent: 35px;
}
.blueCopyIt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #2D7AC0;
	font: oblique;
}
.HPage {
	background-color: #FFF;
	float: left;
	padding-left: 15px;
	width: 565px;
}
#SideImg {
	float: left;
	width: auto;
}
.smCopy {
	font-size: 9pt;
	color: #000;
}
