/* CSS Document */
body {
	background-color: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
}
#main {
	height: 200px;
	margin: 25px;
}
#maininside {
	margin: 25px;
}
#sidebar {
	margin-top: 25px;
}
#pledge {
	width: 100px;
	background-color: #CCCCCC;
	border: thin dotted #666666;
	padding: 10px;
}
#tagline {
	height: 50px;
	margin: 25px;
}
a:link, a:active, a:visited {
 	color: #000000; 	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
 	color: #000000; 	
	font-weight: bold;
	text-decoration: underline;
}
a.main:link, a.main:active, a.main:visited {
 	color: #FFFFFF; 	
	font-weight: bold;
	text-decoration: none;
}
a.main:hover {
 	color: #FFFFFF; 	
	font-weight: bold;
	text-decoration: underline;
}
p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.subnavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.tagline {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.header {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
