body {
    background: #31669C url(images/bkgd.gif) repeat-y top center;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-family: "LucidaGrande", Lucida Sans, Arial, Helvetica, sans-serif;
    margin: 0;
     }
    
h1 {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

p {
	margin-left: 36px;
	margin-right: 36px;
	}

.sponsor {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.bandaid {
 	font-size: 12px;
	color: #DA9E00;
}

#nav a, a:visited {
 	font-size: 12px;
	font-weight: bold;
	color: #DA9E00;
	text-decoration: none;
}

#nav a:hover {
	color: #31669C;
}

a, a:visited {
	font-weight: bold;
	color: #31669C;
	text-decoration: none;
}

a:hover {
	color: #DA9E00;
}

#home a, a:visited {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #284B82;
	text-decoration: none;
}

#home a:hover {
	color: #595959;
}
     