body {
	background-color: #8ab552;
	font-family: Georgia, Garamond, Times, serif;
}

div#sponsors {
   color: white;
   font-size: 10pt;
   width: 511px;
   margin: 0 auto;
   padding: 0;
}

div#sponsors p {
   text-align: center;
   padding: 0;
   margin: 0;
   font-family: Century Gothic, Lucida Grande, Verdana, Helvetica, sans-serif;
}

/* Frame */

div#frame {
	background-color: white;
	color: #222;
	width: 475px;
	margin: 10px auto;
	padding: 15px;
}
div#frameTop {
	margin: -15px -15px 0 -15px;
	height: 18px;
}
div#frameTopLeft {
	background-image: url("../images/corner-top-left.gif");
	width: 18px;
	height: 18px;
}
div#frameBottom {
	margin: 0 -15px -15px -15px;
	height: 18px;
}
div#frameBottomRight {
	background-image: url("../images/corner-bottom-right.gif");
	width: 18px;
	height: 18px;
	float: right;
}


/* Navigation Bar */

div.nav {
	background-color: #f48200;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	font-family: Century Gothic, Lucida Grande, Verdana, Helvetica, sans-serif;
}
div.nav ul {
	font-size: 14px;
	padding: 8px;
	margin: 0;
}
div.nav ul li {
	display: inline;
	margin: 0 8px 0 8px;
}
div.nav ul li a {
	color: white;
	text-decoration: none;
}
div.nav ul li a.selected {
	border: 1px dotted white;
	padding: 2px 4px 2px 4px;
}


div.nav ul li a.disabled {
   text-decoration: line-through;
   cursor: default;
}

/* Header Text */

div#frame>h2, div#frame>h4 {
	font-family: Century Gothic, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
div#frame>h2 {
	font-size: 34px;
	margin-top: -8px;
}
div#frame>h4 {
	font-size: 14px; 
	margin-bottom: 10px;
}
span.sup {
	vertical-align: super;
	font-size: 0.5em;
	line-height: 0;
}


/* Main Content Formatting */

div.notice {
	font-family: Century Gothic, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
   background-color: #ffffcc;
   padding: 10px;
   margin-bottom: 20px;
   border: 1px solid #999;
}

div#content {
	margin-top: 18px;
}
div#content h1 {
	color: #09C;
	font-size: 20px;
}
div#content h2 {
	color: #09C;
	font-size: 16px;
	font-style: italic;
}
div#content dl>dt {
	font-weight: bold;
}
div#content dl>dd {
	padding: 0;
	margin: 0 0 1em 0;
}


/* Footer */
div#footer {
	text-align: center;
	font-size: 0.75em;
	color: #565;
	margin-top: 40px;
}
div#footer a {
	color: #565;
}