/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001422;
}
body {
	background:url(images/bg.jpg) repeat top #001422;
	text-align: center;

}
.h1 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#003366; padding-left:2px;font-weight:bold;}
.h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#003366; padding-left:2px;font-weight:bold;}
.h3 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003366; padding-left:2px;font-weight:bold;}
.style2 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; padding-left:2px;font-weight:bold;}

#wrap {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#menu {background:url(images/menu_bg.jpg) top repeat-x; height:37px; width:760px; clear: both;}
#menu_sub {background:url(images/menu_bg.jpg) top repeat-x; height:125px; width:760px; clear: both;}
#menu_inside {height:37px; width:80%; margin-left:20px; margin-right: 20px; clear: both;}
#menu_sub_inside {height:125px; width:80%; margin-left:20px; margin-right: 20px; clear: both;}
#header {background:url(images/header_2.jpg) top no-repeat #007AD3; width:760px; height:300px; clear: both;}
#header_sub {background:url(images/header_sub.jpg) top no-repeat #007AD3; width:760px; height:225px; clear: both;}

#border {background:url(images/border.jpg) #0066FF repeat-x top; width:760px; height:9px; clear: both;}
h1 {font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#0070B8;}
#footer {background:url(images/footer.jpg) #003366 repeat-x top; width:760px; height:43px; text-align:center; float: left; clear: both;}
#footer a:link {color:#003366; text-decoration:none; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:visited {color:#003366; text-decoration:none; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:hover {color:#003366; text-decoration:underline; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:active{color:#FFFFFF; text-decoration:underline; font-size:11px; padding-left:10px; padding-right:10px;}
#bottom_line {background:url(images/bottom_line.jpg) #003366 top repeat-x; width:760px; height:6px!important; clear: both;}
#main {background:url(images/main_bg.jpg) #FFFFFF top repeat-x; width:760px; position: relative; clear: both; float: left; }
#main a{color:#006EB4; text-decoration:underline; font-weight:bold;}
#main a:hover {color:#006EB4; text-decoration:none; font-weight:bold;}
#main h2 { background:url(images/h2_bg.jpg) top repeat-x #0170BF; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; padding-left:10px;}
#main h3 {background:#E2F6FF; font-size:12px; font-weight:normal;}
#main h4 {font-size:12px; font-weight:normal; color:#F01720;}
#main h4 a{font-size:12px; font-weight:normal; color:#F01720; text-decoration:underline;}
#main h4 a:hover{font-size:12px; font-weight:normal; color:#F01720; text-decoration:none;}
#cell {width:760px; height:200px; background:url(images/cell.jpg) 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:3px; position:inherit; padding-right:10px;}
#cell_middle {width:220px; float: right; line-height:14px; padding-top:3px; position:inherit; padding-right:34px;}
#cell_left {width:220px; float: right; line-height:14px; padding-top:3px; position:inherit; padding-right:34px;}
#submenu {width:220px; float: left; position:inherit; background:#0170B5 url(images/submenu.jpg) top repeat-y; color:#76C8FF}
#submenu h1 { font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#FFEEEB; background:url(images/submenu_bg.jpg) top repeat-x #E01D25; 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:underline;}
.title {font-family:"Century Gothic", Arial; font-size:2px; color:#FFFFFF; padding-left:10px; font-weight:600}
/*- Menu Tabs J--------------------------- */


#tabsJ {
      width:100%;
      height: 26px;
	  background-color: #006eb4;
	  margin: 0 ;
	  padding: 0 ;
}

#tabsJ li {
	float: right;
	list-style-type: none ;
}
#tabsJ li a {
	color: #ffffff ;
	background-color: #006eb4 ;
	border: 1px outset #666666 ;
	text-decoration: none ;
	display: block;
	padding: 4px ;
}
#tabsJ li a:hover{
	color: #006eb4;
	background-color: #cccccc;
}
#tabsJ li ul{
	display: none;
	width: 12em; /*width to help Opera out*/
	background-color:#006eb4;
	color: #ffffff;
}
#tabsJ li:hover ul, #tabsJ li.hover ul{
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
}
#tabsJ li:hover li, #tabsJ li.hover li{
	float: none;
}
#tabsJ li:hover li a, #tabsJ li.hover li a{
	color: #006eb4 ;
	background-color: #cccccc ;
	border-bottom: 1px solid #666666;
}
#tabsJ li li a:hover{
	background-color: #006eb4;
	color: #ffffff;
}

#logo {
      float:left;
      width:100%;
      background:url(images/main_bg.jpg) #FFFFFF top repeat-x;
      font-size:103%;
	  font-weight:bold;
      line-height:16px;
	  }
