/*CSS Document */
html, body {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
#nav, #nav ul { /*Font styling of menu*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a { /*affects top line*/
	padding: 5px 0px 5px 24px;
	list-style:none;
	background: white;
	display: block;
	text-decoration:none;
	color:#0066CC;
}
#nav a:hover { /*makes drop down drop down instead of left*/
	list-style:none;
	display: block;
	text-decoration:none;
}
#nav li { /*Formats whole list*/
	border: 1px solid #cccccc;
	/*border: 1px solid #0066cc;*/
	float: left;
	width: 248px;
}

#nav li.contact {
	width:249px;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: white;
	width: 10em;
	visibility: hidden;
}
#nav a:hover { /*rollover font*/
  	background-color: #c7d7ee;
}
#nav li:hover ul, #nav li.hover ul { /*shows drop down*/
	visibility: visible;
}
#wrapper {
	width:100%;
	margin:0 auto;	
}
#header {
	background:url(../images/header_back.jpg);
	background-repeat:repeat-x;
	width:1001px;
	height:99px;
	margin:0 auto;
}
.header_left {
	float:left;
	padding-top:25px;
	padding-left:28px;
}
.header_right {
	float:right;
	padding-right:70px;
}

#topmenu {
	width:1001px;
	height:27px;
	margin:0px auto;	
	border-bottom:1px solid #cccccc;
}
#mainpanel {	
	width:999px;
	margin:0 auto;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
#links {
	background:url(../images/EinstineB&W.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#image {
	margin:0 auto;
}
#imageNav {
	position:relative;
	width:644px;
	top:-25px;
	background-image:url(../images/nav.gif);
}
#footer {
	background-color:#0066CC;
	background-image:url(../images/rounded_corners.jpg);
	background-position:bottom;	
	background-repeat:no-repeat;
	margin:0 auto;	
	width:1001px;
	height:140px;
}
.subpagetitle {
	font-size:20px;
	font-weight:bold;
	color:#333333;
}
.subpageheader {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.subpagetext {
	font-size:11px;
	color:#333333;
}
p.about_mini_scientist {
	color:#ffffff;
	padding:10px;
}
h3.page {
	font-size:20px;
	margin-top:0px;
	padding-left:10px;
	color:#333333;
}
.page {
	color:#333333;
	padding:10px;
	margin-bottom:0px;
}
li.page {
	color:#333333;
	padding:1px;
}
.copyright {
	color:#FFFFFF;
	font-size:12px;
	}