﻿html, body {
    margin: 0;
    padding: 0;
    }
a:link{text-decoration:none;}
a:visited{text-decoration:none; color:#999999;}
a:hover{text-decoration:underline;}

#page-container {
    width: 1001px;
    margin:auto;
	z-index:-1;
    }

#header{
    height:145px;
	margin:0;
	padding:0;
	overflow:hidden;
    }

#nav{
	height:120px;
	position:relative;
	}
#nav_search{
	position:absolute;
	top:5px;
	right:3px;
	height:103px;
	width:191px;
	overflow:hidden;
	}
	
#sidebar{
	float:right;
	width:189px;
	}
#sidebar a:link,a:visited{color:#000;

	}	
	
#content{
	margin-right:190px;
	}
	
#footer{
	height:200px;
	clear:both;
	}
	
#left_content{
	float:left;
	width:245px;
	}
	
#right_content{
	width:566px;
	float:left;
	}

#banner{
	height:100px;
	float:left;
	}

.textligncenter{
	text-align:center;
	}
	
div.ques{
   font-size:10pt;
   line-height:150%;
   margin:2px 0 0 0;
   background:url(images/ques.gif) no-repeat #FCFDEE;
	padding:5px 5px 0px 25px;
   color:#A65601;
}

div.answer{
   padding:1px 5px;
	margin:0;
   background:#f3f3f3;
	line-height:150%;
}
div.ques span{font-weight:bold;}