@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: #C2D0E0;
}
.oneColFixCtrHdr #container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images_web/bg_site.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.textorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE7A13;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #304F90;
	margin: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
}
.padding {
	padding-left: 15px;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 155px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 106px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer2 {
	margin-left: 25px;
}



.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 25px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
}
.padding2 {
	padding: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EE7A13;
	border-right-color: #EE7A13;
	border-bottom-color: #EE7A13;
	border-left-color: #EE7A13;
}
.padding3 {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #304F92;
}

.oneColFixCtrHdr #footer {
	padding: 0;
}
.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 #header2 {
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: top;
}
.oneColFixCtrHdr #container #header2 h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	margin: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #304F90;
	font-weight: bold;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style4 {color: #FFFFFF}
.style16 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style20 {color: #FFFFFF; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style22 {color: #FFFFFF; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.header2cell2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #304F90;
	border-right-color: #304F90;
	border-bottom-color: #304F90;
	border-left-color: #304F90;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.header2cell1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-color: #304F90;
	border-right-color: #304F90;
	border-bottom-color: #304F90;
	border-left-color: #304F90;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.header2cell3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #304F90;
	border-right-color: #304F90;
	border-bottom-color: #304F90;
	border-left-color: #304F90;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

