@charset "utf-8";

* {margin:0;padding:0;}
li {margin-left:25px;}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background:#ffffff;
	font-size: 12px;
}

#container {
	width: 765px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.redlink {COLOR: #cc0000; TEXT-DECORATION: underline! important}
.red {COLOR: #cc0000}
a {
	color:#333333;
}
a:link {text-decoration:none;}
a:hover {
	text-decoration:underline;
	color: #666666;
}
a:visited {
	text-decoration:none;
}
a:active {text-decoration:underline;}
#logo {
	margin:12px 20px;
	float:left;
}
#headercontent {
	float:right;
	margin:8px 15px 0;
	text-align:right;
	font-size:12px;
}
#main {
	background-image: url(../images/bg_main_nav.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 745px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ul#main_nav {
	list-style: outside none none;
	height: 33px;
}
ul#main_nav li {
	display: inline;
}
ul#main_nav li a {
	text-align: center;
	display: block;
	height: 22px;
	width: 106px;
	float: left;
	background-image: url(../images/menu_item_bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-top: 11px;
}
ul#main_nav li a:hover {
	background-position: 0px -33px;
}
#mainBody {
	margin: 0px 10px;
	
}
.title {
	margin-top: 10px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 19px;
	position: relative;
}
.ITCM {
	position: relative;
	color: #333333;
	margin: 0px 19px;
}
.ITCM a {
	color: #333399;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333399;
	font-weight: bold;
}

.ITCM a:hover {
	color: #6666cc;
	text-decoration: none;
}
#ts {
	height: 35px;
	width: 240px;
	border: 1px solid #999999;
	padding: 5px;
	font-size: 14px;
	line-height: 120%;
	position: absolute;
	left: 200px;
	background-color: #FFFFC8;
	top: -15px;
	display: inline;
	visibility: hidden;
}

#ts_e {
	height: 35px;
	width: 280px;
	border: 1px solid #999999;
	padding: 5px;
	font-size: 14px;
	line-height: 150%;
	position: absolute;
	left: 180px;
	background-color: #FFFFC8;
	top: -17px;
	display: inline;
	visibility: hidden;
}



.tab {
	margin-right: 65px;
	margin-left: 130px;
	margin-bottom: 30px;
}
.tab p {
	font-size: 15px;
	line-height: 160%;
}
.tb1 {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
.tb1 tr{
	border-collapse: collapse;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.tb1 td{
	border-collapse: collapse;
	border: 1px solid #666666;
	font-size: 12px;
	line-height: 150%;
	padding: 3px;
	color: #333333;
}

/* faq */
.faqul {
	vertical-align:bottom;
	width:570px;
	font-size: 14px;
}

.faqul li {
	padding-left:5px;
	padding-top:3px;
}

.faqq {
	margin-top:25px;
	list-style-image: url(../images/faq01.gif);
	color: #cc0000;
}
.faqa {
	list-style-image: url(../images/faq02.gif);
	color: #333333;
	list-style-position: outside;
	list-style-type: none;
	line-height: 110%;
}
.top {
	margin-right: 50px;
	text-align: right;
}
