@charset "utf-8";
html, body {
	height:100%;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -288px;
	float: left;
}
#container {
	width: 756px;
	position: relative;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	clear: left;
}
#header {
	background: url(../../images/header.jpg) no-repeat; 
	height: 103px;
	cursor: pointer;
}
#mainContent {
}
#mainText {
	float: left;
	width: 461px;
	height: 415px;
	background: url(../../images/content-bg.jpg) no-repeat;
}
#homeText {
	float: left;
	width: 461px;
	height: 415px;
	background:url(../../images/home-bg.jpg) no-repeat;
}
#textArea{
	overflow: auto;
	height: 377px;
	margin: 19px 0 19px 30px;
	padding-right : 8px;
}		  
#callout {
	float: right;
	height: 415px;
	width: 295px;
}
.body1 {
	background: url(../../images/callout-home.jpg) no-repeat;
}
.body2 {
	background: url(../../images/callout-about.jpg) no-repeat;
}
.body3 {
	background: url(../../images/callout-science.jpg) no-repeat;
}
.body4 {
	background: url(../../images/callout-management.jpg) no-repeat;
}
.body5 {
	background: url(../../images/callout-board.jpg) no-repeat;
}
.body6 {
	background: url(../../images/callout-contact.jpg) no-repeat;
}
.body7 {
	background: url(../../images/callout-careers.jpg) no-repeat;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
.highlight {
		color: #0000FF;
}
h1 { 
	color: #64B2E2;
	font-size: 14px;
	padding: 6px 0 0 0;
}
h2 {
	color: #64B2E2;
	font-size: 12px;
	padding: 6px 0 0 0;
}
p {
	padding: 6px 0 0 0;
}
ul {
	padding: 0 20px;
	margin: 0;
}
ul li {
	padding-bottom: 3px;
}
img {
	border: none;
}
/* rollover links */
#mainNav {
	height: 38px;
	background: url(../../images/nav-bg.jpg) repeat-x;
}
/* footer */
#footer {
	background: url(../../images/footer.jpg) no-repeat;
	height: 20px;
}
.clearBoth {
	clear: both;
}
