body{
	background-color:#DFEADA;
}

p {
	color:#00573d;
	font-size:75%;
	margin-bottom:5px;
}

a {
	color:#61A442;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr{
	color:white;
	border:0; 
	background-color: white; 
	height:1px;
	margin-bottom:10px;
}

#bodycontainer{
	text-align:center;
	font-family: sans-serif;
}

#contentcontainer{
	text-align:left;
	margin: 0px auto;
	width:950px;
}

#header-logo{
	margin:20px 0px 0px 20px;
}

#leftcontent{
	float:left;
	width:450px;
}

#rightcontent{
	padding-top:20px;
	float:left;
	width:500px;
}

#headshots{
	border-style:none;
}

#headshots img{
	border-style:none;
	padding-right:5px;
}

#links{
	float:left;
	width:100%;
	padding-bottom:20px;
}

#links a{
	text-decoration:none;
	color:#61A442;
	font-size:75%;
}

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

.linkbody{
	padding-top:20px;
	display:none;
}

.bodydesc{
	padding-top:20px;
	padding-bottom:375px;
	display:none;
}

.body_top_left{
	float:left;
	width:220px;
}

.body_top_right{
	float:left;
	width:150px;;
}

.body_top_right p{
	text-align:right;
}

.body_content{
	float:left;
	width:75%;
}

.body_content p{
	width:325px;
}

