@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

#header { 
	background-image:url(../images/banyan_banner_bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width: 780px;
	height: 90px; 
	padding: 0;
	margin: 0; 
	text-align: left;

}
#footer {
	padding-left: 190px;
	padding-bottom: 10px;
	background: #FFFFFF;
	}
	.footer {
	font-size: 10px;
	color: #999999;
	padding: 0px 10px;
	
	}
	.footer a {
	color: #999999;
	text-decoration: none;
	
	}
	.footer a:hover {
	color: #999999;
	text-decoration: underline;
	
	}
	.note {
	font-size: 10px;
	color: #999999;
	}
	h1 {
	font-size: 25px;
	color: #000000;
	margin: 0;
	font-weight: normal;
	}
	h2 {
	font-size: 25px;
	color: #9B5F1F;
	font-weight: normal;
	}
	h3 {
	font-size: 18px;
	color: #111056;
	margin-bottom: 0;
	font-weight: normal;
	}
	h3 a{
	font-size: 18px;
	color: #111056;
	margin-bottom: 0;
	font-weight: normal;
	text-decoration: none;
	}
	h3 a:hover{
	font-size: 18px;
	color: #111056;
	margin-bottom: 0;
	font-weight: normal;
	text-decoration: none;
	}
	h4 {
	font-size: 12px;
	font-weight: bold;
	color: #111056;
	margin-bottom: 0;
	}
	h5 {
	font-size: 11px;
	font-weight: bold;
	color: #111056;
	margin: 0;
	}
	h6 {
	font-size: 12px;
	font-weight: bold;
	color: #111056;
	margin: 0;
	}
	h6 a {
	font-size: 12px;
	font-weight: bold;
	color: #111056;
	margin: 0;
	text-decoration: none;
	}
	h6 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #111056;
	margin: 0;
	text-decoration: none;
	}


.container { 
	width: 790px;  
	background: #FFFFFF;
	background-image:url(../images/right_shadow_bkgrd.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	margin: 0 auto; 
	text-align: left;
} 
 

a {
	color: #9B5F1F;
}
a:hover {
	color: #111056;
	text-decoration: none;
}
.topnav {
font-size: 10px;
color: #9B5F1F;
text-align: right;
padding: 10px 10px 20px 10px;
}
a.selected {
background-image:url(../images/selected.gif);
background-repeat:no-repeat;
background-position:center top;
padding-top: 10px;
color: #111056;
text-decoration: none;
}
	
	
	.middlebox {
	background-image:url(../images/middle_box.jpg);
	background-repeat:repeat-y;
	width: 160px;
	padding: 0px 10px 5px 10px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	}

	.callout {
margin-bottom: 10px	
	}
	
	
	.highlightblue {
	background-image:url(../images/highlight_blue.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 85px;
	
	}
	.highlightblue2 {
	background-image:url(../images/highlight_blue2.jpg); 
	background-repeat: no-repeat;
	background-position: 0 80px; 
	
	}
	.highlightblue3 {
	background-image:url(../images/highlight_blue2.jpg); 
	background-repeat: no-repeat;
	background-position: 0 30px; 
	
	}
	.highlightText {
	font-size: 11px;
	padding: 10px;
	
	}
	.highlightgray {
	background-image:url(../images/highlight_gray.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 85px;
	
	}
