<style type="text/css"> 


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background: #cdcdcd;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #E1E1E1;
}

.body #container {
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.body #header {
	background-color: #252525;
	height: 200px;
	width: 100%;
} 
.body #header h1 {
	margin: 0;
	padding: 10px 0;
}



.body #mainContent {
 	margin: 0 10px 0 10px; 
} 

.body #footer { 
	padding: 0 10px; 
	background:#959595;
} 

.body #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

P	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
a:link {
	text-decoration: none; 
	color: #0000ff;
	}
a:visited { 
	text-decoration: none; 
	color: #790000;
	}
a:hover, 
a:active { 
	text-decoration: underline; 
	color: #790000;
	}
	
ul {
	list-style-position: outside;
	font-size: small;
	list-style-type: square;
}
li {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: large;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 009999;
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #360000;
	font-size: large;
	font-weight: bold;

}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: large;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #360000;
	font-size: small;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}


.topper {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	}

.button {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #959595;
	background-color: #790000;
	border: none;
	}

.bold {
	font-weight: bold;
}
.ffffffbold {
	font-weight: bold;
	color: #FFFFFF;
}
.redbold{
	font-weight: bold;
	color: #790000;
}

#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

.no_print {
}


<!--
.style3 {font-size: xx-small}
-->
</style>

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.body #sidebar1, .body #sidebar2 { padding-top: 30px; }
.body #mainContent {
	zoom: 1;
	padding-right: 0px;
	border-left-color: cdcdcd;
	border-left-width: 0px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.headera {
	color: #FFFFFF;
}

/*- Menu Tabs E--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:#000;
      font-size:x-small;
      line-height:normal;

      }
    #tabsB ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("/images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("/images/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFfff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#FFFfff;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }  