/* CSS Document */


body{
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
}
#containerDiv{
	position: absolute;
	left: 50%;
	width: 808px;
	margin-bottom: 0px;
	margin-left: -404px;
	background-image: url(images/white_bkg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 20px;
	padding-top: 10px;
}
#headerDiv{
	position: absolute;
	height: 142px;
	width: 780px;
	background-color: #FFFFFF;
}
#menuDiv{
	position: absolute;
	top: 160px;
	height: 30px;
	width: 780px;
	background-color: #00AAFF;
}	
#newsDiv{
	position: absolute;
	top: 200px;
	height: 790px;
	width: 245px;
	left: 20px;
}	
#featureDiv{
	position: absolute;
	top: 200px;
	left: 275px;
	height: 252px;
	width: 525px;
	padding: 0px;
}
#midsectionADiv{
	position: absolute;
	top: 472px;
	left: 275px;
	width: 258px;
	height: 248px;

}
#midsectionBDiv{
	position: absolute;
	top: 472px;
	left: 543px;
	width: 258px;
	height: 248px;

}
#flashviewerDiv{
	position: absolute;
	top: 730px;
	left: 275px;
	width: 525px;
	height: 260px;
	background-color: #00AAFF;

}
#mainDiv{
	position: absolute;
	top: 200px;
	left: 275px;
	height: 520px;
	width: 525px;
	background-color: #00AAFF;
	padding: 0px;
}
#footerDiv{
	position: absolute;
	width: 770px;
	top: 1000px;
	padding: 5px;
	text-align: center;
	
}
.subHeadingFont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #444444;
}
.smallBodyFont{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #00AAFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}
.smallBodyFontNoPadding{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00AAFF;
	text-align:left;
}
.tinyBodyFont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #00AAFF;
	text-align:left;
}
.smallBodyFontGrey{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #444444;
	text-align:left;
}
.smallerBodyFontGrey{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #444444;
	padding-top: 5px;
	padding-right: 10px;
	text-align:left;
}
.sendButtonFont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00AAFF;
	padding:5px;
	text-align: center;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00AAFF;
	text-decoration:none;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00AAFF;
	text-decoration:none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #00AAFF;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00AAFF;
	text-decoration:none;
}
a img{
	border: none;
	}
div.bioImg {
	border: solid 1px #444444;
	height: 80px;
	width: 80px;

	
}
div.folioImg {
	border: solid 1px #444444;
	height: 90px;
	width: 115px;
	
}
#siteMapDiv{
	position:absolute;
	top:200px;
	height: 790px;
	width: 780px;
	left: 20px;
}
