@charset "utf-8";
body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0px;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 22pt;
	margin-bottom: 14pt;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 16pt;
	margin-bottom: 12pt;
}
p {
	font-size: 11pt;
	line-height: 15pt;
}
li {
	font-size: 11pt;
	line-height: 15pt;
	margin-bottom: 6pt;
}
a {
	color: #000;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 18pt;
	margin-bottom: 12pt;
}
#nav div.nav_link {
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
#nav div.sub_nav_link {
	margin-left: 8px;
	margin-bottom: 6px;
}
#nav a.nav_link {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#top_banner {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:85px;
	z-index:1;
}
#main_body {
	position:absolute;
	left:175px;
	top:102px;
	width:805px;
	/* height:567px; */
	z-index:1;
}
#nav {
	position:absolute;
	left:10px;
	top:102px;
	width:150px;
	height:200px;
	z-index:1;
	background-color: #cdcdcd;
}
#main_body .answer {
	font-size: 11pt;
	line-height: 15pt;
}
#main_body .question {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 12px;
}
#footer {
	margin-top: 40px;
}
#footer .footerText {
	font-size: 10pt;
	line-height: 14pt;
}
#footer .footerText .footerLink {
	color: #000;
	text-decoration: underline;
}
#footer .footerLittleText {
	font-size: 8pt;
	line-height: 12pt;
}
