@charset "UTF-8";
body {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	background-image: url(images/crimson_grad.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 110%;
}
.oneColFixCtrHdr #container {
	width: 857px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
.oneColFixCtrHdr #navBar {
	padding: 0px;
	text-align: left;
	margin-left: 13px;
}
.oneColFixCtrHdr   #midContainer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #999999;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #buttonBox {
	clear: both;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #thanksBox {
	clear: both;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	text-align: center;
}
.oneColFixCtrHdr #newportAd {
	font-size: 10px;
	float: right;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	font-size: 12px;
	height: auto;
	padding: 5;
}
.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 */
}
.oneColFixCtrHdr #footer a {
	color: #666666;
}
.oneColFixCtrHdr #footer a:hover {
	color: #590000;
}
.floatLeft {
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.floatRight {
	float: right;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
}
.formFieldStyle {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #590000;
	background-color: #F1F1F1;
	border: thin solid #CCCCCC;
}
.formCSS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	vertical-align: bottom;
}
.formheader {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.formExplain {	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
.aligntop {
	vertical-align: top;
}
.picBoarder {
	border: 1px solid #999999;
}
a:link {
	color: #590000;
	text-decoration: none;
}
a:visited {
	color: #590000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
