* {border:0; margin:0; padding:0;}
html {background:#fff;}
body {
	margin: 0px auto;
	width: 700px;
	background-color: #FFFFFF;
}
.homeBanner {
	visibility: hidden;
	display:none;
}
.homeBanner span {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
img {
	display:none;
	visibility: hidden;
}
.mainBodyContainer {
	background-color: #FFF;
	display: block;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.singleColumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	clear: both;
}
.navHeading {
	display: none;
	visibility: hidden;
}
.mainNav {
	display: none;
	visibility: hidden;
}
.subContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0.03em;
}
.subcontentList {
	text-align: left;
	color: #000;
	clear: left;
}
.subContent a:link, .subContent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	letter-spacing: 0.03em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	text-align: center;
	letter-spacing: .01em;
}
.articleContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 1.3em;
	list-style-position: inside;
	list-style-type: square;
}
.articleHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.articleSubHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	text-decoration: underline;
	line-height: 1.5;
	text-align:left;
}
.articleSubHeading a:link, .articleSubHeading a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1px;
	color: #333;
	text-decoration: underline;
	line-height: 1.5;
}
.articleListInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	line-height: 1.3em;
	margin-left: 25px;
}
.blueFooter {
	font-family: Geneva, Helvetica, 'Times New Roman';
	font-size: 11px;
	background-color: #FFF;
	text-align: center;
	color: #333;
	clear: both;
	padding-top: 20px;
	letter-spacing: 0.01em;
	padding-bottom: 20px;
}
input.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFCC;
	color: #333366;
	margin: 5px;
	border: outset 2px #CCCCCC;
}
input.formButton:hover {
	background-color: #ffffce;
	color: #333366;
	font-size: 12px;
	font-weight: bold;
	border: inset 2px #999999;
	margin: 5px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	text-align: center;
	font-size: 16px;
}
.formTextArea {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	height: auto;
	border: solid 1px #999;
	font-size: 12px;
	text-align:left;
	vertical-align: middle;
	width: auto;
	color: #666;
	padding-left: 3px;
}
.splitCol2 {
	visibility:collapse;
	display: none;
}
.splitCol1 {
	background-color: #FFF;
	width: 100%;
	float: right;
	text-align:left;
}
#contactForm {
	display: none;
}