body {
	background-color: #ffffff;
	font-family: sans-serif;
}

#pagetitle {
	font-size: 130%;
	font-weight: bolder;
	background-color: #0000ff;
	color: #ffffff;
	padding-left: 110px;
	clear: both;
	border-top-color: black;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	height: 25px;
}

#header {
	height: 100px;
	background-color: #ffffff;
	padding: 5px;
	margin: 0px;
}

#menu {
	background-color: #cccccc;
	width: 90px;
	float: left;
	padding: 5px;
	border-right-color: black;
	border-right-width: 5px;
	border-right-style: solid;
	border-bottom-color: black;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	height: auto;
}
.staff {
	float:  left;
	margin: 15px;
}

#menu a:link {
	color: #cccccc;
}

#menu a:visited {
	color: #cccccc;
}

#menu a:hover {
	color: #ff0000;
}

#main {
	background-color: #ffffff;
	margin-left: 115px;
}
#footer {
	font-size: 60%;
	text-align: center;
	border-top-color: black;
	border-top-width: 5px;
	border-top-style: solid;
}

#logo {
	position: absolute;
	top: 5px;
	left: 2px;
	z-index: 99;
}

#banner {
	position: absolute;
	top: 5px;
	right: 10px;
}

#portal {
	margin-top: 50px;
}

#name {
	position: absolute;
	top: 5px;
	left: 200px;
	z-index: 99;
}