html, body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000;
	}

body {
	background-color: #FFFFFF;
	}

h1, h2, h3, p {
		margin: 0;
		font-weight: bold;
		}
		
h1, h2, h3 {
		font-weight: bold;
		}
h1 {
	font-size: 12px;
	color: #000;
	}

p {
	font-weight: normal;
	padding: 0 0 10px 0;
}


a:link {
	color: #69C;
	text-decoration: none;
	}
	
a:visited {
	color: #69C;
	text-decoration: none;
	}

a:active {
	color: #69C;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#wrap {
	position: absolute;
  	left: 13px;
	top: 0px;
	width: 700px;
	}
	
#researchmenu {
	display: none;
	}

#pressmenu {
	display: none;
	}
