@charset "UTF-8";
/* CSS Document */

<style type="text/css">

html {
	height: 100%;
}
body {
	min-height: 100%;
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0378a8;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1320px;
	background-image: url(../images/ss038.jpg);
	background-repeat: repeat;
}
img {
border: 0;
}
.twoColFixRtHdr #container {
	width: 1320px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	min-height: 100px;
}
.twoColFixRtHdr #header {
	background: #0378a8;  /* 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. */
}
.twoColFixRtHdr   #header   h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 1320px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0378A8;
	clear: none;
	float: left;
	width: 1320px;
	position: absolute;
	top: 496px;
	left: 0px;
	background-position: left top;
}
.twoColFixRtHdr #content {
 <h3></h3>margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	text-align: left;
	max-width: 1140px;
	float: left;
	min-height: 600px;
	border-right: 180px solid #b7d3df;
	margin-right: -180px;
}
.twoColFixRtHdr #sidebar1 {
	width: 170px; /* 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: #b7d3df;
	position: absolute;
	right: 0px;
	top: 472px;
	max-width: 180px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: 0378a8;
	text-align: left;
	max-width: 1320px;
	float: left;
	min-height: 100%;
	zoom: 1;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0378a8;
	font-size: 10pt;
	left: 0px;
	vertical-align: bottom;
	min-width: 1100px;
	max-width: 1320px;
	bottom: 100%;
	width: 1290px;
	float: left;
}
.twoColFixRtHdr #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;
}
.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;
}
#apDiv1 {
	position:absolute;
	left:162px;
	top:526px;
	width:1140px;
	height:42px;
	z-index:1;
	background-color: #0378a8;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:551px;
	width:392px;
	height:339px;
	z-index:2;
}
.style2 {
	color: #FFFFFF
}
a {
	text-decoration:none
}

.sidebarlink {
	font-size: 66%
}

</style>
