@charset "utf-8";
/* CSS Document */

body {
	background-color: #F3BC49;
	margin-top: 0px;
	margin-bottom: 0px;
}


P {
	margin-bottom: 1em;
	margin-top: -0.50em;
}

a {
	color:#600
}

a:hover {
	text-decoration: none;
}

/*Font Styling Information Below:*/

		/* Title style */
			H1 {
				color: #600;
				font-size: medium;
			}
		
		/* Sub-title style */
			H2 {
				font-size:medium;
				font-style: italic;
				font-weight: lighter;
			}
			
		/* Header style */
			H3 {
			font-size:small;
			font-weight: bold;
			}
		
		/* Block quotes style */
			H4 {
				font-size:small;
				margin-left: 15px;
				font-weight: bold;
			}
		
		/* Block quotes style with different colored background */
			H5 {
			font-size:small;
			margin-left:15px;
			font-weight:normal;
			background-color: #E9C19E;
			padding-bottom: 7px;
			padding-left: 7px;
			padding-right: 7px;
			padding-top: 12px;
			}

/*End Font Styling Information*/

#shadow {
	background-repeat: repeat-y;
	background-position: center;
	width: 864px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/shadow-o.png);
}

table.main {
	height: 100%;	 
}
table.main th {
}
table.main td {
	text-align: left;
	vertical-align:top;
}
</style>

.pipe {
	padding: 0px;
	}
.pipe ul {
	display: inline;
	color: #660000;
	font-weight: bold;
	} 
.pipe ul li {
	list-style: none;
	display: inline;
	padding-right: 15px;
	color: #660000;
	font-weight: bold;
	}
.pipe ul li a {
	float: left;
	color: #660000;
	text-decoration: underline;
	padding: 0px 15px 0px 0px;
}
.pipe ul li a:hover {
	color: #300;
	text-decoration: none;
}

.navbar {
	padding: 0px;
	}
.navbar ul {
	margin-left: 0px;
	display: inline;
	color: #FFC;
	font-weight: bold;
	line-height: 1;
	} 
.navbar ul li {
	margin-left: 0px;
	list-style: none;
	display: inline;
	padding: 7px;
	color: #FFC;
	font-weight: bold;
	border-right-style: dotted;
	padding-left: 7px;
	float: right;
	border-color: #FFC;
	border-right-width: 1px;
	}
.navbar ul li a {
	float:left;
	color: #FFC;
	text-decoration:none;
	}
.navbar ul li a:hover {
	color: #E9C19E;
	text-decoration: underline;
	}
.navbar ul li.search a {
	margin: 0px 0px 0px 0px;
	background: none;
	}
.navbar ul li.lastitem a {
	background: none;
	}
.navbar ul li.lastitem a:hover {
	color:#E9C19E;
	text-decoration: underline;
	}

.footbar {
	padding: 0px;
	}
.footbar ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	color: #660000;
	line-height: 1;
	} 
.footbar ul li {
	margin-left: 0px;
	list-style: none;
	display: inline;
	padding: 5px;
	color: #660000;
	}
.footbar ul li a {
	color: #660000;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	}
.footbar ul li a:hover {
	color: #300;
	text-decoration: none;
	font-weight: bold;
	}

.bottombar {
	padding: 5px;
	font-size:11px
	}
.bottombar a {
	color: #660000;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	}
.bottombar a:hover {
	color: #300;
	text-decoration: none;
	}
.bottombar ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	color: #660000;
	} 
.bottombar ul li {
	margin-left: 0px;
	list-style: none;
	display: inline;
	padding-right: 5px;
	color: #660000;
	}
.bottombar ul li a {
	color: #660000;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	}
.bottombar ul li a:hover {
	color: #300;
	text-decoration: none;
	font-weight: bold;
	}

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #660000;
	width: 200px;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	white-space: normal;
	border: 1px solid #E9C19E;
	vertical-align: top;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #660000;
	margin: 0px;
	padding: 7px;
	cursor: pointer;
/*	-moz-user-select: none;
	-khtml-user-select: none; */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	height: auto;
	background-color: #FFC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #BC3E07;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 7px;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	background-color:#BC3E07
}
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color:#BC3E07

}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}

.acc_tab {
	color:#FFC;
	text-decoration: none;	
}

.acc_first {
	background-color:#E9C19E;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

.acc_content {
	color:#660000;
}
a.acc_content {
	text-decoration:none;
}
a:hover.acc_content {
	text-decoration:underline
}

.newsletter {
	margin-top:13px;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: top;
}
.newsletter a.header {
	text-decoration:none;
	color: #660000;
	font-weight: bold;
	font-size: medium;
}
.newsletter a.links {
	color:#660000;
}

.main_table {
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	margin-top:1px;
	background-color: #FFF;
	padding-top:12px;
        padding-left:5px;
}

.AccordionPanelTab:hover {
		background-color: #BC3E07;
}

.AccordionPanelContent {display:none;}

div#academic div#sub_academic, div#students div#sub_students, div#research div#sub_research, div#community div#sub_community, div#training div#sub_training, div#publications div#sub_publications, div#news div#sub_news, div#resource div#sub_resource, div#advocacy div#sub_advocacy, div#gift div#sub_gift, div#advisory div#sub_advisory {display:block;}


div#academic div#sub_academic {display:block;}
div#students div#sub_students {display:block;}
div#research div#sub_research {display:block;}
div#community div#sub_community {display:block;}
div#training div#sub_training {display:block;}
div#publications div#sub_publications {display:block;}
div#news div#sub_news {display:block;}
div#resource div#sub_resource {display:block;}
div#advocacy div#sub_advocacy {display:block;}
div#gift div#sub_gift {display:block;}
div#advisory div#sub_advisory {display:block;}


@charset "UTF-8";

