body {
	font-family: "Open Sans";
	font-size: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.spaced>li {
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}


/***** Top part *****/ 

.title {
	margin-top:-7px;
}

.photodiv {
	float: left;
	margin-right: 25px;
	margin-top: 27px;
}

.biodiv {
	float: left;
	margin: 15px;
	margin-left: 0px;
}

.topdiv:after {
    content: "";
    display: table;
    clear: both;
}

.topicsdiv {
	margin-top: -5px;
	font-size: 100%;
}

.currenttopicsdiv {
	float: left;
}

.oldtopicsdiv {
	float: left;
}

.oldtopicsdiv * {
	color: #AAAAAA;
}

.topicsdiv:after {
    content: "";
    display: table;
    clear: both;
}

.old, .old * {
	color: #AAAAAA;
}

/***** Thumbnails *****/ 

.thumbnailgroup {
	display:block;
	overflow:auto;
}

.thumbnail_noyear {
	float:left;
	display:inline;
	width: 190px;
	height: 160px;
	margin: 5px;
}

.thumbnail_year {
	float:left;
	display:inline;
	width: 190px;
	height: 230px;
	margin: 5px;
}


.thumbnailyear {
	width: 175px;
	height: 18px;
	margin-bottom: 15px;
}

.thumbnailyear h3 {
	margin-top: 0px;
	padding-top: 0px;
}

.thumbnailimg {
	width: 175px;
	height: 100px;
	border: 1px solid #AAAAAA;
}

.thumbnailtxt {
	font-size: 90%;
}

.osflink {
	font-size: 75%;
	margin-top: 5px;
}

.misc {
    font-size: 90%;
}

.top-announcement {
    font-size: 90%;
    margin-bottom: 50px;
}


.misc ul {
    padding: 0;
    list-style-type: none;
}