body {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	background:#333333;
	margin-top: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF0099;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
hr {
	color:#CCCCCC;
	}
#headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	padding-left:10px;
	padding-top:30px;
	}
#headline .tagline {
	font-size:16px;
	}
#content {
    color: #FFFFFF;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.4em;
	background:#333333;
	padding: 10px;
	}
#indented {
	line-height: 1.2em;
	}
#sidebar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}	
#footer {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height:1.4em;
}
#footer a:link {
	text-decoration: none;
}
#footer a:hover {
	color: #FF0099;
	text-decoration: underline;
}