@charset "UTF-8";
body  {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
	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: #FFF;
}
.stroke {
	border: 1px solid #000000;
}
p
{
	text-align: center;
	color: #FFF;
	font-family: arial;
}
p.center 
{
text-align: center;
}
.white
{
	color: #FFF;
	text-align: justify;
}
.bold
{
	font-weight:bold;
}
.heading
{
	font-size:14px;
	text-align: center;
}
img.center
{
    display: block;
    margin-left: auto;
    margin-right: auto 
	}

.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* 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. */
	background-image: url(images/layout_03.jpg);
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* 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-image: url(images/layout_01.jpg);
	height: 196px;
} 
.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 #navbar {
	height: 63px;
	background-image: url(images/layout_02.jpg);
}
.twoColFixRtHdr #main {
	width: 950 px;
	background-image: url(images/layout_03.jpg);
	}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	padding: 3px 62px 15px 3px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 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 20px 0 60px;
} 
.twoColFixRtHdr #btmContent {
	width: 810px;
	padding: 0 20px 0 60px;
}
.twoColFixRtHdr #footer { 
	height: 28px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/layout_04.jpg);
} 
.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 */
}
.table1 {
	padding-left: 15px;
	padding-right: 15px;
}
.table2 {
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 15px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 3px 10px 15px 3px;
}
.twoColFixRtHdr #mainContent2 {
	margin: 0 300px 0 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 20px 0 15px;
} 
.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;
}
<style type="text/css">

.style52,  {font-size: 13px; font-weight: bold; }
.style52 {font-size: 13px}
#tabsF {
	float:left;
	width:920px;
	font-size:100%;
	line-height:normal;
	border-bottom:0px solid #000;
	padding-top: 11px;
	padding-left: 2px;
      }
    #tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	  .style57 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style58 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style60 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
.style61 {font-size: 12px}
.style62 {color: #FFFFFF}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}
.style65 {font-size: 14px}
.style71 {
	color: #FFFFFF;
	font-size: 0.99px;
	font-family: eArial, Helvetica, sans-serif;
}
.style72 {color: #FFFFFF; font-family: eArial, Helvetica, sans-serif; }
.twoColFixRtHdr #container #main #mainContent table tr td .table1 .center strong a {
	color: #000;
}
.style78 {font-size: 1em}
.style82 {
	color: #FFFFFF;
	font-size: 1em;
}
.style83 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
.style84 {
	font: bold 3px;
	font-size: 16px;
}
.style86 {font-size: 14px; font-weight: bold; }
.style87 {color: #FFFFFF; font-weight: bold; }

</style>
.twoColFixRtHdr #container #main #mainContent table tr td .table1 .center strong a {
	color: #006;
}
.twoColFixRtHdr #container #btmContent table tr td .center.white.bold.heading a {
	font: 14px arial;
}
.twoColFixRtHdr #container #main #mainContent table tr td .table1 .center a {
	font-weight: bold;
	color: #000;
}
.twoColFixRtHdr #container #btmContent table tr td #sidebar2 .white.center.bold a {
	font-weight: bold;
}
.twoColFixRtHdr #container #btmContent table tr td #mainContent2 .white.center.bold .white.center .bold {
	text-align: center;
}
.sel {
	font-weight: normal;
}
