body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	text-align: center;
}

#content{
	position: relative;
	width: 844px;
	height: 528px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	background-image: url('../images/bg_body_larger.png');
	background-color: #70CBD2;
	background-repeat: no-repeat;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#header{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #ffffff;
}

#menubar_top{
	position: relative;
	width: 844px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	background-image: url('../images/bg_menubar.png');
	background-repeat: no-repeat;
	text-align: center;
	z-index: 100;
}

#menubar_bottom{
	position: relative;
	width: 844px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	margin-top: 5px;
	background-image: url('../images/bg_menubar.png');
	background-repeat: no-repeat;
	text-align: left;
	z-index: 100;
}

.menuitem{
	float: left;
	width: 12%;
	margin: auto;
}

.menutext{
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
}

.menutext_active{
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: medium;
}

.footertext {
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: larger;
	font-weight: normal;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.quicklinks{
	color: #66CCCC;
}

.quicklinks a{
	text-decoration: none;
	color: #66CCCC;
}

.quicklinks a:hover {
	color: #000000;
	text-decoration: underline;
}