body{
	background-color: #DFE0E7;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container{
	width:780px;
	margin:auto;
	margin-top:15px;
	margin-bottom:25px;
	padding:0px;
}

#head_t{
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	background-image: url(images/topbox.png);
	background-position: top;
	background-repeat: no-repeat;

	background-color: #ffffff;

}

#head_b{
	width: 100%;
	margin: 0px;
	padding: 0px;

	background-image: url(images/topbox_reverse.png);
	background-position: bottom;
	background-repeat: no-repeat;

}

#menu_t{
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(images/menutop.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #718366;
}

#menu_b{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menubottom.png);
	background-position: bottom;
	background-repeat: no-repeat;


}


#main_t{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/maintop.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	clear: both;
}

#main_b{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;


}


#header{
	padding: 20px 40px 25px 40px;
	color: #98B18B;
	
}
#header img{
	border: none;
}
#header h1{
	margin: 0px;
	font-size: 250%;
}
#header h1 a{
	color:#98B18B;
	text-decoration: none;
}
#header h2{
	margin: 0px;
	font-size: 130%;
}
.menuitem{
	color: white;
	line-height: 140%;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-weight: bolder;
	font-size: 120%;
	float: left;
	
}
.menuitem a{
	text-decoration: none;
	color: White;
}
.menuitem a:hover{
	text-decoration: underline;
}

.menuitem-donate{
	color: #D3C2B2;
	font-style:italic;
	line-height: 140%;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-weight: bolder;
	font-size: 120%;
	float: right;
	
}
.menuitem-donate:hover{
	background-image: url(images/donate-hover.png);
	background-position: top;
	background-repeat: no-repeat;
}
.menuitem-donate a{
	text-decoration: none;
	color: white;
}
.menuitem-donate a:hover{
	color: white;
	text-decoration: underline;
	
}


#maincontent{
	padding: 10px 15px 15px 30px;
}
#maincontent a, #maincontent a:visited{
	color: #8BA27F;
}
#maincontent a:hover{
	color: #5C3E20;
}
#maincontent h1{
	color:#98B18B; 
	margin: 6px 0px 0px 0px;
}
#footer{
	text-align: center;
}

#login, #login a, #login a:visited{
	color: #D6EDCA;
	text-decoration: none;
}

#login a:hover{
	color: Gray;
	text-decoration: underline;
}

.heading{
	font: bold 150% Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #98B18B;
}
.brd_name{
	color: #7A936D;
	font-weight: bold;
	font-size: 130%;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.brd_title{
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-variant: small-caps;
	font-size: 110%;
}

.brd_info{
	margin:0px;
	padding: 0px 0px 35px 20px;
}

.subhead1{
	color: #7A936D;
	font-size: 115%;
	border-bottom: 2px solid #7A936D;
}
.subhead2{
	color: #7A936D;
	font-style:italic;
}

.newstitle{
	color: #98B18B;
		margin: 0px;
	font-size: 130%;
	font-weight: bold;
}

.newsarticle{
	padding-left: 25px;
	margin-bottom: 50px;
}

.emphHeader{
	font-weight: bold;
	font-variant: normal;
	font-size: 120%;
	font-style: italic;
}

.donationLink{
	color: #8BA27F;
	font-weight: bold;
	font-size: 130%;

}
#bio-title{
		color:#98B18B;
		margin: 6px 0px 0px 0px;
		padding-bottom:18px;
		font-weight: bold;
		font-size: 150%;
		text-align: center;
}
.schol-bio_name{
	color: #7A936D;
	font-weight: bold;
	font-size: 130%;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.schol-bio_info{
	margin:0px;
	padding: 0px 0px 20px 20px;
}

#donate-ribbon{
float: right;
	position: relative;
	top: -20px;
	left: 40px;
}