body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5;
	background-color: silver;}

.logo {
	width: 101%;
	height: 130px;
}


a {
	text-decoration: underline;
	color: #395a6b;
}

.newsletterlabel {
	font-size: 75%;
	color: #395a6b;
}

.navbar{
	width:  150px;
	padding: 10px;
	position: absolute;
}

.navapps{
	font-size: 80%;
	margin: 2em;
}

.infoarea {
	position: absolute;
	clear: both;
	left: 180px;
	background-color: white;
	border: 6px double #395a6b;
	padding: 10px;
}

.ad{
	margin-top: 10px;
	text-align: center;
}

.date{
	font-weight: bold;
	font-size: 75%;
}

.footer{
	font-style: italic;
	font-size: 50%;
	padding-top: 20px;
}

h2{
	padding-left: 10px;
}

ul{
	list-style-type: none;
}

li{
	padding-top: 5px;
	padding-bottom: 15px;
}