body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 3px;
	background-image: url(/_img/body_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a{
	font-size: 13px;
	font-weight: bold;
	color: #8C4A28;
}
a:hover{
	text-decoration: none;
	color: #D99C7B;
}
a:visited{
	
}

#maincontainer{
	width: 750px;
	border: 1px solid #555;
}
/*#topnav{
	background-image: url(/new/_img/topnav_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 32px;
}*/
#topnavcontainer{
		border: 1px solid #555;
		width: 752px;
}
#topnav{

	text-align: right;
	height: 12px;
background-color: #f2d9a1;
}

#topnav a{
border-left: 1px solid white;
height: 12px;
padding-left: 10px;
padding-right: 10px;
margin: 0;
text-decoration: none;
}
#mainphoto{
	
}
#nav{
	height: 29px;
	background-image: url(/_img/nav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #F4DBA5;
}
#navaccent{
	height: 7px;
	background-image: url(/_img/navaccent.gif);
	background-repeat: repeat-x;
}
#maincontent{
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
	line-height: 1.5;
}
#maincontent p{
	font-size: 13px;
	margin-top: 3px;
}

#maincontent h1{
	border-bottom: 2px solid #D6B894;
	color: #646464;
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

#maincontent h2{
	color: #959494;
	font-size: 15px;
	display: block;

	line-height: 20px;
}

#affiliations{
	width: 200px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 10px 10px 0px;
}
#affiliations h2{
	margin-top: 0;
}
#affiliations img{
	padding-top: 10px;
}

#bodytext{
	float: right;
width: 515px;
}


#footer{
	background-image: url(/new/_img/footer.gif);
	background-repeat: repeat-x;
	background-color: #F4DBA5;
	height: 59px;
	width: 750px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #8D472D;
}
ul{
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}


.callout{
	float: right;
}

.callout .top{
	background-image: url(/_img/callout_top.gif);
	width: 182px;
	height: 25px;
font-size: 12px;
font-weight: bold;
text-indent: 10px;
color: #8C4A28;
}

.callout .mid{
	background-image: url(/_img/callout_body.gif);
	background-color: #FAF2DE;
padding: 0 4px;
}
.callout .bottom{
	background-image: url(/_img/callout_bottom.gif);
	width: 182px;
	height: 11px;
}