@charset "utf-8";
/* CSS Document */

#container {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FF9900;
}

.footerstyle {
	color: #FFFFFF;
	font-size: 11px;
}
.footerstyle a, .footerstyle a:visited, .footerstyle a:link {color: #FFFFFF}

/*  Menu from old site */

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 19px;
	padding-right: 19px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF9900; !important
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #2c5065;
}

h1, h1 a:hover, h1 a:visited, h1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2c5065;
	padding-top:20px;
}
