@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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #24346C;
}
.oneColFixCtrHdr #container {
	max-width: 1100px; */ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3B49A2; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #3B49A2;
	line-height: normal;
	
}
.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 #mainContent {
	background-color: #3C4C9C;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	color: #000;
	background-color: #B7B4B5;
	background-repeat: repeat-y;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
}
.oneColFixCtrHdr #container #footer p a {
	color: #000;
	text-decoration: none;
}

.oneColFixCtrHdr #container p a {
	color: #000;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
.oneColFixCtrHdr #container #mainContent p {
	font-size: 15px;
}
.oneColFixCtrHdr #container #mainContent ul li a {
	color: #000;
}

.roundedcornr_box_455205 {
	background: #ffffff;
	width: 620px;
	margin-left: 150px;
}
.roundedcornr_top_455205 div {
   background: url(images/roundedcornr_455205_tl.png) no-repeat top left;
}
.roundedcornr_top_455205 {
   background: url(images/roundedcornr_455205_tr.png) no-repeat top right;
}
.roundedcornr_bottom_455205 div {
   background: url(images/roundedcornr_455205_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_455205 {
   background: url(images/roundedcornr_455205_br.png) no-repeat bottom right;
}

.roundedcornr_top_455205 div, .roundedcornr_top_455205, 
.roundedcornr_bottom_455205 div, .roundedcornr_bottom_455205 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_455205 { margin: 0 30px; }.BlueText {
	color: #24346C;
}
#cofferdam_definition {
	width: 457px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C5C5C5;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #C5C5C5;
}
#definition_container {
	width: 461px;
	margin-left: 230px;
}
.titletextwhite
{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1.2em;
}
.titletextblack
{
	color: #000000;
	font-weight: 500;
}
.subtitletextwhite
{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1.0em;
}
.labeltextwhite
{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1.0em;
	text-align:left;
}

.form-input-field
{
	margin-right: 10px;
}