html, body, img, p, ul, li, h1, h2, h3, h4, table {
 margin: 0;
 padding: 0;
 border: 0;
}

table {
  width: auto;
  position: relative;
}

body, html {
	text-align: center;
}

#maintop, #menu, #submenu, #mainbottom {
	width: 100%;
}

#header, #menu ul, #submenu ul, #main, #footer, #credits {
	position: relative;
	min-width: 760px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
	/*overflow: hidden;*/
}

#maintop {
	background: #FF9900 url(../img/maintop.gif) repeat-x;
}

#mainbottom {
  margin-top: 10px;
  clear: both;
	background: #ECEAE6 url(../img/mainbottom.gif) top repeat-x;
}

#header {
	background: transparent url(../img/header.gif) top center no-repeat;
}

#footer {
	background: url(../img/footer.gif) top repeat-x;
}

#topbar {
	background: transparent url(../img/white.png);
}

#topbar, #topbar div, #menu, #submenu, #focus {
	display: block;
	clear: both;
	overflow: hidden;
}

#contextleft {
	width: 200px;
	border-right: 1px dotted #B3A899;
	padding-right: 9px;
	margin-right: 10px;
	float: left;
}

#contextright {
	width: 140px;
	border-left: 1px dotted #B3A899;
	padding-left: 9px;
	margin-left: 10px;
	float: right;
}

.threecols, .twocols {
	margin-left: 220px;
}

.threecols {
	margin-right: 160px;
}

#credits {
	background: #DCD7D0;
}

#footer, #credits {
	text-align: right;
}

h1 {
	float: left;
	width: 85%;
	display: block;
}

#topbar p {
	float: right;
	text-align: right;
	width: 15%;
	display: block;
}

.highlight {
	background: #ECEAE6;
}

.highlight, .box {
	display: block;
	overflow: hidden;
}

#focus div {
	width: 25%;
	float: left;
  margin-left: -1px;
}

.left {
	float: left;
	width: 50%;
	text-align: left;
}

.right {
	float: right;
	width: 50%;
	text-align: right;
}

img.left {
	width: auto;
	padding: 0 0.5em 0 0.5em;
}

img.right {
	width: auto;
	padding: 0 0.5em 0 0.5em;
}

p.right {
	width: auto;
	float: none;
}

span.right {
	width: auto;
}

span.right img {
	vertical-align: top;
}

#topbar img {
	vertical-align: middle;
}

img.logofooter {
	display: block;
	text-align: left;
}

div#menu {
	background: #1A2640;
}

div#submenu {
	background: #535C70;
}

#menu li, #submenu li {
	display: inline;
	list-style: none;
}

/* text */

body {
	font: 76%/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

h1 {
	font-size: 1em;
}

h2, h3, h4, h5 {
	font-size: 1.4em;
}

#contextleft h3, #contextright h3 {
	font-size: 1.2em;
}

#content p, #content ul {
	font-size: 1.2em;
}

div#menu ul {
	font-size: 1.1em;
}

div#submenu ul {
	font-size: 1.0em;
}

#credits p {
	font-size: 0.9em;
}

#content p.data {
	font-size: inherit;
}

h1, h2, h3, h4, h5 {
	line-height: 1.6em;
}

div#menu ul, div#submenu ul {
	line-height: 2.8em;
}

#main {
	padding-top: 2em;
	padding-bottom: 2em;
}

li {
	padding-bottom: 0.4em;
}

h2, h3, h4, h5, #content p, #content ul, #contextleft ul, #contextright ul, #focus p, #focus ul, .box, .highlight, img.logofooter {
	margin-bottom: 0.6em;
}

#credits {
	margin-top: 0.6em;
}

h1 span {
	padding-left: 5px;
}

#topbar span {
	padding-right: 5px;
}

#menu li, #submenu li {
	padding-right: 1.2em;
}

h2, h3, #credits, .highlight {
	padding: 5px;
}

#focus h4 {
	margin: 0 5px 5px 0;
}

#content ul {
	padding-left: 3em;
}

#content h2 {
	border-bottom: 1px solid #FFFFFF;
}

#content h3 {
	background: #B3A899;
	color: #FFFFFF;
}

#contextleft h3 {
	color: #FFFFFF;
	background: #535C70;
}

#contextright h3 {
	color: #000000;
	background: #535C70;
}

#focus h4 {
	border-bottom: 1px solid #535C70;
}

h3#publications {
	background: #535C70 url(../img/publications.gif) top right no-repeat;
}

h3#events {
	background: #535C70 url(../img/events.gif) top right no-repeat;
}

h3#news {
	background: #535C70 url(../img/news.gif) top right no-repeat;
}

h3#board {
	background: #ECEAE6 url(../img/board.gif) top right no-repeat;
}

h3#board1 {
	background: #ECEAE6 url(../img/board.gif) top right no-repeat;
}

h3#board2 {
	background: #ECEAE6 url(../img/board.gif) top right no-repeat;
}

#contextleft li, #contextright li {
	list-style: none;
}

#focus p {
	text-align: center;
}


#contextleft span {
	display: block;
}

h1 {
	font-weight: normal;
}

h1 {
	text-transform: uppercase;
}

h1, .data, #contextright h3, #focus h4 {
	color: #666666;
}

div#menu ul, div#submenu ul, #content .data, .title, #footer a, #credits {
	font-weight: bold;
}

a {
	color: #663300;
	text-decoration: none;
}

#menu a, #submenu a {
	color: #FFFFFF;
}

#menu li.active a {
	color: #FFCC00;
	border-top: 0.5em solid #FFCC00;
	padding-top: 0.4em;
}

#submenu li.active a {
	color: #FFCC00;
	border-bottom: 0.5em solid #FFFFFF;
	padding-bottom: 0.4em;
}

.description a {
	color: #000000;
}

.description a:visited {
	color: #000000;
}
a:hover, .description a:hover {
	color: #996600;
	text-decoration: underline;
}

a:visited {
	color: #B57301;
}

#credits p, #credits a {
	color: #ECEAE6;
}

#menu a:hover, #submenu a:hover {
	color: #CCCCCC;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a.ub {
  text-decoration: underline;
  font-weight: bold;
}

a.b {
  font-weight bold;
}

p.just, ul.just, ol.just {
  text-align: justify;
}