﻿body {
	margin: 0 auto;
	padding: 0;
	background:  #ffffff url(images/bg.jpg) repeat-x top center;
	font-size: 13px;
	color: #6F6F6F;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #24618E;
}

a:hover {
	text-decoration: none;
	color: #FDC623;
}


	
/*- Menu Tabs --- */
	#tabsJ {
      float:right;
      width:400px;
      height: 60px;
      background:#ffffff;
      font-size:93%;
      font-weight: bold;
      line-height:normal;
	  border-bottom:0px solid #5AC1D0;
      }
    #tabsJ ul {
	margin:0;
	padding:34px 10px 0 0px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:right;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0 3px 0 3px;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:right;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 14px 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:#FDC623;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
    
      #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FDC623;
        }
/*- Menu Tabs --- */

#secnav{
	background: #34A5B4 url('images/nav1.jpg') repeat-x top;
	height: 20px;
	color: #24618E;
	margin-top: 4px;
	font-weight: bold;
	border: 1px solid #ADADAD;
}
#secnav ul{
	list-style:none;
	margin: 2px 0 0 0;
	padding: 0;
}
#secnav li{
	display: inline;
	margin:0;
    padding:0 5px 0 5px;
    text-decoration: none;	
}
#secnav a{
	color: #24618E;
	text-decoration: none;
}
#secnav a:hover{
	color: #22222C;
	text-decoration: none;
}
#secnav #current a{
	color: #22222C;
	text-decoration: none;
}




#thirdnav{
	background: #34A5B4 url('images/nav1.jpg') repeat-x top;
	height: 20px;
	color: #CC9900;
	margin-top: 0px;
	font-weight: bold;
	border: 1px solid #ADADAD; 
}
#thirdnav ul{
	list-style:none;
	margin: 2px 0 0 0;
	padding: 0;
}
#thirdnav li{
	display: inline;
	margin:0;
    padding:0 5px 0 5px;
    text-decoration: none;	
}
#thirdnav a{
	color: #22222C;
	text-decoration: none;
}



#logo{
	float: left;
	width: 340px;
	height: 60px;/*71px*/
	background: #ffffff url('images/logo2.png') no-repeat;
	margin-left: 10px;/*0px*/
	}
	
