/* CSS Document */


body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link, a:visited { color: #83B1B4; }
a:hover, a:active { color: #83B1B4; }




#masthead {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:150px;
	z-index:2;
	background-color: #B7CFA3;
	background: transparent url(../images/masthead-slice.gif) repeat-x; 
	width: 100%; 
	height: 150px;  	
}


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#masthead h1, #masthead span {
	background: transparent url(../images/masthead.gif) no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	z-index:3;
	margin-top: 0px;
	width: 100%; 
	height: 150px;  	
}

#masthead h1 span {
	display:none;
}
#masthead address {
	z-index:5;
	position:absolute;
	top:122px;
	left:174px;
	letter-spacing:0.1em;
	line-height:1em;
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #748765;
}




#content {

	position:absolute;
	left:150px;
	top:150px;
	margin-top: 0px;
	width:550px;
	height:300px;
	z-index:1;
	padding: 20px;

}



h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1 {
	font-size: 2em;
	color: #83B1B4;
}
h2 {
	color: #999999;
	font-size: 1em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}

.fine_print {
	font-size: 0.7em;
	color: #C5C5C5;
}



ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}

#nav { 

	left:0px;
	top:150px;
	margin-top: 25px;
	margin-left: 15px;
	position:absolute;
	width:130px;
	background-color: #E2EFEC;

}

#nav p, #nav a, #nav a:visited, #nav a:hover, #nav a:active {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	color: #76B6A8;
	text-decoration: none;
	font-weight: bold;
}


#nav a:hover, #nav a:active {
	color: #467D84;
	text-decoration: underline;
}



b.rtop, b.rbottom{display:block;background: #FFF}

b.rtop b, b.rbottom b{display:block;height: 1px;

    overflow: hidden; background: #E2EFEC}

b.r1{margin: 0 5px}

b.r2{margin: 0 3px}

b.r3{margin: 0 2px}

b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 1px}









/************* #siteInfo styles ***************/





#siteInfo{

	position:relative;

	bottom:1%;

	font-size: 9px;

	color: #bbbbbb;

	clear: both;

	padding-top:20px;

	padding-right: 0px;

	padding-bottom: 15px;

	padding-left: 0px;

	margin-top: 0px;

}

#siteInfo a{

	color: #bbbbbb;

}

 

 /************* #tables ***************/



 table {

/*	border-collapse: collapse; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 0px; 	margin-top: 0px;
	margin-bottom: 10px;

/*	border-bottom: 1px solid #C6DFDA;*/
	border-top: 1px solid #C6DFDA;

 	padding: 0; 
}

th, td {
/*	padding: 0.2em; */
	vertical-align: top;
/*	text-align: left; */
	border-bottom: 1px solid #C6DFDA;

}

thead td{
	background-color: #CBE2DD;
	font-size: 2em;
/*	color: #8BBEB3; */
	color: #83B1B4;
	text-align:center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

tbody th, td {
	background-color:#ECF4F2;;
}


tr.odd td, tr.odd th {
	background-color: #E7F1EF;
}

tbody a, tbody a:visited {
	color: ##91C4B9;
}

tbody a:hover, tbody a:active {
	color: #7CB4BA;
}


table .question {
	font-size: 12em;
	color: #B6D0D1;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	line-height:1em;
	font-family: "Times New Roman", Times, serif;
}
