@charset "UTF-8";
/* CSS Document */

.navigation {
	width: 410px;
	background: #4B87E5;
	display: block;
	float: right;
	margin:0 0 20px 20px;
}
.navigation div.graphic{
	display: inline;	
}
.researchmenu{
	width: 200px;
	margin-left: 210px;
	padding-top: 10px;
	background-position: top;
}

.text2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #4B87E5;
	padding:10px;
	/*border-bottom: 1px #FFFFFF solid;*/
	display: block;
}
.text2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
 }
.text2 a:visited {
color: #FDD677;
text-decoration: none;
 }

.opphead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px;
	display: block;
}
.oppwrapper {
	height:700px;
	background: #4B87E5;
	margin:0 0 20px 20px;
	overflow:auto;
}