@charset "utf-8";
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 16px;
}

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: #047EA3;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images_web/bg_page.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	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;
} 
.twoColFixLtHdr #header {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 187px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: 10px;
}
.twoColFixLtHdr #menutop {
	height: 19px;
	width: 760px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(images_web/bg_menu.jpg);
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 188px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 70px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #495A8F;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #047EA3;
}
.twoColFixLtHdr #footer {
	background-image: url(images_web/bg_pagebottom.jpg);
	height: 31px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #495A8F;
}
a:link {
	text-decoration: none;
	color: #495A8F;
}
a:visited {
	text-decoration: none;
	color: #495A8F;
}
a:hover {
	text-decoration: underline;
	color: #959FBD;
}
a:active {
	text-decoration: none;
	color: #495A8F;
}
.twoColFixLtHdr #footer2 {
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
	background-image: url(images_web/bg_footer.jpg);
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 20px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	background-repeat: no-repeat;
}
.txt_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #047EA3;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #047EA3;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text_strong {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 0px;
}
.twoColFixLtHdr  #container  #mainContent  table  td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}
.twoColFixLtHdr  #container  #mainContent  table  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent table th {
	padding: 10px;
	color: #047EA3;
	border: 1px solid #CCCCCC;
}
.picturepadding {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.twoColFixLtHdr #container #mainContent li {
	line-height: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.twoColFixLtHdr #header2 {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent #header2 h1 {
	font-size: 10px;
	color: #006F97;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.twoColFixLtHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #047EA3;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.table2 {
}
.twoColFixLtHdr #container #mainContent .table2 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent .table2 ul {
	margin: 0px;
	padding-left: 40px;
}
.twoColFixLtHdr #container #mainContent .table2 li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

