html, body {
    height: 100%;
}
body, p {
	font: 9pt Verdana,Arial,Helvetica,sans-serif;
}
#header {
	background-color:  #96cbc7;
	height: 80px;
	width: 100%;
}
#headerline, #footerline {
	background-color: #F1F1F1;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 0px;
	width: 100%;
}
#logo {
	padding-left: 16px;
}
#title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	top: 0px;
	right: 20px;
}
#slogan {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 14px;
	position: relative;
	top: 0px;
	right: 20px;
}
.blacktitle {
	color: #333333;
}
#content {
	padding: 0px;
}
#footer {
	background-color: #96bcb7;
	height: 25px;
	position: relative;  /* Needed for Safari */
	text-align: center;
	width: 100%;
}
#footertext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 20px;
	position: relative;
}

#topmenu a { 
font-family: "Univers 45 Light" 
font-size: 5px;
	color: #003399;
	text-decoration: underline;
}
#topmenu a:hover {
font-family: "Univers 45 Light"
font-size: 5px;
	color: #003399;
	text-decoration: none;
}
