@charset "utf-8";
/* CSS Document */
body {
	font: 100% Georgia, "Times New Roman", Times, 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: #0B484C;
	background-image: url(../images/bground.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #004A52;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 120px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navBar {
	background: #D1D1C3;
	padding: 2px 10px 2px 20px;  /* 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. */
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #125B57;
	border-right-color: #125B57;
	border-bottom-color: #125B57;
	border-left-color: #125B57;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 75%;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 75%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E6E7DF;
	font-size: 70%;
	line-height: 150%;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.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 */
}
a:link		{
	color: #000000;
	text-decoration: none;
}
a:visited	{
	color: #000000;
	text-decoration: none;
}
a:active	{
	color: #000000;
	background-color: #F7F7EF;
}
a:hover		{
	color: #000000;
	background-color: #F7F7EF;
}
h1 {
	color: #004A52;
}
h2 {
	color: #004A52;
	font-size: 15px;
}
h3 {
	color: #004A52;
}
h4 {
	color: #004A52;
}
.ruledBoxButton {
	padding: 4px;
	border: thin solid #999999;
	background-color: #E6E7DF;
	font-size: 80%;
}
.ruledBoxGrey {
	padding: 2px;
	border: thin solid #999999;
	width: 400px;
	left: 50px;
	background-color: #E6E7DF;
	margin-left: 150px;
	font-size: 80%;
}
.ruledBoxRed{
	padding: 2px;
	border: thin solid #D03134;
	width: 400px;
	left: 50px;
	background-color: #FFFFFF;
	margin-left: 150px;
	font-size: 80%;
	height: 136px;
}
.ruledBoxBlue{
	padding: 2px;
	border: thin solid #D03134;
	width: 400px;
	left: 50px;
	background-color: #FFFFFF;
	margin-left: 150px;
	font-size: 80%;
	height: 136px;
}
.ruledBoxHeader{
	padding: 4px;
	border: thin solid #184480;
	width: 500px;
	background-color: #E6E7DF;
	margin-left: 100px;
}
.ruledBoxHeaderAC{
	padding: 10px;
	border: thin solid #D03134;
	background-color: #F0E0BD;
	margin-left: 45px;
	font-size: 90%;
	color: #D03134;
	width: 250px;
	line-height: 130%;
}
.ruledBoxPlain{
	padding: 6px;
	border: thin solid #184480;
	width: 500px;
	background-color: #FFFFFF;
	margin-left: 10px;
	font-size: 90%;
}
.ruledBoxHeader{
	padding: 6px;
	border: thin solid #184480;
	width: 350px;
	background-color: #E6E7DF;
	margin-left: 45px;
	font-size: 90%;
}
.ruledBoxEthicalCorp {
	background-color: #1166AA;
	padding: 4px;
	border: 1px solid #184480;
	font-size: 70%;
	color: #000000;
}
.ruledBoxGreenHeader {
	background-color: #044A53;
	padding: 4px;
	border: 1px solid #184480;
	color: #FFFFFF;
	text-align: center;
}
.lineandHalf {
	line-height: 150%;
}
.imageBox {
	padding: 8px;
}
.standoutfont {
	margin-left: 0px;
	font-size: 110%;
	font-style: oblique;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: 0;
	border-left-color: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
