@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: #000000;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container #red {
	font-size: 14px;
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}

.twoColFixRtHdr #container {
	width: 800px;  /* 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: 1px 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;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #container #mainContent4 #image1 {
	float: right;
	width: 300px;
}

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #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 */
	background-color: #C5D9F2;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #02659E;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	color: #000000;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
}
.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;
	font-family: Arial, Helvetica, sans-serif;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr  #container  #SSL {	background: #FFFFFF;	width: 100px;	float: right;	margin: 50px 80px 10px 10px;}
.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;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #header2 {
	height: 200px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #header3 {
	height: 200px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.style3 {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {	color: #000000;	text-decoration: none;}a:hover {	color: #FFFFFF;	text-decoration: none;}a:active {	color: #FF9900;	text-decoration: none;}a:link {	color: #000033;	text-decoration: none;}

.twoColFixRtHdr #container #sidebar2 {
	float: right;
	width: 300px;
	clear: right;
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #outer {
	width: 1450px;
}
.twoColFixRtHdr #outer #simage {
	width: 300px;
}
.style4 {
	color: #990000;
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	width:241px;
	height:48px;
	z-index:1;
	left: 48px;
	top: 744px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:40px;
	z-index:2;
	left: 59px;
	top: 81px;
}
#apDiv3 {
	position:absolute;
	width:247px;
	height:61px;
	z-index:3;
	left: 53px;
	top: 426px;
}
#apDiv4 {
	position:absolute;
	width:303px;
	height:89px;
	z-index:4;
	left: 1139px;
	top: 444px;
}
#apDiv5 {
	position:absolute;
	width:276px;
	height:44px;
	z-index:5;
	left: 1158px;
	top: 748px;
}

