@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
a {text-decoration:none;
	font-family: Hoefler Text}

span {
 color: #a40d12;
 }

.textborder {
 border: 3px solid #CCCC33;
 padding: 0px;}
 
.leftmenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	vertical-align:baseline;
	
 }
 .leftmenu h3
 {
	font-family: Hoefler Text, Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 120%;
	clear: both;
	}
 
  .leftmenu h1
 {
	font-family: Hoefler Text, Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 120%;
	clear: both;
	}
 
 .leftmenu a
 { color: #fff}
 
 .mugshot {
		float: left;
		clear: both;
		padding: 3px;
		border: 1px solid #CCCC33;
		margin: 12px 5px 0 0;
	}
	.bio {
		float: left;
		width: 450px;
		margin: 10px auto;
		min-height: 150px;
	}
 
 

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
		
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
	background-color: #663399;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/



/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px ;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: rgb(164,13,18);
	padding: 0.5em 0.75em;
	color: white;
	text-decoration: none;
	font-family: hoefler text, arial;
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: rgb(164,13,18);
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #fff;
	color: rgb(164,13,18);
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
<!--copied from old site-->

body {
	font-family: Hoefler Text;
	text-align: center;
	background-color: #F9F5EC;
	color: #000000;
	padding: 20px 0;
	margin: 0;
}


#container {
	text-align: left;
	background-image: url("values.html");
	background-repeat: repeat-y;
	background-color: #F9F5EC;
	width: 770px;
	margin: 0px auto;
}




/* HEADER  */

#header {
	width: 770px;
}



/* SIDEBAR  */

#sidebar {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0 0 40px 0;
}
#sidebar a {
	color: #003366;
	text-decoration: none;
}
#sidebar a:hover {
	color: #993300;
}
.sidebarLinkHeader {
	margin-top: 10px;
}
.sidebarLinkBox {
	font-family: Hoefler Text,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 10px;
}
.date {
	font-family: Hoefler Text,Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;

	margin: 0;
	padding: 0 0 0 10px;
}

.redtitle {
	font-family: Hoefler Text, Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
	line-height: 120%;
	margin-top: 20px;
	clear: both;
}
/* MAIN  */
#main {
	width: 590px;
	font-family: Hoefler Text, Georgia, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 150%;
	margin: 0px;
	padding: 10px 0 40px 8px;
	float: left;
}

/* FOOTER  */
#footer {
	font-family: Hoefler Text, Tahoma, sans-serif;
	font-size: 10px;
	background-color: #fff;
	color: #000;
	border-top: 1px solid #B6C7B0;
	margin: 0 5px;
	padding: 10px 0 10px 10px;
	width: 100%;
	text-align: center;
	clear: both;
}
#footer a {
	color: #356526;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* HEADINGS  */

h1, h2 {
	font-family: Hoefler Text, Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333399;
	line-height: 120%;
	clear: both;
}
h3 {
	font-family: Hoefler Text, Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
	line-height: 120%;
	margin-top: 20px;
	clear: both;
}
h4, h5, h6 {
	font-family: Hoefler Text, Georgia, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* MISCELLANEOUS LAYOUT ELEMENTS  */

.form {
	border: 1px solid #DDCFAF;
	padding: 10px;
	background-color: #F8F9E6;
	font-family: Hoefler Text, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.table {
	border: 1px solid #DDCFAF;
	padding: 10px;
	margin: 10px 0;
	background-color: #F8F9E6;
}
.table table {
	font-family: Hoefler Text, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.quote {
	font-family: Hoefler Text, Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	margin: 30px;
	border-top: 1px solid #DDCFAF;
	padding: 20px;
}
.quoteSource {
	font-variant: small-caps;
	text-align: right;
	margin: 0;
}


.morelink {
	font-style: italic;
}
	


/* SCHEDULE  */

.schedTable			{	width: 560px;
						border: 1px solid #000000;
					}
.schedTitle 		{	background: #D2D7EB;
						text-align: center;
						font-family: Hoefler Text, Tahoma, sans-serif;
						font-size: 20px;
						padding-top: 8px;
						padding-bottom: 8px;
						border: 1px solid #000000;
					}
.schedA 			{	background: #DBEBEA;
						text-align: center;
						font-family: Hoefler Text, Tahoma, sans-serif;
						font-size: 12px;
						padding-top: 2px;
						padding-bottom: 2px;
						border-top: 1px solid #000000;
						border-left: 1px solid #000000;
					}
.schedB 			{	background: #D9D9D9;
						text-align: center;
						font-family: Hoefler Text, Tahoma, sans-serif;
						font-size: 10px;
						border-top: 1px solid #000000;
						border-left: 1px solid #000000;
					}
.schedC 			{	background: #FFFFFF;
						text-align: center;
						font-family: Hoefler Text, Tahoma, sans-serif;
						font-size: 10px;
						border-top: 1px solid #000000;
						border-left: 1px solid #000000;
					}
.schedInst			{	font-family: Hoefler Text, Tahoma, sans-serif;
						font-size: 9px;
						font-weight: normal;
						color: #746FA1;
					}
