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


.logobar {
	color: #036;
	font-size: 13px;
	line-height: 13px;
	border-bottom: solid #fff 30px;
	border-left: solid #fff 35px;
}

.nav {
	color: #036;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid #fff 30px;
	border-right: solid #fff 35px;
	}
	
.nav a:link {
	color: #036;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}
	
.nav a:hover {
	color: #666;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}
	
.nav a:visited {
	color: #036;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}
	
.nav a:active {
	color: #036;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	}

.subnav {
	color: #036;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 14px;
	}
	
.subnav a:link {
	color: #666;
	text-decoration: none;
	}
	
.subnav a:hover {
	color: #036;
	text-decoration: none;
	}
	
.subnav a:visited {
	color: #999;
	text-decoration: none;
	}
	
.subnav a:active {
	color: #666;
	text-decoration: none;
	}


#nav_about {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 632px;
	height: 14px;
}

#nav_fellowships {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 729px;
	height: 14px;
}

#nav_news {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 778px;
	height: 14px;
}

#nav_lead {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 865px;
	height: 14px;
}


/* COMMON SUBHEADING STYLES */

.subhead_blue {
	color:#fff;
	font-weight: bold;
	background-color:#036;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	width: 150px;
	margin-top: 10px;
}

.subhead_blue a:link {
	color:#fff;
	text-decoration: none;
}

.subhead_blue a:hover {
	color:#fff;
	text-decoration: none;
}

.subhead_blue a:active {
	color:#fff;
	text-decoration: none;
}

.subhead_blue a:visited {
	color:#fff;
	text-decoration: none;
}

.subhead_blueWide {
	color:#fff;
	font-weight: bold;
	background-color:#036;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	width: 372px;
	margin-top: 10px;
}

.subhead_blueWidest {  
	color:#fff;
	font-weight: bold;
	background-color:#036;
	line-height: 13px;
	padding: 8px 8px 6px 10px;
	display: block;
	margin-top: 10px;
}

.subhead_blueSidebar {
	color:#fff;
	font-weight: bold;
	background-color:#036;
	line-height: 13px;
	padding: 8px 8px 6px 35px;
	display: block;
	width: 150px;
}



/* COMMON TEXT STYLES */

.textCell {
	background-color: #cccccc;
	border-right: solid #fff 14px;
}

.textCell_side {
	background-color: #cccccc;
}

.textCell_sideBlue {
	background-color: #036;
}

.textFirst {
	line-height: 16px;
	padding: 0px 6px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.textFirst a:link {
	color: #000;
}

.textFirst a:hover {
	color: fff;
}

.textFirst a:visited {
	color: #036;
}

.text {
	line-height: 16px;
	padding: 0px 6px 10px 10px;
}

.text a:link {
	color: #000;
}

.text a:hover {
	color: fff;
}

.text a:visited {
	color: #036;
}

.text_sideBlue {
	color: #FFF;
	line-height: 16px;
	padding: 0px 6px 10px 10px;
}

.text_sideBlue a:link {
	color: #FFF;
}

.text_sideBlue a:hover {
	color: #39c;
	text-decoration: none;
}

.text_sideBlue a:visited {
	color: #FFF;
}

.text_sideBlue a:active {
	color: #FFF;
}



/* COMMON QUOTE STYLES */

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 20px;
	line-height: 24px;
	padding-right: 3px;
}

.quote_sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #999;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 30px 0px 25px;
}

.quote_attrib {
	color: #036;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 0px 6px 30px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

.quote_sidebarAttrib {
	color: #036;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 30px 30px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* COMMON ALIGNMENT STYLES */

#align_right {
	float: right;
}

#align_left {
	float: left;
}

.headshot {
	float: right;
	padding: 10px 0px 6px 10px;
	}

.picture_right {
	float: right;
	padding: 10px 0px 10px 10px;
}

#picture_leftWide {
	float: left;
	padding: 10px 30px 10px 0px;
}


/* COMMON LIST STYLES */

ul {
	list-style-image: url(../images/bullet.gif);
	padding-left: 1em;
	margin-left: 10px;
	padding: 0px;
}

li {
	padding: 4px 0px 4px 0px;
}



/* COMMON FOOTER STYLES */

.footer {
	color: #036;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 35px 10px 10px 0px;
}

.footer a:link {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #036;
	text-decoration: none;
}

.footer a:active {
	color: #666;
	text-decoration: none;
}

.footer a:visited {
	color: #999;
	text-decoration: none;
}
