body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}

h1
{
  margin-left: 40px;
}

h2
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#cmsMiddleBlock
{
}

/* 
NOTE: Used to allow containing block to expand to height of it's largest FLOATing child
*/
div.clear
{
	clear: both;
	display: block;
}

#cmsPageContainer1 {
	width:600px;
	height:100%;
	
}
#cmsPageContainer2 {
	width:600px;
	height:100%;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}
#banner
{
  visibility: hidden;
  height: 0px;
  overflow:hidden;
}
#banner img
{
  height: 0px;
  width: 0px;
}
#printbanner
{
  background-image: url(../images/print_banner.gif);
  background-repeat: no-repeat;
  height: 68px;
}
#cmsContentOuter {
	float:left;
	width:600px;
	text-align:center;
	padding:25px 25px 25px 25px;

}
#pagetitle {
	float:left;
	width:600px;
	text-align:left;
	padding:0px;
}

#cmsContentInner1 {
 	text-align:left;
	height: 460px;
	width: 600px;
	padding:10px 0px 10px 10px;
	margin: 0 auto;

}

#imagemap {
	float:left;
	width:479px;
	
}
#biocontainer {
	float:left;
	width:251px;
	text-align:left;
	padding-top:110px;
}
.biobox {
	float:left;
	width:196px;
	height:409px;
	margin-left:20px;
}
.bioname {
	font-size: 12px;
	font-weight: bold;
}
	
.shortBiography
{
	font-size: 11px;
	margin: 18px;
	width: 154px;
	height: 340px;
	overflow: hidden;
}
#footer {
	width:100%;
	background-image:url(../images/bg_footer_top.jpg);
	background-repeat:repeat-x;
	text-align:center;
	clear:both;
}
#footerText {
	width:600px;
	height:20px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
  font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#000E74;
}
#footerseperator {
	width:600px;
	height:auto;
}
#footerTextleft {
	float:left;
	text-align:left;
	padding-left:35px;
	width:350px;
}
#footerTextright {
	float:left;
	text-align:left;
	padding-left:35px;
	width:350px;
}
#footer a {
  font-size: 10px;
	color:#000E74;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}
