
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/siteback.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* for IE */
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #0f3e67;
}
a:visited {
	color: #388bb2;
}
a:hover {
	color: #565656;
}
a:active {
	color: #388bb2;
}



.w {
	width:705px;
	margin: 0 auto;   /* align for good browsers */
}
.logo {
	float:left;
	text-align:left;
	width:400px;
}
.addy {
	float:left;
	text-align:right;
	vertical-align: middle;
	width:301px;
	height:50px;
	color:#082a48;
	font-weight:bold;
}


.menu {
	width: 701px;
	float:left;
	text-align:left;
}
.header {
	text-align:left;
	margin: 0px 0px 10px 0px;
}
.leftpane {
	float: left;
	width:220px;
	height:430px;
	text-align:left;
	margin: 0px 20px 0px 0px;
}
.content {
	text-align:left;
	float:left;
	margin:0px 0px 20px 0px;
	width:461px;

}
.content-mb {
	text-align:center;
	float:left;
	width:800px;
	margin:0px 0px 20px 0px;
}
.footer {
	clear: both; 
	width: 701px;
	height:58px;
	text-align: left;
	vertical-align: baseline;
	background:url(images/footerback.jpg) no-repeat;
	margin: 10px 0px 0px 0px;
}
.footertext {
	margin:20px 0px 0px 10px;

}




/* Begin Navigation */

#tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
	  font-weight:bold;
      line-height:normal;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 15px;  /* Sets the padding around the whole menu */
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
	  
	#tabsJ a:hover span, #tabsJ a#activetab span
	{ background-position:100% -42px;color: #FFF; }
	#tabsJ a:link#activetab, #tabsJ a:visited#activetab, #tabsJ a:hover
     { background-position: 0% -42px; }


