@import url("global.css");

#Subpagebox{
background:url(../images/SubpageboxBG.gif) repeat-y;
color:#473b31;
display:table; /* allows DIVS to float */
font:12px Georgia, "Times New Roman", Times, serif;
width:998px;
}
#SubpageContent{
background:url(../images/SubpageContentBG.gif) repeat-x #f6f1eb;
display:inline;
float:left;
padding:55px 20px 20px 20px;
width:671px; /*711px*/
}
	#SubpageContent a{
	text-decoration:underline;
	color:#473b31;
	}
	#SubpageContent a:hover{
	color:#b06e50;
	}
	#SubpageContent ul{
	padding:0 0 0 20px;
	}
	#SubpageContent li{
	padding:0 0 3px 0;
	}
		.FloatImgRight{
		float:right;
		padding:0 10px 10px 10px;
		}
	
#MeetViera{
width:671px;
}
	#MeetViera ul{
	display:table;
	}
	.affiliations{
	float:left;
	list-style:none;
	padding:0 20px 10px 0;
	text-align:center;
	width:130px;
	}
	.affiliations a{
	display:block;
	}
	
#MeetMckane{
width:671px;
}