﻿/* CSS layout */
#masthead {
	background-color: #6B654E;
}
#top_nav {
	border-bottom-style: solid;
	border-bottom-width: medium;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#page_content {
	list-style-type: inherit;
}
#footer {
}

a {
	color: #FFFFB0;
}
a:visited {
	color: #A4C1FF;
}

