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

<style type="text/css"> 
 
.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 */
	background-color: #000000;
}
.twoColFixRtHdr #container {
	width: 780px;  /* 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 */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin: 0 0 0 0;
} 
.twoColFixRtHdr #container h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	color: #2763A5;
}
.twoColFixRtHdr #header {
	padding: 0 0 0 0;  /* 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. */
	background-color: #FFFFFF;
} 
.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 */
}




.twoColFixRtHdr #tabs10 {
	float:left;
	font-size:93%;
	line-height:normal;
	border-bottom: 1px solid #2763A5;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
      }
.twoColFixRtHdr #tabs10 ul {
	margin:0 0 0 0;
	padding:0px 0px 0 0;
	list-style:none;
	float: left;
      }
.twoColFixRtHdr #tabs10 li {
	display:inline;
	margin:0;
	padding:0;
	float: left;
	border-bottom: 1px 000000 400px;
      }
.twoColFixRtHdr #tabs10 a {
	float:left;
	background:url("Images/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
.twoColFixRtHdr #tabs10 a span {
	float:left;
	display:inline;
	background:url("Images/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
      }
    /* End IE5-Mac hack */
.twoColFixRtHdr #tabs10 a:hover span {
      color:#FFF;
      }
.twoColFixRtHdr #tabs10 a:hover {
	background-position:0% -42px;
      }
.twoColFixRtHdr #tabs10 a:hover span {
	background-position:100% -42px;
      }
.twoColFixRtHdr #sidebar1 img {
	border: 2px solid #2763A5;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background: #80B7F1;
	height: 480px;
	margin: 5px 10px 0px 0px;
	padding: 10px 0 0 0;
}
.twoColFixRtHdr #mainContent {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #footer {
	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:8px;
	text-align:center;
}
.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;
}
.style1 {color: #86A9C5}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent {
	zoom: 1;
	width: 500px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
