@charset "utf-8";
/* CSS Document */


#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Gill Sans MT", "Lucida Console", Verdana, sans-serif;
	font-size: 1em;
}
body {
	margin-top: 0px;
}


#container a {
	color: #000;
}

#container a:hover {
	color: #940031;
}

#banner {
	height: 144px;
	width: 900px;
}

#menu {
	background-color: #BCBEC0;
	height: 30px;
	width: 879px;
	padding-left: 8px;
	font-size: 0.9em;
	padding-right: 13px;
	font-weight: 600;
}

#middle_area {
	width: 900px;
	background-image: url(graphics/content_back.png);
	background-repeat: repeat-x;
	background-position: top;
}

#text {
	float: left;
	width: 615px;
	padding-left: 128px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-align: justify;
	padding-top: 50px;
	padding-right: 15px;
	/* IE proprietorial scroll bar style */
	
	scrollbar-track-color: none;
	scrollbar-arrow-color: #940031;	
}

#text a {
	color: #000;
}
#text a:hover {
	color: #940031;
	text-decoration: underline;
	background-color: #FFCE00;
}

#bottom {
	width: 900px;
	height: 125px;
}

#footer {
	margin-top: 71px;
	margin-left: 125px;
	border-top-width: 0.5pt;
	border-top-style: dotted;
	border-top-color: #940031;
	padding-right: 5px;
	font-family: "Gill Sans MT", "Lucida Console", Verdana, sans-serif;
	font-size: 0.7em;
	float: left;
	width: 630px;
	padding-top: 7px;
	margin-right: 5px;
}

#footer a:hover {
	color: #940031;
	text-decoration: underline;
	background-color: #FFCE00;
}



#logo {
	background-image: url(graphics/hefma%20logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 125px;
	width: 135px;
	display: none;
}

h1 {
	font-size: 1.2em;
	color: #940031;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #940031;
	text-indent: 15px;
}

#print_logo {
	display: none;
}
