/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #001422;
	font-size: 14px;
}

body {
	background:#001422 url('images/bg.jpg') top;
	text-align: center
	
}

#wrap {
	position: relative;
	width: 760px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}
#menu {background:url('images/menu_bg.jpg') repeat-x top; height:37px; width:760px; clear: both}
#menu_inside {height:37px; width:80%; margin-left:20px; margin-right: 20px; clear: both;}





#border {background:#0066FF url('images/border.jpg') repeat-x top; width:760px; height:9px; clear: both}
h1 {font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#0070B8;}
#footer {background:#ffffff; width:760px; height:5px; text-align:center; float: left; clear: both}
#footer a:link {color:#ffffff; text-decoration:none; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:visited {color:#ffffff; text-decoration:none; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:hover {color:#ffffff; text-decoration:none; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:active{color:#FFFFFF; text-decoration:none; font-size:11px; padding-left:10px; padding-right:10px;}
#bottom_line {background:#ffffff url('images/bottom_line.jpg') repeat-x top; width:760px; height:6px!important; clear: both}
#main {background:#FFFFFF url('images/main_bg.jpg') repeat-x top; width:760px; position: relative; clear: both; float: left}
#main a{color:#006EB4; text-decoration:none; font-weight:bold;}
#main a:hover {color:#006EB4; text-decoration:none; font-weight:bold;}
#main h2 { background:#0170BF url('images/h2_bg.jpg') repeat-x top; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; padding-left:10px}
#main h3 {background:#E2F6FF; font-size:13px; font-weight:normal;}
#main h4 {font-size:13px; font-weight:normal; color:#F01720;}
#main h4 a{font-size:13px; font-weight:normal; color:#F01720; text-decoration:none;}
#main h4 a:hover{font-size:13px; font-weight:normal; color:#F01720; text-decoration:none;}
#cell {width:760px; height:170px; background:url('images/cell.gif') no-repeat; position: relative; clear:both; color: #FFFFFF}
#cell h1 {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FFFFFF; font-weight:400;}
.date {background:url('images/date.jpg') no-repeat left; padding-left:20px; height:30px; line-height:30px; vertical-align:middle; font-weight:bold}
#cell_border {width:760px; height:3px; background:url('images/cell_border.jpg') repeat-x; position: relative; clear:both}
#cell_bg {width:253px; height:197px; background:url('images/cell_bg.jpg') repeat-x; position: relative; clear:both}
#right {width:220px; float: right; padding:10px; position:inherit}
#cell_right {width:220px; float: right; line-height:14px; padding-top:10px; position:inherit; padding-right:10px;}
#cell_middle {width:220px; float: right; line-height:14px; padding-top:10px; position:inherit; padding-right:34px;}
#cell_left {width:220px; float: right; line-height:14px; padding-top:10px; position:inherit; padding-right:34px;}
#submenu {width:220px; float: left; position:inherit; background:#0170B5 url('images/submenu.jpg') repeat-y top; color:#76C8FF}
#submenu h1 { font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#FFEEEB; background:#E01D25 url('images/submenu_bg.jpg') repeat-x top; height:33px; text-align: center; vertical-align: middle}
#submenu a{font-size:12px; color:#FEFCFD; text-decoration:none;}
#submenu a:hover{font-size:12px; color:#FEFCFD; text-decoration:none;}
.title {font-family:"Century Gothic", Arial; font-size:44px; color:#FFFFFF; padding-left:10px; font-weight:600}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:url('images/menu_bg.jpg') repeat-x top;
      font-size:103%;
	  font-weight:bold;
      line-height:normal
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 10px;
	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;
      text-decoration:none; padding-left:5px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url('images/tabrightJ.gif') no-repeat right top;
      color:#006EB4; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
    /* 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;
      }