@charset "utf-8";
/* CSS Document */
body {
	font: bold 11px/1.5em Verdana;
	color:#333333;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#000066;
}
a:hover {
	color:#ff3300;
}
td {
	vertical-align:top;
}
#cb {
	clear:both;
}
p {
	margin:0;
	font-size:20px;
}
a.readmore {
	width:80px;
	height:20px;
	float:right;
	position:relative;
	margin:10px 10px 0 0;
	background:url(../img/more.gif) no-repeat scroll 0 0;
}
a.readmore:hover {
	background:url(../img/moreh.gif) no-repeat scroll 0 -18px;
}
img.ed {
	margin:5px;
	float:left;
	position:relative;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
	margin:0 0 4px 10px;
	border-bottom:1px dashed #dcdcdc;
}
/*----------header----------------*/
#header {
	width:100%;
	background:url(../img/header.gif) no-repeat scroll center top;
	margin:0 auto;
	height:240px;
}
/*----------text decoration----------------*/
h1, h2, h3, h4 {
	margin:0 0 10px 0;
}
h1 {
	font-size:32px;
	color:#0033ff;
	font-weight:bold;
	border-bottom:1px solid #ff3300;
}
h2 {
		font-size:24px;
        color: #0066ff;
		background-color:#ccffcc;
		text-align:center;
}
h3 {
	font-size:14px;
	border-bottom:1px dotted #00CC66;
}
.t1 {
	font-size:20px;
	color:#006699;
}
/*----------menu----------------*/
    #tabsB {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:16px;
      line-height:normal;
	  color:#000000;
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("../img/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../img/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }
/*----------container----------------*/
#box {
	width:960px;
	height:auto;
	margin:0px auto;	
}
#topbar {
	width:100%;
	height:20px;
	background-color:#ff3300;
	text-align:center;
	color:#ffffff;
}
#content {
	width:960px;
	height:auto;
	float:left;
	position:relative;
	margin:0 auto;
	color:#000000;
	background-color:#FFFFFF;
	padding-bottom:10px;
	border:1px solid #dcdcdc;
}
#shadow {
	background:url(../img/fr_05.gif) repeat-x scroll 0 0;
	height:10px;
	float:left;
	position:relative;
	width:960px;
}
#lt_c {
	width:640px;
	float:left;
	position:relative;
}
#menu_c {
	width:160px;
	float:left;
	position:relative;
	margin:10px 0 0 10px;
}
#cont_c {
	width:450px;
	float:right;
	position:relative;
	margin:10px 0 0 10px;
}
#rt_c {
	width:300px;
	float:right;
	position:relative;
	margin:10px 10px 0 0;
}
/*----------footer----------------*/
#footer {
	width:100%;
	height:auto;
	float:left;
	position:relative;
	padding:10px;
	margin-bottom:10px;
	font-size:9px;
	color:#ffffff;
	text-align:center;
	background-color:#ff3300;
	border-top:1px solid #dcdcdc;
}
/*----------ads----------------*/
#ta {
	width:160px;
	height:600px;
	float:left;
	position:relative;
	margin:10px 0;
}
#ba {
	width:728px;
	height:90px;
	float:left;
	position:relative;
	margin:10px;
}
#sqad {
	width:300px;
	height:250px;
	float:left;
	position:relative;
	margin:10px 0;
}
#slimad {
	width:728px;
	height:15px;
	float:left;
	position:relative;
}
/*------------form---------------*/
form.gua {
	width:420px;
	height:auto;
	float:left;
	position:relative;
	margin:10px 0 0 10px;
}
form.gua label {
	width:120px;
	height:16px;
	float:left;
	position:relative;
	margin:4px 0 0 4px;
	text-align:right;
	font-weight:bold;
}
form.gua input {
	width:200px;
	height:16px;
	float:left;
	position:relative;
	margin:4px 0 0 4px;
}
form.gua textarea {
	width:200px;
	height:90px;
	float:left;
	position:relative;
	margin:4px 0 0 4px;
}
form.gua input.submit {
	width:auto;
	height:auto;
	float:left;
	position:relative;
	margin:4px 0 0 4px;
}