* {
	font: 11px verdana;
	line-height: 140%;
}
a, a:visited {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content {
	padding: 10px 15px 10px 10px;
	vertical-align: top;
}
.content .header {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}
.title {
	background-color: navy;
	color: white;
	height: 70px;
	padding: 0px 10px;
	font-size: 26px;
	font-weight: bold;
}
.menu {
	background-color: whitesmoke;
	border: 1px solid silver;
	border-width: 0px 0px 1px 1px;
	color: dimgray;
	padding: 0px 10px;
	height: 30px;
}
.menu a, .menu a:visited {
	color: dimgray;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.sidebar {
	background-color: whitesmoke;
	border: 1px solid silver;
	border-width: 0px 1px;
	padding: 10px 10px 0px 10px;
	vertical-align: top;
	color: dimgray;
	width: 210px;
}
.sidebar ul {
	margin: 5px 0px 10px 0px;
	list-type-style: none;
	border-top: 1px solid silver;
}
.sidebar ul li {
	padding-top: 10px;
	color: dimgray;
}
.thumbnail {
	float: left;
	width: 120px;
	height: 125px;
	border: 1px solid silver;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	text-align: center;
	background: whitesmoke;
}
.thumbnail img {
	width: 100%;
	border: 1px solid silver;
}
.entry {
	background-color: whitesmoke;
	border: 1px dotted silver;
	padding: 5px;
}
i {
	font-style: italic;
}
form {
	margin: 0px;
}
p {
	margin: 0px;
	margin-bottom: 8px;
}
ul {
	margin: 0px 0px 0px 20px;
}
h4 {
	margin: 0px;
	margin-bottom: 8px;
	text-decoration: underline;
}