body {
	margin: 0 auto;
	z-index:0;
	padding: 0; 
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

a:link {color: #003399;}        /* dark blue like navigation and page headers*/

a:visited {color: #026cb6;}     /* same blue as background */

a:active {color: #F3B024; }  /*gold*/

a:hover {color: #F3B024; 
	text-decoration: none;
}  /*gold*/


h1, .PageHeader{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
/*	color: #155a8d;*/
/*	color: #003399;*/
	color: #1a6aa9;
	margin-top:8px;
	margin-bottom: 8px;
}
/*.PageHeader {  font-family: "Footlight MT Light"; font-size: 30px; font-weight: bolder; color: #003399;	margin-bottom: 8px;margin-top:8px;}*/
/*h1 {  font-family: "Footlight MT Light"; font-size: 30px; font-weight: bolder; color: #003399;margin-bottom: 8px;margin-top:8px;}*/

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #5a79b9;
	margin-top:1px;
	margin-bottom: 2px;
	font-weight:normal;
}	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #026cb6;
	background-color:#F3B024;
	font-weight:bold;
	padding: 4px;
	margin: 0;
	
}		
#wrapper {
	clear: both;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding: 0;
	padding-bottom: 10px;	
}
#wrapper a:hover { color: #F3B024; } /*gold*/  

#header_banner {     /*April 2010 */
	height: 165px;
	width: 900px;
	background-image:url(images/2010_header_bg.jpg);	
	background-repeat:no-repeat;
	background-position:center;
}
#topmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	line-height: 1.6;
	list-style:none;
	margin: 10px;
	float: left;
}
#topmenu li {
}	
#topmenu a {text-decoration:none; width: 10px;}
#topmenu a:link { color: white; }
#topmenu a:visited { color: white; }
#topmenu a:hover { color: #F3B024; } /* gold */


#nav_bar {      /*April 2010*/
	position: absolute;  /* consider using absolute positioning in order to drop navigation to bottom of html code */
	top: 166px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight:bold;
	height: 29px;
	width: 900px;
	background-image:url(images/nav_background.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
}

/* from suckerfish */
#nav, #nav ul { /* all lists */
	padding: 2px 4px 6px 10px;
	margin: 0;
	list-style: none;
	line-height: 1.6;
	z-index: 100;  /* added by GWJ to make sure the menu is always on top */
}
 
#nav a {
	display: block;
	width: 9.5em;  /* default is 10em */
	text-decoration:none;
}

#nav a:link {color: white}
#nav a:visited {color: white}

#nav a:hover { color: #F3B024;
	text-decoration:none; }  /*gold*/

#nav a:active {color: #F3B024; }  /*gold*/
 
#nav li { /* all list items */
	float: left;
	width: 9.5em; /* width needed or else Opera goes nuts */ /* default is 10em */
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	background: #feeaa3;   /*pale gold */
	width: 14em;  /* default is 10em */
	font-size: 12px;  /*normally defaults to setting in #nav a: */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a:link {color:#104898}
#nav li ul a:visited {color:#104898}
#nav li ul a:hover { color: #F3B024;
	text-decoration:none; }  /*gold*/
#nav li ul a {width: 14em}  /* needed for wide menu options */

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 11em;
	background: #026cb6;
	width: 14em;  /*custom for benschool */
	font-size: 12px;	
}
/* custom for benschool */
#nav li ul ul a:link {color: white}
#nav li ul ul a:visited {color: white}
#nav li ul ul a:hover { color: #F3B024;
	text-decoration:none; }  /*gold*/
#nav li ul ul a:active {color: white; }
#nav li ul ul a {width: 14em}   /* needed for wide menu options */
 
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*  IE 7 hack */
#nav li:hover, #menu li.hover {   
    position: static;   
}  
#homecontent{
	clear: left;
/*	color: #333333; */
	color: black;
	padding: 0;
}
 
#content {
	clear: left;
	/*	color: #333333;*/
	color: black;
	padding: 0;
	padding-left: 10px;
	width: 700px;
}

/* end suckerfish */

#content p {
	padding-right: 20px;
}	
#breadcrumbs {
	margin-top: 30px;	/*Needed because of absolute positioning of Navigation for better SEO */
	padding: 5px 10px;
	color: #999999;
	font-size:12px;
}	
#breadcrumbs span {
	position: absolute;
	left: 600px;
}

/*#content a:hover{color: #F3B024;
	text-decoration: none; }  /*gold*/

/*#content a:link {color: #003399;}        /* dark blue like navigation and page headers */

/*#content a:visited {color: #026cb6;}     /* same blue as background */

/*#content a:active {color: #F3B024; }  /*gold*/

#page_background {   /* used on home page - shorter image */
	min-height:500px;
	background-image:url(images/walkers.jpg);	
	background-repeat:no-repeat;
	background-position: top right;
}

/* Styles for home page ********/
#right_col {
	float: right;
}
#left_col { 
	margin: 0 490px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#footer {
	margin-top: 30px;
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
/*	color: #333333;	*/
	color: black;
}
#footer ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
}
#footer ul { 
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: -2px;
	text-align:center;
}
#footer li {
	display: inline;
	padding: 0 30px 0 0;
}	


.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}

#new_online {
	margin-top: 16px;
	width: 288px;
}
#new_online_list {
	background-color:#ececec;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
/*	color: #333333;	*/
	color: black;
	height: 365px;
}
#new_online_list ul { 
	padding: 4px 4px 6px 10px;
	margin: 0;
	list-style: none;
}	
#new_online_list li {
	line-height:1.4;
	padding-bottom:8px;
}	
#calendar {   /*Add styles here that will affect calendar display on parent and 'the school' calendar pages. */
}

#ben_description {
	margin-top: 40px;
	width: 490px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	line-height:1.5;
/*	color: #333333;	*/
	color: black;
}
.sister {
	width: 700px;
}	
.sister span {
	font-size: small;
/*	color: #333333;*/
	color: black;
}
#slide_show {
	margin-left: -10px;
	width: 500px;
	height: 260px;
}
#video_prompt {
	padding-left: 20px;
	padding-right: 20px;
}
.Georgia2ItalicsSmall {  
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px;
	font-style: italic;
	margin-top: -2;
	color: #5a79b9;
	font-weight:bold;
}

#googlesearch {
	position: relative;
	height:48px;  /*increased by 2px to compensate font size changes */
	float: right;
	padding-left: 8px;
	padding-right: 4px;
	border:1px solid black;
	background-color:#ffc20d;
	color:#000000;
}	
#googlesearch p {
	position: relative;  /*** note - custom style in main_2010.dwt for IE 7/compatibility mode *****/
	top:-11px;
	margin-bottom: 3px;
}	

/* The following styles are from dreamweaver templates               */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* The following styles are used for a tab type navigation line on some of the back pages - for example, the parent pages */
#tab_nav_bar {
	width: 700px;
	height: 28px;
	margin-top: 20px;
	font-size:13px;
}
#tab_nav {  /* used for tab like navigation on back pages */
	position: relative;
	top: 5px;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0; 
	text-align: right;
	padding-right: 10px;
}
#tab_nav li {
	display: inline;
}
#tab_nav ul {
	margin-top: 25px;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}	
#tab_nav a {
	padding: 5px 15px;
	text-decoration:none;
	font-weight: bold;
	outline: none;
}
#tab_nav a:link { color: #13368a; }    /*dark blue*/
#tab_nav a:visited { color: #13368a; } /*dark blue*/
#tab_nav a:hover { color: #F3B024; }    /* gold */
.current_tab {
	background: white;
	border: 1px solid #f4bf5a;
/*	border-bottom:none; */
	border-bottom:2px solid white;
}	

#tab_page {
/*	color:#333333;*/
	color: black;
	line-height: 1.6;
	width:650px;
	min-height:430px;
	border-left: #F3B024 solid 1px;
	border-top: 1px solid #f4bf5a;	
	padding-left:15px;
	padding-right:20px;
	padding-top:10px;
/*	line-height:normal;	*/
}
#tab_page p {
/*	line-height:normal;*/
	line-height: 1.6;
}
/* end tab styles */

/* Styles for links running horizonatally under tabs */
#list_nav {  /* used for tab like navigation on back pages */
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	line-height: 1.8;
}
#list_nav li {
	display: inline;
}
#list_nav ul {
	margin-top: 2px;
	margin-bottom: 20px;
	list-style: none;
}	
#list_nav a {
	padding: 1px 10px;
	text-decoration:underline;
	font-weight: bold;
	outline: none;
	font-size: 11px;
}
#list_nav a:link { color: #13368a; }    /*dark blue*/
#list_nav a:visited { color: #13368a; } /*dark blue*/
#list_nav a:hover { color: #F3B024; }    /* gold */

/* End special 'under tab' navigation */


.hilite {
	background-color: #999999;
}	
.indent {
	padding-left: 30px;
}	

/*  From here to end - generally not used in 2010 revision but reluctant to remove entirely (gwj)*/
.GeneralArielText {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.employHeader {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: underline}
.employPositionTitle {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold}
.employPositions {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; list-style-position: inside; list-style-type: none}
.employbottom {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-align: center; color: #003399; background-color: #FFCC00;}
.BenGeorgia2 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px}

.Georgia2Italics {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic}
.newsDate {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #003399}
.newsText {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px}
.newsHeadline {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #003399}
.EventsHeader { font-family: "Footlight MT Light"; font-size: 18px; font-weight: bolder; color: #003399 }
.eventsDate {  font-family: "Footlight MT Light"; font-size: 16px; font-weight: bold; color: #000000}
.SmallPrint {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; text-align: justify}
.BoardName {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bolder; color: #000099}
.BoardCompany {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #333333}
.BoardHeader {  font-family: "Footlight MT Light"; font-size: 24px; font-weight: bolder; text-align:center;}
.ParentHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
/*	color: #003399;*/
	color:#1a6aa9;
	text-align: left;
	line-height:normal;
}
.AuctionItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.ItemDonor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.style6 {color: #996633}
.style7 {
	font-size: 24px;
	color: #000099;
}
.style9 {
	font-weight: bold;
	font-size: 14px;
	color: #FF6633;
}
.red_center_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #FF0000;
	text-align: center;
}
.blue_center {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	text-align: center;
}
.cntr {
	text-align: center;
}	

.red_center {
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}	
.italic_footlight {
	font-family: "Footlight MT Light", serif;
	font-size: 18px;
	color: red;
	font-style:italic;
	text-align: center;
	font-weight: bold;
}	
	
.signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}




/**************** Styles added by Gayle Jayne 12/9/08 **************/
.partner_link {
	font-size: 16px;
	text-align:center;
	font-weight:bold;
}

.head_bg {
/*	height: 190px;
	width: 900px;
	background-image:url(images/header900w.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	

/* used for page not found header in 2010 version */
	height: 165px;
	width: 900px;
	background-image:url(images/2010_header_bg.jpg);	
	background-repeat:no-repeat;
	background-position:center;
	
}
.topmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	line-height: normal;
	line-height: 1.3;
}
a.topmenu:link { color: white; }
a.topmenu:visited { color: white; }
a.topmenu:hover { color: #F3B024; } /* gold */


#headertxt {
	position: relative;
	left: 180px;
	top: -40px;
	width: 550px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
	color:#FFFFFF;	
/*	display: none;*/
}

#navigation {
	position: relative;
	width:160px;
	float: left; 
}

#contentarea {
/*	padding: 0px 25px 0px 15px; */
	padding: 0px 15px 0px 15px;
	margin-left: 160px; 
}

#searcharea {
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 12px}

#searcharea a:visited {color: #9999FF;}

/*********** Site Map Styles *************************/
/* These styles format the navigartion into a more friendly, more accessible site map format */
#sitemap {
}
#sitemap h5 {
	font-size: medium;
	font-weight:bold;
	padding-left: 40px;
}
#sitemap ul {
	list-style:none;
}
#sitemap form {
	padding-left: 40px;
	padding-top: 20px;
}

/*********** Navigation Styles - Gayle Jayne 12/9/08 **********/
/* These styles were used for the left column vertical navigation used for the site in 2009 through July 2010 */

/*dl, dt, dd, ul, li {  /*removed and code added to applicable styles*/
/* margin: 0;
padding: 0;
list-style-type: none;
}*/
/*#menu {
margin: 0;
padding: 0;
list-style-type: none;
width: 10em;
}*/

/*#menu dt {
margin: 0;
padding: 0;
list-style-type: none;
cursor: pointer;
}*/

/*#menu dd {
margin: 0;
padding: 0;
list-style-type: none;
position: absolute;
z-index: 100;
left: 140px;
margin-top: -20px;
}*/
	
/*#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}*/
/*#menu li {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
font-size: 85%;
height: 17px;
line-height: 20px;
}*/
/*#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none; 
}*/

/************************ Menu 1 *****************************/
/*
#menu_01 {
	height: 24px; width: 144px; 
	background: url(nav/menu_01.jpg) top left no-repeat; display: block; }
#menu_01:hover{ background-position: 0 -24px; } 
#menu_01 span{	display: none;}

#sub_01-1 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_01-1.jpg) top left no-repeat;}
#sub_01-1:hover{ background-position: 0 -20px; } 
#sub_01-1:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_01-1 span{	display: none; }

#sub_01-2 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_01-2.jpg) top left no-repeat; }
#sub_01-2:hover{ background-position: 0 -20px; } 
#sub_01-2:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_01-2 span{	display: none; }

#sub_01-3 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_01-3.jpg) top left no-repeat; }
#sub_01-3:hover{ background-position: 0 -20px; } 
#sub_01-3:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%;color: #0000CC}
#sub_01-3 span{	display: none; }

#sub_01-4 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_01-4.jpg) top left no-repeat; }
#sub_01-4:hover{ background-position: 0 -20px; } 
#sub_01-4:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_01-4 span{	display: none; }

#sub_01-5 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_01-5.jpg) top left no-repeat; }
#sub_01-5:hover{ background-position: 0 -20px; } 
#sub_01-5:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%;  color: #0000CC}
#sub_01-5 span{	display: none; }

#sub_01-6 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_01-6.jpg) top left no-repeat; }
#sub_01-6:hover{ background-position: 0 -20px; } 
#sub_01-6:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%;  color: #0000CC}
#sub_01-6 span{	display: none; }

#sub_01-7 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_01-7.jpg) top left no-repeat; }
#sub_01-7:hover{ background-position: 0 -20px; } 
#sub_01-7:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%;  color: #0000CC}
#sub_01-7 span{	display: none; }
*/

/************************* Menu 2 ******************************/
/*
#menu_02 {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_02.jpg) top left no-repeat; }
#menu_02:hover{ background-position: 0 -24px; } 
#menu_02 span{	display: none;}

#sub_02-1 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_02-1.jpg) top left no-repeat; }
#sub_02-1:hover{ background-position: 0 -20px; } 
#sub_02-1:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_02-1 span{	display: none; }

#sub_02-2 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_02-2.jpg) top left no-repeat; }
#sub_02-2:hover{ background-position: 0 -20px; } 
#sub_02-2:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%;  line-height:97%; color: #0000CC}
#sub_02-2 span{	display: none; }

#sub_02-3 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_02-3.jpg) top left no-repeat; }
#sub_02-3:hover{ background-position: 0 -20px; } 
#sub_02-3:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%;  line-height:97%; color: #0000CC}
#sub_02-3 span{	display: none; }

#sub_02-4 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_02-4.jpg) top left no-repeat; }
#sub_02-4:hover{ background-position: 0 -20px; } 
#sub_02-4:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_02-4 span{	display: none; }

#sub_02-5 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_02-5.jpg) top left no-repeat; }
#sub_02-5:hover{ background-position: 0 -20px; } 
#sub_02-5:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_02-5 span{	display: none; }

#sub_02-6 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_02-6.jpg) top left no-repeat; }
#sub_02-6:hover{ background-position: 0 -20px; } 
#sub_02-6:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_02-6 span{	display: none; }
*/

/********************** Menu 3 ************** no submenus **********/
/*
#menu_03 {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_03.jpg) top left no-repeat; }
#menu_03:hover{ background-position: 0 -24px; } 

#menu_03 span{	display: none;}
*/

/********************** Menu 4 ************************************/
/*#menu_04 {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_04.jpg) top left no-repeat; }
#menu_04:hover{ background-position: 0 -24px; } 
#menu_04 span{	display: none;}

#sub_04-1 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_04-1.jpg) top left no-repeat; }
#sub_04-1:hover{ background-position: 0 -20px; } 
#sub_04-1:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_04-1 span{	display: none; }

#sub_04-2 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_04-2.jpg) top left no-repeat; }
#sub_04-2:hover{ background-position: 0 -20px; } 
#sub_04-2:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_04-2 span{	display: none; }

#sub_04-3 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_04-3.jpg) top left no-repeat; }
#sub_04-3:hover{ background-position: 0 -20px; } 
#sub_04-3:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_04-3 span{	display: none; }

#sub_04-4 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_04-4.jpg) top left no-repeat; }
#sub_04-4:hover{ background-position: 0 -20px; } 
#sub_04-4:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_04-4 span{	display: none; }

#sub_04-5 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_04-5.jpg) top left no-repeat; }
#sub_04-5:hover{ background-position: 0 -20px; } 
#sub_04-5:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_04-5 span{	display: none; }
*/

/********************** Menu 5 ************************************/
/*
#menu_05 {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_05.jpg) top left no-repeat; }
#menu_05:hover{ background-position: 0 -24px; } 
#menu_05 span{	display: none;}

#sub_05-1 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_05-1.jpg) top left no-repeat; }
#sub_05-1:hover{ background-position: 0 -20px; }
#sub_05-1:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC} 
#sub_05-1 span{	display: none; }

#sub_05-2 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_05-2.jpg) top left no-repeat; }
#sub_05-2:hover{ background-position: 0 -20px; } 
#sub_05-2:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_05-2 span{	display: none; }
*/

/********************** Menu 6 ************************************/
/*#menu_06 {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_06.jpg) top left no-repeat; }
#menu_06:hover{ background-position: 0 -24px; } 
#menu_06 span{	display: none;}

#sub_06-1 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_06-1.jpg) top left no-repeat; }
#sub_06-1:hover{ background-position: 0 -20px; } 
#sub_06-1:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_06-1 span{	display: none; }

#sub_06-2 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_06-2.jpg) top left no-repeat; }
#sub_06-2:hover{ background-position: 0 -20px; } 
#sub_06-2:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_06-2 span{	display: none; }

#sub_06-3 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_06-3.jpg) top left no-repeat; }
#sub_06-3:hover{ background-position: 0 -20px; } 
#sub_06-3:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_06-3 span{	display: none; }

#sub_06-4 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_06-4.jpg) top left no-repeat; }
#sub_06-4:hover{ background-position: 0 -20px; } 
#sub_06-4:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_06-4 span{	display: none; }
*/

/********************** Menu 7 ************************************/
/*#menu_07 {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_07.jpg) top left no-repeat; }
#menu_07:hover{ background-position: 0 -24px; } 
#menu_07 span{	display: none;}

#sub_07-1 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_07-1.jpg) top left no-repeat; }
#sub_07-1:hover{ background-position: 0 -20px; } 
#sub_07-1:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_07-1 span{	display: none; }

#sub_07-2 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_07-2.jpg) top left no-repeat; }
#sub_07-2:hover{ background-position: 0 -20px; } 
#sub_07-2:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_07-2 span{	display: none; }

#sub_07-3 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_07-3.jpg) top left no-repeat; }
#sub_07-3:hover{ background-position: 0 -20px; } 
#sub_07-3:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_07-3 span{	display: none; }

#sub_07-4 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_07-4.jpg) top left no-repeat; }
#sub_07-4:hover{ background-position: 0 -20px; } 
#sub_07-4:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_07-4 span{	display: none; }

#sub_07-5 {
	height: 20px; width: 124px; display: block; 
	background: url(nav/sub_07-5.jpg) top left no-repeat; }
#sub_07-5:hover{ background-position: 0 -20px; } 
#sub_07-5:hover span{display:block; margin-left: 128px; width:124px; padding: 1em; background:#ffffff; border:1px solid #cccccc; font-size:85%; line-height:97%; color: #0000CC}
#sub_07-5 span{	display: none; }
*/

/********************** Menu 7A ************* no submenus *** added 11/3/09 ***/
/*
#menu_7A {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_7A.jpg) top left no-repeat; }
#menu_7A:hover{ background-position: 0 -24px; } 
#menu_7A span{	display: none;}
*/

/********************** Menu 7B ************* no submenus *** added 11/3/09 ***/
/*
#menu_7B {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_7B.jpg) top left no-repeat; }
#menu_7B:hover{ background-position: 0 -24px; } 
#menu_7B span{	display: none;}
*/

/********************** Menu 8 ************** no submenus **********/
/*#menu_08 {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_08.jpg) top left no-repeat; }
#menu_08:hover{ background-position: 0 -24px; } 
#menu_08 span{	display: none;}
*/

/********************** Menu 9A ************** no submenus, used seasonally **********/
/*
#menu_9A {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_9A.jpg) top left no-repeat; }
#menu_9A:hover{ background-position: 0 -24px; } 
#menu_9A span{	display: none;}
*/

/********************** Menu 9B ************** no submenus, used seasonally **********/
/*
#menu_9B {
	height: 24px; width: 144px;	display: block; 
	background: url(nav/menu_9B.jpg) top left no-repeat; }
#menu_9B:hover{ background-position: 0 -24px; } 
#menu_9B span{	display: none;}
*/

/************************* Search Box Label *****************************************/
/*
#search {
	height: 24px; width: 144px; display: block;
	background: url(nav/searchwhite.jpg) no-repeat; }
#search span{ display: none;}
*/
/*******************************  End menu system ***********************************/


/******************  Other Styles to replace/organize inline styles - gwj ************/
.blueitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
/*	color: #026cb6; */
	color: #5a79b9;
}
.mediumsize {
	font-family:"Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
/*	font-weight: bold; */
	color:black;
}
.padtext {
	padding: 1em;
}
.padright {
	padding-right:1em;
}
.Georgia2ItalicsBlue {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #5a79b9;
}		


/**************** Media Center and related video page styles ******* 11/4/09 */
#video_content {
	margin: 0;
	padding: 10px;
	background-color: #026cb6;
	height:490px;
}
#video_caption {
	background-color: #026cb6;
	text-align:center;
	font-size: medium;
	font-style: italic;
	color: #FFFFFF;
}
#wboc_table {
	border: outset;
	border-color: #FFFFFF;
	text-align:center;
	color: #FFFFFF;
	font-size: large;
	width: 200px;
	padding: 10px;
	margin-left: 200px;
}	
#wboc_table a {
	color: #FFFFFF;
	text-decoration: none;
}
#wboc_table a:hover {
	text-decoration:underline;
}

.white_italic {
	font-style:italic;
	color: white;
}
.big_gold {  font-family: "Footlight MT Light"; font-size: 32px; font-weight: bolder; color: #F3B024;	margin-bottom: 8px;margin-top:8px;}
.graphics_tables {
	border: #F3B024 2px solid;
}
.graphics_tables p {
	color: black;
	font-size: 12px;
	padding: 0 12px;
}	

/*  The following styles are for the Spring Benefit page.  Although they are in this main stylesheet, they are 
/*  duplicated as inline styles in SB2011mainpage.htm.  Linking BenSyle.css to the Spring Benefit Page caused all
/*  kinds of problems with text.   Gayle Jayne 3/17/2011 */
#whos_coming {
	margin-top: 16px;
	margin-left: 40px;
	width: 300px;
	background-color:#ececec;	
}
#whos_coming_list {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: black;
}
#whos_coming_list ul { 
	padding: 4px 4px 6px 10px;
	margin: 0;
	list-style: none;
}	
#whos_coming_list li {
	line-height:1.4;
	padding-bottom:8px;
}	

