@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666 url(devnew/images/grphPaper.gif);
	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;
}
.oneColFixCtrHdr  #container {
	width: 780px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000066;
} 
.oneColFixCtrHdr #header {
	background: #000099;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.oneColFixCtrHdr  #mainContent  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 150px;
	margin-left: 150px;
	line-height: 24px;
}
.oneColFixCtrHdr #mainContent {
	background: #000099;
	padding-top: 20px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #footer {
	background:#000099;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 97px;
	padding-right: 97px;
}
.oneColFixCtrHdr #footer p {
	margin: 10; /* 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
.oneColFixCtrHdr  #mainContent  h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 20px;
	line-height: 30px;
	text-align: left;
}
.oneColFixCtrHdr  #mainContent  h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 20px;
	line-height: 24px;
	text-align: left;
}
