body {
	font-family: sans-serif;
	text-align: center;
	background: gray;
}

.container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #ABE5C3;
	border: 1px solid black;
}

.logo {
	padding-bottom: 5px;
	text-align: center;
}

.menu {
	float: left;
	height: 570px;
	width: 200px;
	padding-right: 10px;
	border-right: 5px solid;
	border-color: #005825;
	background: #ABE5C3;
}

.menumain {
	padding-left: 1px;
	padding-top: 60px;
}

.menumainitem {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ABE5C3;
}

a.menulink:link {
  color: #ABE5C3;
}

a.menulink:visited {
  color: #ABE5C3;
}

.menuother {
	padding-top: 60px;
	padding-left: 1px;
}

.menuotheritem {
	padding-top: 5px;
	padding-bottom: 5px;
}

.content {
	height: auto;
	background: #ABE5C3;
	margin-left: 235px;
	margin-right: 10px;
}

.contentnews {
	height: 150px;
	overflow: auto;
	background: #F0F0F0;
	font-size: .8em;
}

.contentnewsbar {
	height: 17px;
	font-size: 15px;
	font-style: italic;
	background: #005825;
	color: white;
	text-align: center;
}

.contentdownloads {
	background: #ABE5C3;
	overflow: auto;
	text-align: center;
}

.footer {
	text-align: center;
	font-style: italic;
	color: gray;
	font-size: 8pt;
}

.footer-a {
	color: gray;
}