* { margin:0px; padding:0px; }
html { height:100%; }
body { min-height:100%; position:relative; min-width:800px; }
* html body { height:100%; }
#header {height:150px; width:100%; min-width: 950px;}
 #b1 {float: left;height: 51px;width:176px;padding: 40px 40px 40px 40px;border: 0px dotted #000 }	
 #b5 {float: left;text-align: left;height: 80px;width:200px;border: 0px dotted #000;margin-left: 25px;padding:35px 3px 0px 3px;}	
 #b2 {float: top;text-align: left;height: 20px;width:190px;border: 0px dotted #000;margin-left:490px;padding:9px 0px 0px 5px;}	
 #b3 {float: left;text-align: left;height: 80px;width:190px;border: 1px dotted #d5312b;}	
 #b4 {float: left;text-align: left;height: 80px;width:200px;border: 0px dotted #000;margin-left: 25px;padding:3px 3px 0px 3px;}
 #b555 {
	float: none;
	height: 51px;
	width:200px;
	padding: 40px 40px 40px 40px;
	border: 0px dotted #000;
}	
 
 #menu { width:10%; height:35px;}
 #menu1i { width:15%; background:#eee; text-align: center;}
 #menu2i { width:75%; background:#eee; text-align: left; font-weight: bold; color:d5302a}
 #menu1 { width:15%;  text-align: center;}
 #menu2 { width:75%; text-align: left;}
 
 A {COLOR: #464c67;text-decoration: underline;}
 A:hover {COLOR: #d5302a; text-decoration: none;}
 h1 {letter-spacing: 0.14em; font-size: 10px; font-weight: normal; text-align: center;width:176px;padding:3px 0px 0px 0px;}
 
#content { width:100%; padding-bottom:60px; width:expression(document.body.clientWidth > 800 ? "100%" : "800px"); overflow:hidden;}
#container1 { width:100%; float:left; margin-right:-240px; }
#container2 { background:#000000; margin-right:240px; }
#container3 { width:100%; float:right; margin-left:-200px; }

#left { background:#fff; width:200px; float:left; }

#center { background:#eee; margin-left:200px; padding:35px 35px 35px 35px;}

#right { background:#fff; float:right; width:205px; padding:11px 10px 25px 25px;}

#min_width { width:950px; }

#footer { position:absolute; bottom:0px; background:#8F9EB1; width:96%; height:35px;color:#fff; padding:1% 0% 0% 4%;}
#footer A {COLOR: #fff; text-decoration: underline; }
#footer A:hover {COLOR: #464c67; text-decoration: none;}

.text_s {
	FONT-SIZE: 12px;
	COLOR: #464c67;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}
.red {
	FONT-SIZE: 13px;
	COLOR: #d5302a;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}

.help { position:relative; z-index:24; }
.help span { display:none;}
.help:hover {z-index:25;}
.help:hover span {
	display: block;
	position: absolute;
	width: 110px;
	top: 20px;
	left: 50px;
	background-color: #FCFBDC;
	border: 1px solid #333333;
	padding: 5px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.panswer{
	margin-top: 10px;
	FONT-SIZE: 13px;
	COLOR: #d5302a;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}	