/*
Turquoise: #339999
Pale Turquoise: #99cccc
Red: #cc3300
Yellow: #ffcc33
Pale Yellow: #ffffcc
Dark Gray: #333333
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	color: #339999;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
	margin-left: 15px;
}

ul ul{
	margin-bottom: 5px;
}

ol {
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #cc3300;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 710px;
	height: 96px;
	margin: 0 auto;
	background: url(images/img05p.gif) no-repeat left bottom;
}

/* Logo */

#logo {
	float: left;
	padding: 20px 0 0 15px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 469px;
	height: 96px;
	padding-right: 5px;
}

#menu ul {
	margin: 0;
	padding: 37px 0 0 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#menu a:hover, #menu .active a {
	color: #cc3300;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 30px 35px 0 35px;
	background: #ffffff url(images/img04p.gif) repeat-y;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

/* Welcome */

#welcome h1, h2{
	text-align: center;
}

/* DuraSpace Digest */

#duraspacedigest{
	text-align: center;
}

/* OA Week */

#oaweek {
	margin: -55px -10px 25px 125px;
	font-weight: bold;
	float: right;
}

/* Sponsorship */

#sponsorship {
	width: 640px;
	height: 450px;
	margin: 0px auto;
	position: relative;
}

#sponsorship p {
	position: absolute;
	top: 103px;
	left: 230px;
}

#sponsorship img {
	float: left;
}

#sponsorshipnavigation {
	left: 20px;
	margin: auto;
	font-weight: bold;
	float: left;
}

.nametitle {
	font-size: 125%;
}

table.people td {
	padding-right: 10px;
}

/* Footer */

#footer {
	width: 710px;
	height: 100px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img06p.gif) no-repeat;
	color: #333333;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #333333;
}

#footer a:hover {
	text-decoration: none;
}