@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
background-color:#F0F0E0;
}
/******link styles******/
a:link {
	color: #003399;
}
a:visited {
	color: #660099;
}
a:hover {
	background-color: #CCCCCC;
}

/******table styles******/
td {
	font-size: 100%;
	}
th {
	font-size: 100%;
	color: #003399;
}
/******heading styles******/
h1 {
	color: #003399;
	font-size: 110%;
	margin: 0 0 20px 0;
	text-align: center;
}
h2 {
	color: #003399;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0px 6px 15px;
}
h3 {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0px 6px 15px;
}
h4 {
	color: #336699;
	font-size: 90%;
	font: bold italic;
	margin: 12px 0px 6px 15px;
}

/******paragraph styles******/
p {
	font-size: 100%;
	margin: 0px 10px 10px 15px;
	line-height:125%;
}
/*paragraph styles for footer*/
#footer p {
margin:5px 0px 8px 0px;
line-height:130%;
}

/******list styles******/
ol {
	font-size: 100%;
	list-style: decimal;
}

ul {
	font-size: 100%;
	list-style-image:url(images/blu_bullet.gif);
	list-style-type: disc;
	padding-bottom: 6px;
}

li {
	margin-bottom: 4px;
}

ul ul {
	list-style-image: none;
	list-style-type: circle;
	margin-top: 6px;
}

/******div styles******/
/*holds all page content except footer*/
/**background image is set in p7tm style sheets**/
#wrap {
margin: 0px auto;
width:800px;
}
#wrap2 {
margin: 0px auto;
width:810px;
}
/*holds top banner title and logo*/
#banner {
width:100%;
}
/*holds #services_photo and #leftnav on services pages with banner photo*/
#services_leftCol {
float:left;
width:185px;
}
/*holds #services_banner and #content on services pages with banner photo*/
#services_rightCol {
float:left;
width:614px;
}
/*holds services banner photo*/
#services_photo {
float:left;
width:184px;
}
/*holds services banner excluding photo*/
#services_banner {
float:left;
width:100%;
}
/*holds left navigation*/
#leftnav { 
	float:left; 
	width:185px; 
	}
/*holds content area*/
#content {
	float:left;
	width:614px;
	}
/*clears floats from divs above it*/
#clear {
	clear:both;
	}
/*holds address and copyright info at bottom of page*/
#footer {
	margin:0px auto;
	clear:both;
	width:800px; 
	padding-bottom:10px;
	text-align:center;
	font-size:85%;
	border-top:1px solid #003399;
	}
	
/******class styles******/
/*style of trustee names on about_leadership_bot.htm in about section*/
.bodnames {
	/*text-align: center;*/
	color: #333333;
	font-size: 13px;
	margin-top: 6px;
}
/*adds border- which pages is this used on?*/
.border {	
	margin-right: 0px;
	padding: 0px;
	/*background-position: right;*/
	border-left: #99CCCC;
	border-right: 1px solid #99CCCC;
}
/*formats date- which pages is this used on?*/
.date {
	font-size: 8pt;
	text-indent: 6pt;
}
/*highlights text- which pages is this used on?*/
.highlight {
	background-color:#FFFF33;
	}
/*highlights featured jobs- not used anymore?*/	
.hotjob	{
	color:#FF0000;
}
/*sets style of annual report text*/
.annualReport {
font-family:"Times New Roman", Times, serif;
font-size:100%;
}
/*from rehab services section*/
.staff {
	border-bottom:1px solid #003399;
}


