@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
	float: none;
}
/* CSS Document */

.pageContainer {
	margin: auto;
	width: 939px;
}
.header .logo {
	float: left;
}
.navbar1 {
	float: right;
	margin-top: 18px;
	color: #69737A;
}
.navbar1 a {
	margin-right: 8px;
	margin-left: 8px;
	color: #69737A;
	text-decoration: none;
}
.navbar1 a.active {
	margin-right: 8px;
	margin-left: 8px;
	color: #0D8060;
	text-decoration: none;
	font-weight: bold;
}
.imageHeader .leftImage {
	float: left;
}
.imageHeader .rightImage {
	float: right;
}
.navbar2 {
	margin-top: 13px;
}
.navbar2 img {
	margin-right: 13px;
}
.navbar2 img.last {
	margin-right: 0px;
}
.mainContent {
	margin-top: 13px;
	text-align: justify;
}
.mainContent h2 {
	margin-top: 12px;
	font-size: 24px;
	font-weight: normal;
	color: #53626F;
}
.mainContent .col2 {
	width: 463px;
}
.mainContent .col2 .fill {
	background-image: url(siteimages/template/columns/2col-fill.gif);
	background-repeat: repeat-y;
}
.mainContent .col2 .foot {
	background-image: url(siteimages/template/columns/2col-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mainContent .col2 .content {
	padding-bottom: 12px;
	background-image: url(siteimages/template/columns/2col-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 1px;
	min-height: 410px;
}
.mainContent .col1 .fill {
	background-image: url(siteimages/template/columns/1col-fill.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.mainContent .col1 .foot {
	background-image: url(siteimages/template/columns/1col-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mainContent .col1 .content {
	padding-bottom: 12px;
	background-image: url(siteimages/template/columns/1col-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 1px;
}
.mainContent .blueBold {
	font-weight: bold;
	color: #007FB3;
}
.mainContent .blue {
	color: #007FB3;
}
.mainContent a {
	color: #000;
	text-decoration: underline;
}
.mainContent a.blue {
	font-weight: bold;
	color: #007FB3;
	text-decoration: none;
}
.mainContent a.blueUnderlined {
	font-weight: bold;
	color: #007FB3;
	text-decoration: underline;
}
.mainContent .transactions {
	color: #FFF;
	background-image: url(siteimages/template/transactions_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	padding-bottom: 5px;
}
.form td{
	padding-bottom: 10px;
}
.form .finput1 {
	background-color: #e3eef4;
	width: 316px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form .finput2 {
	background-color: #e3eef4;
	width: 147px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.footer {
	font-size: 11px;
	color: #9BA3AE;
	margin-top: 13px;
	padding-top: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0BECA;
}
