@charset "utf-8";
.menuheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: underline;
}
.menulink {
	color: #333333;
	padding-left: 10px;
}
.footer {
	position:static;
	bottom:0;
	width:980px;
	height:80px;
	background-image: url(images/background-footer.png);
	margin-top: -80;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header {
	background-image: url(images/background-top.png);
	background-repeat: no-repeat;
	background-position: center;
}
.body {
	padding-bottom: 80px;
}
.container {
	min-height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -80px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-bottom: 0px;
	position: relative;
}
