@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;
	background-color: #9C0;
}
.oneColFixCtr #container {
	width: 1015px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #9C0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #9C0;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #306;
}
a:hover {
	text-decoration: underline;
	color: #009;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
.Footer {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;
}
.InactiveMainNavBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.MainNavBar {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000;
}
.VB2PageBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.VB2PageBodyTextBoldItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.VB2PageBodyTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.ImageCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.BlogLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.RedBodyText {
	color: #F00;
}
.VB2BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}
.RedBoldBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #F00;
}
.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666;
	font-size: 24px;
}
.VB2BodyBoldText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	vertical-align: baseline;
	text-align: left;
}
.oneColFixCtr #container #mainContent table tr td .VB2BodyBoldText .VB2BodyText .VB2BodyText {
	font-weight: normal;
}
.TableCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.TableCells {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
}
.oneColFixCtr #container #mainContent table .VB2BodyText td {
	font-size: 22px;
}
.EmailAddress {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #00C;
	font-weight: normal;
}
.oneColFixCtr #container #mainContent table tr td .VB2PageBodyText .VB2PageBodyTextBold .ImageCaption .ImageCaption {
	font-weight: normal;
}
