body {
	background: White url(../images/mslgray.gif) top center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
}

a {
	text-decoration: none;
	border-bottom: 1px solid blue;
}

a:visited {
	color: blue;
	border-bottom: 1px dashed blue;
}

a:hover {
	color: #5556FF;
}

#header {
	width: 792px;
	height: 94px; 
	margin: auto;
	background: url(../images/banner.jpg);
	position: relative;
}

#header h1 {
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	position: absolute;
	width: 290px;
	height: 90px;
	left: 0;
	top: 0;
}

#header a#rilink {
	display: block;
	position: absolute;
	width: 53px;
	height: 75px;
	left: 725px;
	top: 11px;
}

#header a {
	text-decoration: none;
	border: 0;
}

#header span {
	visibility: hidden;
}

#container {
	width: 788px;
	margin: 0 auto;
	padding: 0 0 0 4px;
	background: url(../images/shadow.png) 0 -10px;
}

#content {
	width: 755px;
	padding: 5px 10px 5px 15px;
	background: white;
	margin: 0;
}

#content h1 {
	margin: .5em 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
}

#content h2 {
	margin: .83em 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
}

#content p {
	line-height: 120%;
	margin: 0 0 1em 0;
}

/*#content p:first-letter {
	font-size: 1.5em;
}*/

#breadcrumbs {
	width: 770px;
	padding: 3px 3px 3px 7px;
	margin: 0;
	background: #CCC;
}

#footer {
	width: 792px;
	font-size: .7em;
	color: #777777;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background: url(../images/bottom.png) no-repeat center top;
}

#footer a {
	color: #666;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

#footer a:visited {
	color: #888;
	border: none;
	font-weight: bold;
	text-decoration: none;	
}


img {
	border: 0;
}

.right {
	float:right;
	margin:.5em;
	clear:both;
}

.left {
	float:left;
	margin:.5em;
	clear:both;
}

.namelist {
	font-weight: bold;
}

.clear {
	clear:both;
}

a.image {
	border: none;
}

.center {
	margin: auto;
	text-align: center;
}

img.center {
	display: block;
	margin: 1em auto;
	text-align: center;
}

ul#frontmenu {
	list-style:none;
	margin:20px 40px 0 40px;
	padding:0 0 20px 0;
	
}

ul#frontmenu a {
	text-decoration: none;
	border: none;
	display:block;
	width: 289px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:70px;
}

ul#frontmenu li {
	float:left;
	width: 325px;
}


li#people a {
	background-image: url(../images/peoplebutton.jpg);
}

li#projects a {
	background-image: url(../images/projectsbutton.jpg);
}

li#resources a {
	background-image: url(../images/resourcesbutton.jpg);
}

li#publications a {
	background-image: url(../images/publicationsbutton.jpg);
}

li#sponsors a {
	background-image: url(../images/sponsorsbutton.jpg);
}

li#local a {
	background-image: url(../images/localbutton.jpg);
}