html { overflow:-moz-scrollbars-vertical;overflow-y:scroll; } 
body {
	margin:0 auto;
	font-family: "Myriad", "Tahoma", "Arial";
	color:#000;
	font-size:12px;
	text-align: center;
	background:#ffffff repeat-y url('bg.jpg') top center;
}

#header {
	background:no-repeat url('topbg.jpg') top center;
	height:232px;
}

.logo{margin:0 auto; padding-left:10px; padding-top:26px; padding-bottom:15px;}

#menu a{float:right;width:103px;height:21px;line-height:19px;margin-right:4px;
  font-size: 12px;
  font-family: "Myriad", "Tahoma", "Arial";
  color: #ffffff;
  text-align: center;
text-decoration:none;
}

a.nav1{background:url("btn_nav1.gif") top no-repeat;}
a.nav1:hover{background-position:bottom;}
a.nav0{background:url("btn_nav0.gif") top no-repeat;}
a.nav0:hover{background-position:bottom;}

.clearBoth{clear:Both;} 

#content {
	margin-top:-55px;
	background:no-repeat url('footbg.jpg') bottom center;
}
#innercontent {width:800px; margin:auto;}

table {

}
td {
	font-size: 11px;
}

a:link {
  color:#000000;
  text-decoration:none;
  }
a:visited {
  color:#000000;
  text-decoration:none;
  }
a:hover {
  color:#ff6600;
  text-decoration:none;
  }
a img {
  border-width:0;
  }

img{
	vertical-align: middle;
}
hr {

}
  .tag {
	background:url("tagbg.jpg") top left no-repeat;
	font-size: 12px;
	font-family: "Myriad", "Tahoma", "Arial";
	color: #ffffff;
	line-height:19px;
	padding-left:10px;
}
.taglist{
	color: #ff6600;
	margin-top:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 11px;
}
.text {
	font-size: 11px;
	line-height:160%;
	padding-right:22px;
	WORD-WRAP: break-word;
	text-align: justify;
	font-family: "Myriad", "Tahoma", "Arial";
}
.text1 {
	font-size: 11px;
	line-height:160%;
	WORD-WRAP: break-word;
	text-align: justify;
	font-family: "Myriad", "Tahoma", "Arial";
}
.text12px {
	font-size: 12px;
	line-height:160%;
	padding-right:22px;
	WORD-WRAP: break-word;
	text-align: justify;
	font-family: "Myriad", "Tahoma", "Arial";
}
.copyright {
    padding-right:43px;
	padding-bottom:20px;
	border-top: 1px solid #333333;
	font-size: 9px;
	font-family: "Myriad", "Tahoma", "Arial";
}
.modulelist{
	color: #ff6600;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	font-size: 11px;
}
.texttitle {
    color: #ff6600;	
	font-size: 14px;
	font-weight: bold;
	padding-bottom:15px;
}
.line {
	border-left: 1px solid #818286;
}