<style type="text/css">
<!--
html {
	overflow-y: scroll;
	height:100.01%;
}
A:link {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}
A:active {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}
A:visited {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}
A:hover {
	text-decoration: none;
	color: #cccccc;
	font-weight: normal;
}
body {
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	overflow: auto;
	background:#232323 url(images/siteBG.png) repeat-x;
	text-align:left; /* horizontal centering for IE Win quirks */
	color: #353535;
}
ul {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}
li {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
p {
	padding-bottom: 5px;
}
.push {clear:both;}

#headerBlock {
	float: left;
	width: 842px;
	height: 143px;
	margin-right: 100%;
}
.sciProLogo {
	float: left;
	width: 244px;
	height: 113px;
	padding-top: 30px;
	padding-left: 32px;
	border: 0px;
	background: #ffffff;
}
#headerInfo {
	float: left;
	width: 460px;
	height: 75px;
	margin-top: 13px;
	padding-top: 41px;
	padding-left: 31px;
	border-left: 1px #dbdbdb solid;
	background: url(images/headerInfoBG.png) no-repeat;
	color: #999999;
	font-size: 11px;
	line-height: 13px;
}
.bodyBlock {
	float: left;
	width: 810px;
	margin-left: 32px;
	margin-right: 100%;
}
.projectBlock {
	float: left;
	width: 414px;
	margin-top: 33px;
}
.currentProject {
	float: left;
	width: 247px;
	height: 34px;
	padding-left: 167px;
	margin-bottom: 7px;
	background: url(images/currentProjectsBG.png) no-repeat;
}
.currentProject img {
	float: left;
	border: 0px;
}
.blockImage {
	float: left;
	border: 0px;
}
.projectText {
	float: left;
	width: 369px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
.contactBlock {
	float: left;
	width: 366px;
	padding-left: 30px;
	padding-top: 33px;
	min-height: 480px;
	background: url(images/contactBlockBG.png) repeat-y;
}
.contactBlock .contactBlockText {
	float: left;
	width: 358px;
	min-height: 20px;
	padding-top: 30px;
	padding-left: 2px;
	background: url(images/contactBlockTextBG.png) no-repeat;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
.contactBlock .otherText {
	float: left;
	width: 290px;
	min-height: 30px;
	padding-top: 20px;
	margin-top: 16px;
	padding-left: 0px;
	background: url(images/contactHorizBG.png) repeat-x;
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}
.contactBlock img {
	border: 0px;
}

</style>