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;
	scrollbar-base-color: #e2e27f;
	scrollbar-arrow-color: #cd3301;
	scrollbar-DarkShadow-Color: #c1c123;
	background-image:url(../images/bg_fulltop.jpg);
	background-repeat:repeat-x;
}

h1
{
}

h2
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

a 
{
	text-decoration: underline;
}
a:hover, a:active
{
	text-decoration: none;
}

#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:100%;
	height:100%;
	text-align: center;
	
}
#cmsPageContainer2 {
	width:780px;
	height:100%;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background-image:url(../images/bg_main.jpg);
	text-align: left;
}
#topbanner {
	width:780px;
	height:68px;
	margin:0px;
	padding:0px;
	display:block;
}
#topbanner a
{
}

#bannernav {
	float:left;
	width:780px;
	height:54px;
	margin:0px;
	padding:0px;

}
#nav
{
	float:left;
	width:521px;
	height:32px;
	margin:0px;
	padding:0px;
	border:0px;
	display:block;
	white-space: nowrap;
}

#nav a
{
	padding: 0px;
	margin: 0px;
	display: inline;
}
#nav img {
	padding: 0px;
	margin: 0px;
}

#bannerleft {
	float:left;
}
#belownav {
	float:left;
	width:521px;
	height:22px;
}
#cmsContentOuter {
	float:left;
	width:730px;
	text-align:center;
	padding:25px 25px 25px 25px;
	background-image:url(../images/bg_main.jpg);

}
#pagetitle {
	float:left;
	width:780px;
	text-align:left;
	padding:0px;
	background-image:url(../images/bg_main.jpg);
}

#cmsContentInner1 {
 	text-align:left;
 	min-height: 460px;
	_height: 460px;
	width: 650px;
	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;
	background-image: url(../images/biography_box.jpg); 
	background-repeat:no-repeat;
	width:196px;
	height:409px;
	margin-left:20px;
}
.bioname {
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
}
	
.shortBiography
{
	font-size: 11px;
	color:  #ffffff;
	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:780px;
	height:20px;
	background-image:url(../images/bg_main_footer.jpg);
	margin:0 auto;
	padding:0px 0px 0px 0px;
  font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#000E74;
}
#footerseperator {
	width:738px;
	height:auto;
}
#footerTextleft {
	float:left;
	text-align:left;
	padding-left:35px;
	width:350px;
}
#footerTextright {
	text-align:right;
	padding-right:10px;
	width:350px;
	float:left;
}
#footer a {
  font-size: 10px;
	color:#000E74;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}

/* ----------------------------------------------------------------------- */
/* Forms                                                                   */
/* ----------------------------------------------------------------------- */

div.contactForm
{
  width: 100%;
}

div.entryForm
{
  width: 100%;
}

div.addressEntry_address
{
  width: 100%;
}

div.addresseEntry_additionalAddress
{
  width: 100%;
}

table.entryFormTable,
table.customerEntryTable,
table.addressEntryTable
{
  border-collapse: collapse;
  border: none 0px #ffffff;
}

td.titleField
{
  height: 25px;
  width: 140px;
  vertical-align: middle;
  text-align: left;
}

td.entryField
{
  white-space: nowrap;
}

td.titleMain
{
  height: 25px;
  text-align: left;
}

.mandatory
{
  color: #ff0000;
}

.contactForm .titleField
{
  vertical-align: top;
}