body { font-family: tahoma;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	color: rgb(0, 0, 102);
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-position: center;
	background-image: url(_images/background.jpg)
}

a:hover { font-weight: bolder;
	background-color: rgb(255, 204, 204);
}

.header {
	float: top;
	background-image: url(_images/header.gif);
	font-size: 250%;
	font-weight: bold;
	text-indent: 120px;
	height: 60px;
}

.footer {
	background-image: url(_images/banner.gif);
	float: bottom;
	padding-left: 1%;
	font-weight: lighter;
	font-size: 70%;
	font-style: italic;
	color: rgb(255, 255, 204);
}

.linkbox {
	float: left;
	width: 110px;
	line-height: 180%;
}
div.linkbox ul {
	padding: 2%;
	margin: 2%;
}
div.linkbox ul a {
	display: list-item;
	margin-top: 5%;
	background-image: url(_images/banner.gif);
	text-decoration: none;
	list-style: none;
}
div.linkbox ul a:hover {
	background-image: none;
	font-weight: bolder;
}

.contentbox {
	display: block;
	margin-right: 140px;
	margin-left: 120px;
	margin-top: 10px;
}

.tablenews {
	font-size: 70%;
    line-height: 80%;
}

.eventbox {	display: block;
	font-style: italic;
	color: rgb(255, 102, 0);
	text-align: center;
}
