@charset "utf-8";
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: hidden;
	height: 100%;
	max-height: 100%;

}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:157px;
	z-index:4;
	background-color: #FFFFFF;
}

#BottomLeft {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 120px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #ffffff;
	z-index: 2;

}
#BottomRight {
	position: absolute;
	top: 128px;
	left: 120px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index:5;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin: 0px;
	margin-left: 0px;
	width: 75%;
}


#Navigation {
	position:absolute;
	left:135px;
	top:39px;
	width:800px;
	height:37px;
	z-index:7;
	overflow: visible;
	overflow-y: visible;
}
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #BottomRight{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

p.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
font-size:1em;
font-family:"Times New Roman"; 
font-weight:bold;
}

#BottomRight p {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: justify;
}
#BottomRight .header_blue img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#TeamPhoto
{
float:left;
width:130px;
margin:15px 15px 15px 15px;
padding:15px 20px 15px 15px;
border:1px solid black;
text-align:center;
}
#ProjectPhoto
{
float:left;
width:270px;
margin:10px 10px 0px 10px;
padding:10px 10px 0px 10px;
text-align:center;
}
#TopLeft img {
	padding-top: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

