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

body{
	background-color: #d5dadf;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
}

h1{ /* use for bio names */
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: left;
}

h2 { /* use for bio attribute */
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 15px;
	text-align: left;
}

h3{ /* use for other titles */
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: left;
}

.sources { /* use for citing sources*/
	font-size: 11px;
	font-weight: normal;
	/*font-style: italic;*/
	text-align: center;
}

.stats { /* use for stats*/
	font-size: 14px;
	font-weight: normal;
}

a:link {
	color: #534741;
	text-decoration: none;
}

a:visited {
	color: #534741;
	text-decoration: none;
}

a:hover {
	color: #534741;
	text-decoration: none;
}

a:active {
	color: #534741;
	text-decoration: none;
}

#content{
	width: 750px;
	background-color: #ffffff;
	border: solid #534741 1px;
	padding: 25px;
	color: #534741;
	margin: 50px auto;
}

#massive{
	width: 751px;
	min-height: 289px;
	background-repeat: no-repeat;

}

div.promoMass a:link{
	height: 289px;
	width:751px;
	display: block;
}


#nav{
	width: 751px;
	background-repeat: repeat-x;
}

#page-titles{
	border-bottom: solid #534741 1px;
	font-size: 26px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	margin-top: -10px;
}

#side-nav{
	color: #534741;
	width: 295px;
	float: left;
	padding-top: 25px;
}

#contact{
	color: #534741;
	font-size: 12px;
	width: 185px;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 25px;
	border:  solid 1px #534741;
}

#main{
	color: #534741;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 15px;
	padding-top: 25px;
	width: 450px;
	text-align: justify;
}

#main a:link{
	color: #2D2623;
}

#main a:visited{
	color: #423833;
}

#main a:hover{ 
	text-decoration: underline;
}

#main a:active{
	text-decoration: underline;
	color: #423833;
}

.bios img {
	margin-left: 18px;	
	margin-bottom: 15px;
	border: solid #534741 1px;
}

#bottom-nav{
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 25px;
}

#footercredits{
	font-size:10px;
	text-align: center;
	margin-top: 25px;
}

#footercredits a:hover {
	color: #322A23;
	text-decoration: underline;
}


.menuItem {
	font-size: 18px;
	line-height:20px;
	}
.name {
	font-size: 16px;
	line-height:20px;
	}

.affiliation{
	font-style: italic;
	font-size: 14px;
}

#bottom-nav a:link {
	color: #534741;
	text-decoration: none;
}

#bottom-nav a:visited {
	color: #534741;
	text-decoration: none;
}

#bottom-nav a:hover {
	color: #534741;
	text-decoration: underline;
}

#bottom-nav a:active {
	color: #534741;
	text-decoration: underline;
}

.highlight {
	color: #fff;
	visibility: hidden;
}

a:link .highlight {
	color: #445a6f;
	text-decoration: none;
	visibility: hidden;
}

a:visited .highlight {
	color: #445a6f;
	text-decoration: none;
	visibility: hidden;
}

a:hover .highlight {
	color: #534741;
	text-decoration: none;
	visibility: visible;
}

a:active .highlight {
	color: #534741;
	text-decoration: none;
	visiblity: visible;
}
