
body { 
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #333333; 
	background: #3c3c3c url("bg-logo.gif") top left no-repeat;
	margin: 0;
	padding: 0;
}

h1 { 
	font-size: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff; 
	margin: 0px;
	background: #666666 url("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; 
}

/* ------------------------------------------------------------------- */
/* 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("bg-content.gif") top left repeat-x;
}

#content p { 
	padding: 0 10px;
}

#content div { 
	padding: 5px 10px;
}

#content div p, #content div h1 { 
	padding: 0;
}

#content div.sponsor-sidebar {
	float: right;
	width: 250px;
	background-color: #ffffff;
	padding: 0;
	margin: 2px;
	border: 3px solid #999999;
}

#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 */
	margin: 0px;
	padding: 0px;
}
	
#navigation ul {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style-type: none;	
	color: #bbbbbb; 
	border: 5px solid #999999;
	background: #505050;
}
	
#navigation ul ul {
	border: none;
}

#navigation ul a { 
	display: block;
	padding: 4px 0px 4px 8px;
	border-top: solid 2px #999999;
}

#navigation ul ul a { 
	display: block;
	padding: 4px 0px 4px 18px;
	border-top: none;
}

#navigation a:link, #navigation a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active, #navigation a:focus { 
	color: #505050;
	background: #bbbbbb url("bg-navover.gif") top right no-repeat; 
	text-decoration: none;
}

#navigation a:link.navcurrent, #navigation a:visited.navcurrent {
	background: #333333 url("bg-navcurrent.gif") top right no-repeat;
}

#navigation a:hover.navcurrent, #navigation a:active.navcurrent, #navigation a:focus.navcurrent { 
	background: #bbbbbb url("bg-navover.gif") top right no-repeat; 
}
	
/* ------------------------------------------------------------------- */
/* 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;
}


