

.header
{
	background-color: #339;
	color: #000;
	
	height: 75px;
	width: 100%;
	position: relative;
}

#leftpane
{
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	width: 31%;
	height: 100%;
	float: left;
	text-align: center;
	background-color: #339;
	font-family: arial, sans-serif;
	
}

#rightpane
{
	position: absolute;
	left: 30%;
	top: 0px;
	
	
	width: 70%;
	height: 106%;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
}

.typewithpic{
	margin: -4px;
	padding: 0px;
	height: 45px;
	width: 100%;
	cursor: hand;
}

.typenopic
{
	margin: -4px;
	padding: 0px;
	height: 45px;
	width: 100%;

}


 .navbar
{
	width: 30%;
	background-color: #1212B1;
	left: 0px;
	float: left;
	height: 100%;
	padding-top : 0%;
	padding-right: 0%;
}

 .contentwindow
{
	font-family: arial, sans-serif;
	color: #000;
	padding-top: 0%;
	padding-left: 0px;
}

div.contentwindow .text{
	text-align: left;
	position: relative;
	margin-top: 50px;
	margin-left: 10px;
	top: -30px;
}

.picture
{
	text-align: center;
	top: 20%;
	left: 10%;
}

.textforpic
{
	float: right;
	top: 20%;
	text-align: center;
}

.people{
	line-height: 1em;
	font-family:arial, sans-serif;
	left: 15%;
	position: relative;
}

.refs{
	font-family:arial, sans-serif; 
	font-size: 8pt;
	margin-left: 10px;
}