/* CSS Document */

/*begin page layout divs*
*
*
*/

#main_wrapper {
	/*holds site*/
	width: 100%;
	background: white;
	position: absolute;
	top: 12px;
}

#header_wrapper {
/*holds top and mid nav and flash banner*/
	height: 138px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	background-color:white;
	width: 600px;


}

#body_wrapper {
/*holds content area and side nav*/
	width: 600px;
	background-color: white;
	
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;

}

#content {
	background: white;
	width: 550px;
	padding: 0px 25px 0px 25px;
	background-color:white;

}

#footer {
	background:#6987b9;
	clear: both;
	height: 30px;
	width: 600px;
	border: none;
		border-right: 1px solid #6987b9;
	border-left: 1px solid #6987b9;

	
}
#footer ul{
	width: 100%;
	background: #6987b9;
	padding-left: 0;
	padding-top: 4px;
	margin: 0px;
	float: left;
	font: normal 10px Verdana;
	color: white;
	text-align:center;
	text-indent: 0px;
	list-style-type: none;
	
}

#footer ul li {
	display: inline;
}
	
	
#footer ul li a{

	color: white;
	font-weight: normal;
	padding: 0;
	text-decoration: underline;
	display: inline;
}

/*end page layout divs*
*
*
*/

/*begin formatting*
*
*
*/

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5988b8;
	text-decoration: none;
	line-height: 32px;
	text-align: left;
	padding-bottom:25px;

}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5988b8;
	text-decoration: none;
	line-height: 28px;
	text-align: left;
	padding-bottom:25px;

}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	margin-bottom: 20px;	
}


.text a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	text-align: left;
	line-height: 20px;	
}

.photo {
	border: 1px solid #999999;
	
	}
