body {
	background-color: #eeeeff;
}
.header {
	background-color: #ccccee;
}
.topbar {
	background-color: #eeddee;
	border-top-style: ridge;
	border-top-width: 2px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
}
.navigation {
	background-color: #eeeeff;
}
.navimain {
	background-color: #ccccee;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-top-width: 0px;
	border-left-width: 0px;
}
.rightbar {
	background-color: #ccccee;
}
.rightmain {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-top-width: 0px;
	border-right-width: 0px;
}
.content {
	padding: 10px;
}

.mininews {
border-style: solid;
border-width: 1px;
border-top-color: #888888;
border-left-color: #888888;
border-bottom-color: black;
border-right-color: black;
}

.mininews span.title{
background-color: #eeddee;
border-bottom-style: ridge;
border-bottom-width: 1px;
}

.paneltitle {
background-color: #ccccee;
border-bottom-style: ridge;
border-bottom-width: 1px;
}
div.footer {
border-style: solid;
border-width: 1px;
border-color: black;
}
div.footertitle {
font-weight: bold;
background-color: #ccccee;
border-bottom-style: ridge;
border-bottom-width: 1px;
}
div.footerbody {
text-align: center;
}