@charset "UTF-8";
/* CSS Document */

/* THIS STYLE SHEET IS FOR THE FAQS PAGE ONLY */

/* navigation starts here */
.faqs a {
	height: 60px;
}
.faqs a {
	background:url(../images/faqs_right_p.gif) no-repeat right top;
	cursor: default;
}
/* navigation ends here */

#pageLeft {
	position:relative;
	padding-top: 15px;
}
#ans1, #ans2, #ans3, #ans4, #ans5, #ans6, #ans7, #ans8, #ans9, #ans10, 
#ans11, #ans12, #ans13, #ans14, #ans15 {
	display: none;
}
#ansA, #ans1, #ans2, #ans3, #ans4, #ans5, #ans6, #ans7, #ans8, #ans9, #ans10, 
#ans11, #ans12, #ans13, #ans14, #ans15 {
	position:absolute;
	top:110px;
	left:500px;
	width: 354px;
	font-family:"Courier New", monospace;
	font-weight:normal;
	font-size: 100%;
	line-height: 125%;
	list-style:none;
	text-align: left;
	background-color:#FFFFFF;
}
#pageRight a, #pageLeft a {
	color:#000000;
	text-decoration:none;
}
#pageRight a:hover, #pageLeft a:hover{
	font-weight:bold;
	text-decoration:none;
	font-size: 92%;
}
h1 {
	color:#e66586;
}
p {
	padding: 5px 0px 0px 0px;
}
/* wrapper for GoDisc sign-up link */
#go {
	position: absolute;
	background-image:url(../images/GoDisc.gif); 
	background-repeat: no-repeat;
	background-position: right;
	top: 45px;
	left: 890px;
	font-family:"Courier New", monospace;
	font-size:400%;
	text-align:center;
	text-indent:-20px;
	padding: 170px 0px;
	width:160px;
}
#go a {
	text-decoration: none;
	margin:0px;
	color:#000000;
}
#go a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
/* STYLE SHEET ENDS */
