*, html, body {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	color: black;
}

.blue {
	color: #b5007c;
}

.centerbox {
	width: 800px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

.logo {
	width: 800px;
	height: 256px;
	overflow: visible;
	margin: 0px auto 30px auto;
	background-image: url(../GRAPHICS/logo2011.gif);
}

.menu {
	width: 150px;
	float: left;
}

.menu a {
	font-family:  "courier new", courier, serif;
	display: block;
	width: 90%;
	padding-left: 10%;

	line-height: 40px;	
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.menu a.active {
	background-color: #d081b0;
}

.menu a.submenu {
	width: 75%;
	padding-left: 25%;
}

.content {
	width: 620px;
	padding-left: 30px;
	margin-left: 150px;
	background: inherit;
}

a.facebook {
	display: block;
	position: fixed;
    	bottom: 20px;
    	left: 40px;
    	width: 30px;
    	height: 30px;
    	text-align: center;
    	border: 0;
    	z-index: 4;
}

a.facebook img {
	border: 0;
	width: 30px;
    	height: 30px;
}
