
body { 
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #333333; 
	background: #3c3c3c url("../images/bg-logo.gif") top left no-repeat;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

#header h1 {
	color: #cccccc;
	margin-left: 160px;
	margin-top: 10px;
}

#content h1 { 
	font-size: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff; 
	margin: 0px;
	background: #666666 url("../images/bg-h1.gif") top right no-repeat;
	display: block;
	padding: 4px 10px;
}

h2 { 
	font-size: 1.1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333; 
	background: #cccccc; 
	padding: 4px 10px;
	margin: 0px;
}

h3 { 
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666; 
	padding: 2px 10px;
	background: #eeeeee; 
}

a:link, a:visited { 
	color: #cc6666; 
}

a:hover, a:active, a:focus { 
	color: #009966; 
}

h2 a:link, h2 a:visited { 
	color: #000;
}

h2 a:hover, h2 a:active, h2 a:focus { 
	color: #000; 
}

/* ------------------------------------------------------------------- */
/* Page layout */

#page { 
	padding: 0px; 
	margin: 0px;
}

#content { 
	font-size: 0.8em;
	padding: 0px 0px 10px 0px; 
	margin: 0px 40px 10px 212px;
	border: 5px solid #999999;
	background: #ffffff url("../images/bg-content.gif") top left repeat-x;
}

#content p { 
	padding: 0 10px;
}

#content div h1 { 
	padding: 0;
}

#content div.cleared {
	clear:both;
}

#content img {
	padding: 10px 10px;
}

#content img.floatRight {
	float: right;
}

#content img.floatLeft {
	float: left;
}

/* ------------------------------------------------------------------- */
/* Page header */

#header { 
	height: 90px; 
}

#header img { 
	margin-left: 160px; 
	margin-top: 10px; 
}
	
#skip {
	font-size: 0.7em;
	padding: 0px 40px 6px 0px;
	text-align: right;
}

#skip a:link, #skip a:visited {
	text-decoration: none;
	color: #999999;
}

#skip a:hover, #skip a:active, #skip a:focus {
	text-decoration: none;
	color: #ffffff;
}

/* ------------------------------------------------------------------- */
/* Navigation */

#navigation {
	font-size: 0.7em;
	float: left; 
	width: 170px; 
	font-weight: bold;
	padding: 92px 0px 20px 16px; /* Use padding here not margin so that IE does it right - that's why you need the border around the ul not here */
}

#navigation li {
	display: inline; /* Not sure why but you need this but you do, or IE gives it funny spacing between lines */
	line-height: 21px;
}
	
#navigation ul {
	list-style-type: none;	
	color: #999999; 
	border: 5px solid #999999;
	background: #333333;
	padding: 0;
}
	
#navigation ul ul {
	border: none;
	color: #bbbbbb;
	background: #505050;
}

#navigation ul a { 
	display: block;
	border-top: solid 2px #999999;
	padding: 0;
	line-height: 21px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#navigation ul ul a {
	display: block;
	border-top: none;
	padding-left: 18px;
	background-position: -5px 0px;
}

#navigation ul ul ul a {
	padding-left: 34px;
	background-position: 10px 0px;
}

#navigation ul ul ul ul a {
	padding-left: 51px;
	background-position: 28px 0px;
}

#navigation a:link, #navigation a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active, #navigation a:focus { 
	color: #505050;
	background-color: #bbbbbb;
	background-image: url("../images/bg-navover.gif");
}

#navigation a:link.navcurrent, #navigation a:visited.navcurrent {
	color: #505050;
	background-color: #bbbbbb;
	background-image: url("../images/bg-navover.gif");
}

#navigation a:hover.navcurrent, #navigation a:active.navcurrent, #navigation a:focus.navcurrent { 
	background-color: #bbbbbb;
	background-image: url("../images/bg-navover.gif");
}
	
/* ------------------------------------------------------------------- */
/* Content */

table {
	margin: 10px;
	border-collapse: collapse;
}

th {
	padding: 4px 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	background: #999999;
	color: #ffffff; 
}
	
td {
	padding: 4px 10px;
	vertical-align: top;
}
	
table.sponsors td {
	padding: 4px 10px;
	vertical-align: middle;
}

td p { 
	margin-top: 0px;
	margin-left: 0px;
}

table.data tr td { 
	background: #f9f9f9;
}

table.data tr.odd td { 
	background: #eeeeee;
}

#map
{
	float: right;
}

#map iframe {
	padding: 10px;
}

#map a {
	text-size: smaller;
} 

.background-1, .background-2, .background-3, .background-4 {
	background: #505050;
}

div#metadata {
	text-align: right;
	font-size: 80%;
}

#content form input, #content form textarea {
	padding: 0;
	margin: 0;
	border: 1px solid #3c3c3c;
	background: none;
	font-family: verdana, arial, helvetica, sans-serif; 
}

.comments {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 4px solid #999999;
}

.comments, div#captcha {
	padding: 0 10px;
}
h2.speaker { display:none }
