/* links */
a {
	background-color: inherit;
	text-decoration: none;
	color: #000;
	border:none;
	font-style:normal;
	font-weight:normal;
	border-collapse:collapse;
}
a:hover {
	background-color: inherit;
	color: #000;
	border:none;
	text-decoration:none;
}

/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background:url(images/bg2.jpg) repeat-x #F5F5F5;
	text-align: center;
	background-color: #FFF;
}

#wrap {
	position: relative;
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#menu {
	background:url(images/bgheader.jpg);
	height:81px;
	width:1000px;
	clear: both;
}
#menu_inside {height:37px; width:80%; margin-left:20px; margin-right: 20px; clear: both;}
#header {
	background:#fff;
	width:1000px;
	height:207px;
	clear: both;
	background-color: #FFF;
	text-align: center;
}
#border {
	background:url(images/border.jpg) #0066FF repeat-x top;
	width:1000px;
	height:9px;
	clear: both;
}
#footer {
	background:url(images/footer.jpg) repeat-x top;
	width:100%;
	height:43px;
	text-align:center;
	float: left;
	clear: both;
}
#footer a:link {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}
#footer a:visited {
	color:#FFF;
	text-decoration:underline;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}
#footer a:hover {color:#79C6F7; 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) #DF38A2 top repeat-x; width:760px; height:6px; clear: both;}
#main {
	/*background:url(images/main_bg.jpg) #FFFFFF top repeat-x;*/
	width:1000px;
	position: relative;
	clear: both;
	float: left;
	background-color: #FFF;
}
#main a{
	text-decoration:underline;
	font-weight:bold;
	border:none;
}
#main a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #426599;
	border:none;
}
h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:28px; color:#111; }
h2 {font-family:Verdana, Geneva, sans-serif; font-size:16px; color:#111; }
h3 {font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#111; font-weight:normal;}
#cell {
	width:680px;
	height:200px;
	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:240px;
	float: right;
	padding:10px;
	position:inherit
}
#cell_right {
	width:230px;
	float: right;
	line-height:14px;
	padding:3px;
	position:inherit;
	text-align: center;
}
#cell_middle {
	width:230px;
	float: right;
	line-height:14px;
	position:inherit;
	padding:3px;
	text-align: center;
}
#cell_left {
	width:230px;
	float: right;
	line-height:14px;
	padding:3px;
	position:inherit;
	text-align: center;
}
#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:44px; color:#FFFFFF; padding-left:10px; font-weight:600}
/*- Menu Tabs J--------------------------- */

    #tabsJ {
	float:right;
	width:490px;
	/*background:url(images/menu_bg.jpg) top repeat-x;*/
      font-size:100%;
	font-weight:400;
	line-height:normal;
	margin-top: 20px;
      }
    #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;
      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:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {
	float:none;
}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#666;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

