/* overall page layout */
h1
{
	font-size   : 16px;
	font-weight : normal;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
	line-height: 22px;
	display: none;
}
img{
	margin:0px;
	border:0px;
}
a{
	text-decoration:underline;
	color:#444444;
}
a:link{
}
a:visited{
}
a:hover{
	position:relative;
	top:1px;
	left:1px;
	color:#ff6600;
}
a:active{
}
body{
	font-size:12px;
	text-align:center;
	margin:0px auto;
	background-image:url(../img/bk_04.gif);
	color:#666666;
	line-height:1.2em;
}
#ol{
	width:760px;
	text-align:left;
	margin:0px auto;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:3px double #999999;
	background-color:white;
}
.olm{
	margin:0px 5px;
}
.hd{
}
.tmb{
	height:55px;
	background-image:url(../img/top_message_bar.jpg);
	border-top:3px double #666666;
}
.mb{
	height:25px;
	background-image:url(../img/menu_back.jpg);
	border-bottom:1px solid #666666;
}
.mb p{
	font-size:12px;
	text-align:right;
	line-height:0.8em;
	margin:0px 10px;
}
.mg{
	height:150px;
	background-image:url(../img/page_banner_image1.jpg);
	border-bottom:1px solid #666666;
}

.main{
	width:570px;
	float:right;
}

/* Main Part Settings */
.main p{
	font-size:14px;
	line-height:1.5em;
	margin:5px 5px 15px 10px;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
}
.main p:first-letter {
   color: #000000;
   font-size: 300%;
   float: left;
   line-height: 1;
   padding: 3px;
   margin-right: 3px;
   margin-top:5px;
}
.main h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:3px solid #999999;
	color:#333333;
	letter-spacing:1px;
	font-size:14px;
	line-height:1.5em;
	padding:5px;
	background-color:#eeeeee;
	margin:5px 2px 10px;
}
.sub_title{
	font-size:12px;
	color:#999999;
	letter-spacing:1px;
}
.main h4{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:underline;
	color:#444444;
}
.image_right{
	float:right;
	margin:4px;
	padding:2px;
	border:1px solid #999999;
}

/* question and answer */
.question{
	font-size:16px;
	color:#003333;
	font-weight:500;
}
.answer{
	font-size:14px;
	color:#666666;
	font-weight:400;
	line-height:1.4em;
	padding-left:20px;
}
.qa{
	margin:0px 10px 10px 15px;
}
.qatable{
	margin:0px 5px 0px 45px;
	position:relative;
	top:-15px;
}
.qatable p{
	font-size:14px;
	line-height:1.5em;
	margin:5px 5px 15px 10px;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
}
.qatable p:first-letter {
   font-size:14px;
   color:#666666;
   font-family:"Times New Roman", Times, serif;
   float: none;
   line-height: 1;
   padding: 0px;
   margin-right: 0px;
   margin-top:0px;
}
/* Right Side Column */
.centering{
	text-align:center;
}


/* Left Column */
.sb{
	width:170px;
	height:600px;
	float:left;
	font-family:"Times New Roman", Times, serif;
}
.sb ul{
	margin-top:5px;
	padding-left:0px;
	margin-left:3px;
}
.sb li{
	font-size:13px;
	color:#666666;
	line-height:1.5em;
	list-style-type:none;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:4px solid #ff6600;
	height:35px;
	margin-top:5px;
	padding-left:8px;
	padding-top:10px;
}
.cb{
	clear:both;
}
/* Footer */
.ft{
	height:50px;
	background-color:#e9e9e9;
	background-image:url(../img/footer_graphics.jpg);
	border-top:1px dotted #999999;
}
.ft p{
	font-size:12px;
	text-align:right;
	margin:10px 20px;
	color:#FFFFFF;
}
.return{
	font-size:10px;
	text-align:right;
	margin:2px 10px 5px;
}
.return2{
	text-align:center;
	margin:0px 10px 15px;
}

/* for print */
@media print {
	.hd,
	.mg,
	.sb,
	.return,
	.return2{
		display:none;
	}
	.main{
	width:100%;
	}
}

	
	
