a {color: black;}

body {
	font-family: Trebuchet,sans-serif;
	background-color: #337171;
	margin: 2px 3px 1px 3px;
}

#header {
	background-color: #EEEEEE;
	border: 2px solid black;
	padding-bottom: 5px;
	margin-bottom: 8px;
	width: 65.8%;
}

#header #headtext {
	width: 11.4em;
	padding-left: 5px;
	font-size: 28pt;
	background-color: white;
	background-repeat: repeat-x;
	border: 1px solid black;
	border-width: 0 1px 1px 0;
	border-radius: 0 0 24px 0;
}

#header #subheader {
	margin-left: 10px;
	float: left;
}

#bar {
	width: 10%;
	float: left;
}

.item {
	border-radius: 5px;
	border: 2px solid black;
	background-color: white;
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

div.text {
	margin: 3px 5px 3px 5px;
}

#content {
	float: left;
	width: 56%;
}


#content a,a:visited,a:active {
	color: #337171;
	text-decoration: none;
}
