body {
	background-color: #FBE388;
	color: #003300;
}


.nav {
	float: left;
	background-color: #FBE388;
	color: #FFFFFF;
	text-align: center;
	font-family: Serif;
	font-size: 12px;
	width: 180px;
	height: 550px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
}

.navbutton {
	border-style: none;
	background-color: #003300;
	padding: 5px;
	margin: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
	
.navbutton a:link, .navbutton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.navbutton a:hover {
	text-decoration: underline;
}

.coc {
	color: #000000;
}

.coc a:visited, .coc a:link, .coc a:hover {
	color: #000000;
	font-weight: bold;
}

.content {
	margin-top: 15px;
}

.ridge {
	float: left;
	margin-right: 5px;
}