*{
    font-family: 'Trebuchet MS', Helvetica;
    border: 0;
    margin: 0;
}
body {
	color:#444444;
	background-color: #367EA6;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 30px;
}

div#container {
	padding: 0;
	width: 920px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background-color: #367EA6;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 2em;
	font-family: 'Lucida Sans Unicode', Geneva;
	color: #ffffff;
}

#header p {
	color: silver;
	padding-left: 4px;
	font-size: 0.9em;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#menu {
	width: 920px;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
}

#menu li {
	width: 230px;
	text-align:center;
	text-align: center;
	background-color: lavender;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu a, #menu a:link, #menu a:visited {
	color: steelblue;
	font-size: 0.90em;
	text-decoration: none;
	outline: none;
	width: 230px; 
	display: box;
	height: 50px;
}

#menu a:hover {
	text-decoration: none;
}

#menu li:hover, #menu a:active {
	text-decoration: none;
	background-color: whitesmoke;
}

#menu li.currentpage {
	background-color: whitesmoke;
}

address {
	clear: both;
	background-color: #000033;
	color: #ffffff;
	font-size: 0.75em;
	font-family: Arial, Palatino;
	font-style: normal;
	text-align: right;
	padding-right: 0;
	padding-top:10px;
	padding-bottom: 10px;
}
