/*----------------------------------
main.css
Authored by HYS
-----------------------------------*/
*{
margin:0px;
padding:0px;
}
body{
	font-family: Arial, sans-serif;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-align: left;
	background: url(../images/bg.jpg);
}

a:link, a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color:#999999;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #334d55;
	font: 16px Verdana, Arial, sans-serif;
	padding: 0px;
}

h2{
	font-size: 16px;
	color: #0D2B88;
	line-height: normal;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
  color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 auto;
	padding: 0;
	width: 590px;
	position: relative;
	height: 440px;
	background: url(../images/2006title.gif) no-repeat center center;
}

#content{
	width: 590px;
	height: 100%;
	margin-right: auto;
	margin-left: 0px;
	/*background: url(../images/bg_yellow.gif);*/

}

#content2{
	width: 590px;
	height: 100%;
	margin-right: auto;
	margin-left: 0px;
	background: url(../images/bg_yellow.gif);

}

/************** .feature styles ***************/

.feature{
	font-size: 10px;
	line-height: 1.6em;
	width: 530px;
	padding: 10px 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.feature .170{
	height: 170px;
}

.feature .250{
	font-size: 10px;
	line-height: 18px;
	width: 530px;
	padding: 10px 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 250px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	line-height: 16px;
}

.feature .img_l{
	padding: 0px 15px 0px 0px;
	margin: 0;
	text-align: right;
}

.feature .img_r{
	padding: 0px 0px 0px 15px;
	margin: 0;
	text-align: right;
}

.feature .cnt_title {
	font-size: 12px;
}

#gnavi {
	margin: auto;
	padding: 0px 30px;
	height: 20px;
	width: 530px;
}
#gnavi a{
	color:#666666;
}
.t08 {
	color: #000000;
	font: 8px/12px Geneva, Arial, Helvetica, san-serif;
}
.t09 {
	font-size: 9px;
	line-height: 13px;
	color: #666666;
}
.t10 {
	color: #333333;
	font: normal 10px/14px Geneva, Arial, Helvetica, san-serif;
}
.f11 {
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}
.f12 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.f14 {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.f16 {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}
td{
	color:#333333;
}
.f10 {
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}
#news {
	height: 200px;
	width: 400px;
	padding-top: 40px;
	padding-left: 40px;
}
.line {
	background: url(../images/dot-move.gif) repeat-x;
	height: 5px;
}
.line-t {
	background: url(../images/dot-move.gif) repeat-x 0px center;
	height: 20px;
	padding: 0px;
	width: 530px;
	margin-right: 30px;
	margin-left: 30px;
}
#title {
	background: url(../images/thmph.gif) no-repeat 30px 0px;
	height: 20px;
	text-indent: -9999px;
}
#title2 {
	background: url(../images/thmph_yellow.gif) no-repeat 30px 0px;
	height: 20px;
	text-indent: -9999px;
}
.feature .h170 {
	height: 170px;
}
.feature .h120 {
	height: 100px;
}
.feature .h250 {
	height: 250px;
}
.cl {
clear:both;
}
.spacer {
	height: 20px;
	width: 590px;
}
#content .feature div .blink {
	text-decoration: blink;
}
hr {
	background: url(../images/dot-move.gif) repeat-x center;
	height: 1px;
	margin:7px 0px;
	padding:0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.right{
	width:240px;
	float:right;
}
.left{
	width:265px;
	float:left;
}
.bg000 {
	background: #333333;
	color: #FFFFFF;
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}
.mt10{
margin-top:10px;
}
