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

html, body, #vcenter {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

a {
	color: #06f;
	text-decoration: none;
}

.toplink {
	font-size: 0.7em;
	text-align: right;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.highlightArea {
	color: #767676;
	background-color: #eee;
	margin: 14px 24px;
	padding: 8px;
	max-width: 440px;
}

img {
	border: none;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style-type: none;
	margin-left: -24px;
}

#header {
	width: 760px;
	height: 178px;
	color: #fff;
	text-align: center;
	background-image: url('images/header.png');
}

.menuitem {
	float: left;
	font-size: 0.65em;
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 2.4em;
}

.menuitem:hover {
	background-image: url('images/highlight.png');
	background-repeat: repeat-x;
}

a.menuitem {
	color: #fff;
	position: relative;
	top: 4px;
}

#content {
	float: left;
	display: inline;
	width: 450px;
	font-size: 0.8em;
	padding: 30px 50px 12px 50px;
}

#navigation {
	float: left;
	width: 210px;
	font-size: 0.75em;
	padding: 30px 0px 12px;
}

#footer {
	width: 760px;
	height: 63px;
	background-image: url('images/footer.png');
	font-size: 0.58em;
	text-align: center;
}

#legal {
	font-size: 0.6em;
	text-align: center;
	margin-top: 6px;
}