@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;
}
.oneColFixCtr #container {
	width: 1024px;
	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;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 1px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 16px;
}
.bodyText a {
	color: #CC6600;
	text-decoration: none;

}
.bodyText a:hover {
	color: #CC6600;
	text-decoration: underline;

}
.utility a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.utility a:hover {
	padding: 8px;
	background-color: #000000;
	text-decoration: none;
}

.homeNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.homeNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.homeNav a:hover {
	color: #000000;
	text-decoration: none;
}
.homeQuote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.homeQuote a {
	color: #CC6600;
	text-decoration: none;
}
.homeQuote a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.bodyQuote {
	font-family: Arial, Helvetica, sans-serif;
	color: #669933;
	font-size: 12px;
	text-decoration: none;
	padding: 0 20px 0 20px;
}
.bodyQuote a {
	color: #000000;
	text-decoration: none;
}
.bodyQuote a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.bodyHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
}
.bodyColumnHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.bodySubHead {
	color: #000000;
	font-weight: bold;
}
.bodySubHead a {
	color: #CC6600;
	font-weight: bold;
}
.bodySubHead a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.backtotop a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
	padding: 1px;
}
.backtotop a:hover {
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer a {
	font-size: 11px;
	color: #CC6600;
	padding-top: 10px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.imagePadRight {
	padding-right: 5px;
}

