body {
	margin: 0px;
	padding: 0px;
	background-color: #707070;
}

a.toplink:link, a.toplink:visited {
	font: normal 11px arial;
	color: white;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}

a.toplink:hover {
	text-decoration: underline;
}

#topimage {
	background: url('images/topline-image-back.jpg') top left repeat-x;
}

#bodytable {
	border-left: solid 2px white;	
	border-right: solid 2px white;	
	border-bottom: solid 2px white;	
	background-color: white;
}

#leftside {
	background: #8a835e url(images/leftside-corner.jpg) top right no-repeat;
}

#rightside {
	background: #8a835e url(images/rightside-corner.jpg) top left no-repeat;
}

.sidenav a:link, .sidenav a:visited {
	font: normal 11px arial;
	color: white;
	text-decoration: none;
	display: block;
	padding: 4px 6px 4px 6px;
}

.sidenav a:hover {
	text-decoration: underline;
}

#centerbody {
	padding: 10px;
	font: normal 15px arial;
	color: black;
}

#topmenuback {
	background: url(images/topmenu-back.jpg) top left repeat-x;
	border: solid 2px white;
}

.topmenu {
	border-left: solid 1px #7a7a7a;
	border-right: solid 1px #313131;
	text-align: center;
	vertical-align: middle;
}

.topmenu a:link, .topmenu a:visited {
	font: bold 16px arial;
	color: white;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
}

.topmenu a:hover {
	color: #008eb4;
}