body {
	font: 98% Verdana, Arial, Helvetica, sans-serif;
	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: #C4D8F5;
	background-image: url(images/bg4.gif);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent p {
	padding-right: 8px;
	padding-left: 8px;
}

.padding {
	padding: 12px;
}
.padding li {
	line-height: 16px;
}
.green {
	font-weight: bold;
	color: #242021;
	background-color: #D4E5A1;
	padding: 3px;
	border: 1px solid #242021;
	width: 300px;
	text-align: center;
	margin-left: 315px;
}
.oneColFixCtrHdr  #container  #mainContent  #right {
	float: right;
	width: 300px;
	background-color: #D4E5A1;
	margin-right: 8px;
	font-style: italic;
	border: 1px solid #333333;
	margin-left: 8px;
	padding: 8px;
}

h2 {
	font-size: 115%;
	padding-top: 8px;
}
h4 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
	background-image: url(images/bg4.gif);
	padding: 5px;
	width: 300px;
	margin-left: 300px;
	border: 1px solid #5773B4;
	font-size: 16px;
}
.blue {
	color: #5788CD;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #485F8D;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a.footer:link {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .footer {
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 180px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent {
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 175px;
	position: absolute;
	width: 900px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6D92DF;
	border-bottom-color: #6D92DF;
	border-left-color: #6D92DF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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 */
}
.form {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
}
h3 {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	margin-top: 15px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #form2 .form #request {
	border: 2px dotted #CDDEF6;
	background-color: #FFFCF0;
}
.oneColFixCtrHdr #container #mainContent #form .form #requestNew {
	border: 2px dotted #66CC00;
	background-color: #FFFCF0;
}
.line       {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C4D8F5;
}
.lineNew       {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #66CC00;
}
