@charset "UTF-8";
/* CSS Document */

/* Global Settings */
body, html {
	margin:0 0 10px 0;
	padding:0;
	background-color:#e7eaf1;
	background-image:url(../images/bkgnd.jpg);
	background-repeat:repeat-x;
	font-size: 13px;
	color:#797979;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	}
	
img {
	border:0;
	}
	
A {color:#e32031; text-decoration: none;}	
A:link {color:#e32031; text-decoration: none;}
A:visited {color:#e32031; text-decoration: none;}
A:active {color:#e32031; text-decoration: none;}
A:hover {text-decoration: underline; color:#e32031;}

table.td {
	font-size: 13px;	
}

/* DIV and container settings */
#maincontainer {
    width:968px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	height:auto;
	text-align:left;
	}
	
#bodycontainer {
	width:968px;
	height:auto;
	background-image:url(../images/bodyback.gif);
	background-repeat:repeat-y;
	}	
	
#content {
	width:928px;
	height:auto;
	padding:30px 20px 0 20px;
	position:relative;
	}
	

#footer {
	width:948px;
	height:56px;
	background-image:url(../images/footer.gif);
	padding:10px 0 0 20px;
	}		

#subpageheader {
width:960px;
height:auto;
background-image:url(../images/headerbkg.jpg);
background-repeat:no-repeat;
background-position:center;
padding:0 4px 0 4px;
}	

/* Link styles */

/* Type styles */

#legal {
	font-size:9px;
	color:#2b2a25;
	}
	
.legaltype {
	font-size:9px;
	color:#2b2a25;
	}
	
.subhead {
	color: #00a5b6;
	font-weight:bold;
	line-height:16px;
	}
	
.heading {
	color: #004191;
	font-size:22px;
	line-height:28px;
	}

#progressbar {
	position:absolute; 
	text-align:center; 
	right:30px; 
	top:25px;
	font-size:11px;
}
#title {
	color: #004191;
	font-size:22px;
	line-height:28px;
	margin-bottom:21px;
}
#instructions {
	color: #00a5b6;
	font-weight:bold;
	line-height:16px;
}
div.questions {
	padding: 16px 20px 16px 20px;
	font-size:13px;
}
div.charsection {
	padding: 0px 0px 16px 0px;
}
div.charseparator {
	padding: 20px 0px 0px 0px;
}
div.chartitle {
	font-size: 13px;
	color: #0F3188;
	font-weight: bold;
}
table.chartable {
	margin: 4px 0px 0px 0px;
	border-collapse: collapse;
}
table.chartable th, table.chartable td{
	font-size:11px;
	font-weight: normal;
} 
table.chartable th{
	padding: 0px 8px 2px;
	color:#222222;
} 
table.chartable td{
	padding: 1px 8px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	color:#222222;
} 
table.chartable th.col1, table.chartable td.col1 {
	width:387px;
	font-size:13px;
}
table.chartable th.col2, table.chartable td.col2 {
	width:80px;
	text-align:center;
}
table.chartable tr.charrow {
	background-color:#CCCCCC;
}
#buttons {
	text-align:center;
	padding: 20px 0px;
}
#copyright {
	font-size:9px;
	color:#2b2a25;	
	padding: 40px 120px 0px 120px;
	text-align:center;
}
select.rselect {
	width:140px;
}

A.resultslink, A.resultslink:link, A.resultslink:visited, A.resultslink:active {
	color: blue;
	text-decoration: underline;
}	
A.resultslink:hover {text-decoration: underline; color:#e32031;}


/*

body {
	margin:0px; padding:0px;
	font-family:Arial, sans-serif;
	text-align:center;
	font-size: 14px;
}
#outside {
	text-align:left;
	position:relative;
	margin:0px auto;
	width:863px;
	min-height: 100%;
}
#content {
	background-color: #ECECEC;
	margin: 0px 0px;
	padding: 20px 16px;
	position: relative;
	border-bottom: 3px inset #C4C4C4;
}

*/
