#sitebanner {
	top: 0;
	left: 0;
	position: fixed;
	background-color: #FFFFCC;
	color: #990033;
	border-style: double;
	border-color: #990033;
}

#leftmenu {
	top: 100px;
	left: 0;
	width: 251px;
	position: fixed;
	background-color: #FFFFCC;
	color: #990033;
	border-style: outset;
	border-width: 3px;
	opacity: 1;
}

#mainpanel {
	top: 100px;
	left: 260px;
	width: 540px;
	position: fixed;
	background-color: #FFFFCC;
	color: #990033;
}

body {
	color: #990033;
	background-color: #FFFFCC;
}

A:link {
     color:#990033;
     text-decoration: none;
     font-weight: normal;
}

A:visited {
     color:#990033;
     text-decoration: none;
     font-weight: normal;
}
A:hover {
     color: #534f8d;
     font-weight: normal;
}
A:active {
     color:#990033;
     text-decoration: none;
     font-weight: normal;
}