/* CSS Document */
h1, h2, h3, h4, h5, h6, html, p, body, ul, li, dl , dd, dt, label, input, select, form, img, fieldset, legend {margin:0; padding:0;  }

body {
	background-color:#6E6E70;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#mammallogo {
	position:absolute;
	top:140px;
	left:55px;
	}
	
#miniprojectsmenu {
	position:absolute;
	top:320px;
	left:10px;
	}

#header {
	padding-left:247px;
	padding-top:6px;
	background:url(images/bkgd_header.gif) no-repeat;
	height:24px;
	}

#header li {
	display:inline;

	}
	
#homepage #maincontent {
	position:absolute;
	left:247px;
	top:145px;
	width:420px;
	}
#whatpage #maincontent {
	position:absolute;
	left:238px;
	top:85px;
	}
#projectpage #maincontent {
	position:absolute;
	left:238px;
	top:55px;
	}
#maincontent {
	font-size:.7em;
	}
#maincontent p {
	width:450px;
	margin-left:3px;
	}
	
#newsheadlines {
	position:absolute;
	left:730px;
	top:235px;
	width:200px;
	}
#newsheadlines h2 {
	background:url(images/news_dot.gif) no-repeat 0 3px;
	font-size:.6em;
	padding-left:12px;
	font-weight:normal;
	margin-bottom:.8em;
	}
.projectroll {
	position:absolute;
	left:9px;
	top:400px;
	font-size:.8em;
	}
#project1 {
	
	}

#projectpagesmenu {
	font-weight:bold;
	list-style-type: none;
	font-size:.8em;
	margin-left:3px;
	margin-top:6px;
	margin-bottom:12px;
	}
#projectpagesmenu a {
	font-weight:normal;
	}
#projectpagesmenu a:hover {
	font-weight:bold;
	text-decoration:none;
	}
#projectpagesmenu li {
	display:inline;
	margin-right:15px;
	}
#mainarchive {

	font-size:.6em;
	position:relative;
	left:200px;
	top:40px;

	}
#footer {

	margin-top:40px;
	margin-bottom:20px;
	font-size:.6em;
	position:relative;
	left:-200px;
	color:#999999;
	}
#footer img {
	position:absolute;
	left:650px;
	top:-20px;
	}


