@charset "utf-8";
/* CSS Document */

body {
	background: #CCCCCC url(../images/top_bg.jpg) repeat-x top left;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	color:#666666;
}

#floater {
	position:fixed;
	bottom:0px;
	right:200px;
	background:url(../images/faq/floater.png) no-repeat;
	width:146px;
	height:34px;
	opacity:0.5;
	z-index:200;
	cursor:pointer;
}

#floater:hover {
	opacity:1.0;
}

a {
	outline:none;
}

a.header_link:link, a.header_link:visited {
	text-decoration:none;
}
a.header_link:hover, a.header_link:active {
	text-decoration:underline;
	color:#666666;
}
a#current_link:link, a#current_link:visited {
	color:#6699CC;
}


a:link, a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#6699CC;
	text-decoration:none;
}

#wrapper {
	width:987px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:0px;
}

#container_header {
	width:987px;
	height:138px;
}

#header_links_container {
	width:500px;
	height:40px;
	float:right;
	text-align:right;
	margin-top:60px;
	margin-right:20px;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
}

#logo_top {
	width:171px;
	height:138px;
	float:left;
	margin-left:54px;
}

#container_footer {
	width:987px;
	height:90px;
	margin-top:30px;
	float:left;
}

#logo_bot {
	height:90px;
	width:275px;
	float:left;
	margin-left:54px;
	float:left;
}

#footer_text {
	margin-left:0px;
	margin-top:20px;
	margin-right:35px;
	float:right;
	font-size:0.83em;
	text-align:right;
	line-height:1.5em;
}

a.footer:link, a.footer:visited {
	text-decoration:none;
}

a.inactive {
	color:#999999;
	cursor:pointer;
}