html, body {
	text-align: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	float: center;

}

.main{
	padding: 5px 5px 5px 10px ;
	border-left: #ccc 1px solid;

}

.leftlinks{
	padding: 5px 0px 5px 5px ;

}

.rightnav{
	padding: 5px 5px 5px 5px ;
	border-left: #ccc 1px solid;
	
}

.date{
	padding:  0px 20px 0px 0px ;;


}

.topimage{
	border: 1px solid #996600;
}

.topnav{
	background-color:#0000CC;
	font-size:14px;
	font-weight:bold;
}

.shell{
	background-color:#FFFFFF;
	
}

.sticky{
    font-size:11px;
}

.footer{

	font-size: 11px;
	color: #ccc;
	text-align: center;

}

h1 {

	font-size: 18px;
	margin-top: 0;
	color:#CC3300;

}


h2 {

	font-size: 15px;
	margin-bottom: 3px;
	color: #3366ff;
}

h3 {

	font-size: 16px;
	margin-top: 0;
	margin-bottom: 3px;
	color:#CC6600;
}

h4 {

	font-size: 18px;
	margin-top: 0;
	margin-bottom: 3px;
	color:#0033FF;
	font-weight:bold;
}

h5 {

	font-size: 12px;
	margin-top: 0;
	margin-bottom: 2px;
	color:#0000CC;
	font-weight:bold;
}

h6 {

	font-size: 12px;
	margin-top: 0;
	margin-bottom: 2px;
	color:#3399FF;
	font-weight:bold;
}

a:link, a:visited {

	text-decoration: none;
	color:#0000CC;
}

a:hover, a:visited:hover {

	text-decoration: underline;
	color: #CC0000;
}

a.toplinks { color:#ffffff; text-decoration: none;	font-size: 14px; font-weight: bold; }
a.toplinks:visited { color:#ffffff; text-decoration: none;	font-size: 14px; font-weight: bold; }
a.toplinks:hover { color:#FF0000; text-decoration: none; font-size: 14px; font-weight: bold;}
a.toplinks.visited:hover { color:#FF0000; text-decoration: none; font-size: 14px; font-weight: bold; }


a.leftlinks { color:#0033FF; text-decoration: none;	font-size: 14px; font-weight: bold; }
a.leftlinks:visited { color:#0033FF; text-decoration: none;	font-size: 14px; font-weight: bold; }
a.leftlinks:hover { color:#FF0000; text-decoration: none; font-size: 14px; font-weight: bold;}
a.leftlinks.visited:hover { color:#0033FF; text-decoration: none; font-size: 14px; font-weight: bold; }


a.footerlinks { color:#ccc; text-decoration: none;	font-size: 11px; font-weight: bold; }
a.footerlinks:visited { color:#ccc; text-decoration: none;	font-size: 11px; font-weight: bold; }
a.footerlinks:hover { color:#999999; text-decoration: none; font-size: 11px; font-weight: bold;}
a.footerlinks.visited:hover { color:#999999; text-decoration: none; font-size: 11px; font-weight: bold; }

/*- outer frame -------------------------- */


.frame_tlcorner{
background-image:url(images/frame/tl_corner.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.frame_top{
background-image:url(images/frame/top.jpg);
background-position:bottom;
background-repeat:repeat-x;
}

.frame_trcorner{
background-image:url(images/frame/tr_corner.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.frame_right{
background-image:url(images/frame/right.jpg);
background-repeat:repeat-y;
}

.frame_brcorner{
background-image:url(images/frame/br_corner.jpg);
background-repeat:no-repeat;
background-position:top;

}

.frame_bottom{
background-image:url(images/frame/bottom.jpg);
background-position:top;
background-repeat:repeat-x;

}

.frame_blcorner{
background-image:url(images/frame/bl_corner.jpg);
background-repeat:no-repeat;
background-position:top;
}

.frame_left{
background-image:url(images/frame/left.jpg);
background-repeat:repeat-y;
}

	
/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#ffffff;
      line-height:normal;
	  font-weight:bold;
	  font-size:11px;
	  
	        }

    #tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:right;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:right;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* 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;
      }
	

