body  {
	background: #2E5784; /* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 839px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_pg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #011C48;
	border-bottom-color: #011C48;
	border-left-color: #011C48;
} 

.thrColAbsHdr #header {
	height: 288px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFFFFF;  /* 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. */
} 
.thrColAbsHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 0px;
	left: 612px;
	width: 227px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 288px;
	right: 0px;
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	visibility: visible;
	background-color: #A6CEEE;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 18px;
}
.thrColAbsHdr #sidebar2 p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding-left: 5px;
}
.thrColAbsHdr #mainContent {
	margin-top: 0px;
	margin-right: 227px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
	background-color: #FFFFFF;
}
.thrColAbsHdr #footer {
	background:#D6E9F7;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.thrColAbsHdr #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 */
	font-size: 93%;
	color: #263846;
}
.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;
}
body,td,th {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #011C48;
	text-decoration: none;
}
a:visited {
	color: #011C48;
	text-decoration: none;
}

a:hover {
	color: #1E8ED0;
	text-decoration: none;
}
a:active {
	color: #1E8ED0;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 15px;
	color: #003366;
	clip: rect(auto,auto,10px,auto);
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	display: inline-block;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	padding-left: 9px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	width: 187px;
}
h5 {
	font-size: 15px;
	color: #003366;
	clip: rect(auto,auto,10px,auto);
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	display: block;
	background-image: url(../images/bg_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	padding-left: 8px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	width: 187px;
}
h2 {
	font-size: 14px;
	color: #011C48;
	margin: 0px;
	font-weight: normal;
	background-color: #D6E9F7;
	border: 1px solid #FFFFFF;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
h1 {
	font-size: 18px;
	color: #011C48;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 15px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #011C48;
	padding-bottom: 2px;
	letter-spacing: 0.3pt;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	padding-left: 9px;
}
.bdy_frm {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.bdy_frmhd {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	background-color: #DFEFFB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.hdpg {
	font-size: 22px;
	color: #263846;
	margin: 0px;
	font-weight: normal;
	padding-top: 40px;
	height: 40px;
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #263846;
}
.ft_2 {
	font-size: 11px;
	color: #003366;
	margin: 0px;
	font-weight: normal;
	height: 18px;
	width: 100%;
	display: block;
	text-align: left;
	padding-top: 12px;
	vertical-align: top;
}
.bdy_frm2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.hd_sub1 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 10px;
	line-height: 24px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #364130;
}
.mnpcs {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 320px;
}
