/* CSS Document */

body {
	background-color: #E7FF9E;
	}
td
	{
	font-family: "Georgia";
	font-size: 15px;
	color: #808080;
	line-height: 20px;
	}
a
	{
	color: #0418AC;
	}

img.border {
	border: 1px solid #FFFFFF;
	}
	
hr {
	border: 0;
  	height: 1px;
	color: #666666;
	background-color: #666666;
	}
	
a.nav {
	color: #808080;
	font-weight: bold;
	}
	
.title {
	color: white;
	font-size: 30px;
	}
	
td.content {
	background-color: #FFFFFF;
	font-size: 15px;
	color: black;
	line-height: 24px;
	border-style: double;
	}
	
td.nav {
	font-size: 15px;
	line-height: 20px:
	}
	
a.nav { text-decoration:none; }
a:hover.nav { text-decoration:underline;color:#0418AC; }
a.nav.sub { margin-right:15px; }
a.nav.on, a.nav.sub.on {color:#0418AC; }

.subhdr {
color:#666;
}

dd { margin-top:10px; }

span.error {
	color:#E21B49;
}

a.offsite {
    background: url(../images/offsite.png) center right no-repeat;
    padding-right: 13px;
}

.supporters dt { margin-top:10px;}
.supporters dd { margin-top:0px;}