/* BASIC */

body {
	margin: 0px;
	padding: 0px;
	font: 65.7% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6 url(../images/page_bg.gif) repeat-y center top;
	text-align: center;
}

.txt
{
	font-size:12px;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

/* LAYOUT */
#wrapper {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#banner {
	width: 798px;padding: 0px;
	background: url(../images/banner.jpg) no-repeat left top;
	height: 90px;
	text-align:left;
	margin: 0;
}

#main {
	margin: 0px;
	padding: 0 10px;
}

.sel{width:150px;font-size:10px;}
.inp
{
	background-color:#ffffaa;
	border:1px solid #999999;
	width:150px;
}
.ans
{
	background-color:#ffffaa;
	border:1px solid #999999;
	width:520px;height:60px;
}

.inpr
{
	
	background-color:#ffffaa;
	border:1px solid #999999;
	width:150px;
}

.lblr
{
	color:Red;
}

.rh
{
	background-color:#E8E8E7;
	color: black;
	padding-bottom:4px;
	padding-left:10px;
}
.rh2
{
	background-color:#CAEE6A;
	color: black;font-size:14px;
	padding-bottom:4px;
}

.btn{width:140px;
	border-top:1px solid #C7C7C7;border-right:1px solid #C7C7C7;border-left:1px solid #C7C7C7;
	height:18px;color:#152D6A;
	background-image:url('../images/btnbkg.gif');
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	}
.btn a{text-decoration:none;
	height:18px;color:#152D6A;
	background-image:url('../images/btnbkg.gif');
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	}
.btn a:hover{width:110px;text-decoration:none;
	height:18px;color:#152D6A;
	background-image:url('../images/btnbkg2.gif');
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
	}
	
.sdr{background-color:#336699;font-size:14px;color:White;padding:2px;}
.sdd{width:150px;background-color:#E8E8E7;font-size:10px;}
#Qt{left:0px;top:0px;display:none;width:500px;border:1px solid #336699;padding-bottom:5px;background-color:#E8E8E7;}
.Questions{background-color:#E8E8E7;}
.Questions #qtxt{height:20px;font-size:12px;cursor:hand;}
.hl{background-color:#336699;color:White;}
.cl{background-color:#E8E8E7;}
#txtQuestions{height:20px;font-size:12px;cursor:hand;width:400px;border:1px solid #336699;background-color:#E8E8E7;font-weight:bold;padding:5px;}

#qtn {font-size:14px;color:Black;padding-top:10px;	}
#sep {border-bottom: 1px dashed #999999;color: #666666;clear: both;line-height: 1.5;padding-left:10px;}
#legal {border-top: 1px dashed #999999;color: #666666;clear: both;line-height: 1.5;}
#main h1 
{	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #B2F511;
	font: normal 2.7em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}
#main h3 {
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: 1px dashed #CCC;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000000;
	margin-top: 10px;
}
#main h3 strong {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #152D6A;
}
#main ul {
	padding-left: 25px;
}
#main li {
	margin-left: 15px;
	margin-top: 5px;
	font-size: 1.4em;
}
.graygobtn{font:bold 11px tahoma;padding:4px;}
#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
	padding-top: 2px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 30px;
}

#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
}

