@charset "utf-8";
/* CSS Document */

#navigation {
	border-right:#941c24 1px solid;
}

#navigation a{
	color:#941c24;
}
	
h3 {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #660033;
	color: #941c24;
	text-transform: none;
	margin-bottom: 2px;
}

h2 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #660033;
	color: #941c24;
	text-transform: none;
	margin-bottom: 5px;
}

.subheading {
	margin-left: 10px;
}
#content {
	margin: 10px;
}
#content a {
	color: #941C24;
}

