div#topcontainer { width: 100%; padding-top: 0.2em; background: #7F9169}
div#banner {
	height: 70px;
	width: 974px;
	background: url('/images/topbanner/banner.png') no-repeat;
}
div#topcontainer h1 {
	font-size: 1.8em;
	color: white;
}
div#topleft {
	padding-top: 1em;
	padding-left: 0.5em;
	float: left;
	left: 0;
	width: auto;
}
div#topright {
	padding-top: 1.2em;
	padding-right: 0.5em;
	float: right;
	right: 0;
	width: auto;
}

div#topright h1 { font-size: 1.5em; }

div#topspace {
	background: #7F9169;
}
div#bottomcorner {
	background: url('/images/topbanner/bottom-corner.png') no-repeat;
	height: 15px; width: 100%;
}

div#topcontainer a:link { text-decoration: none; color: white;}
div#topcontainer a:visited { text-decoration: none; color: white;}
div#topcontainer a:hover { text-decoration: none; color: rgb(49,106,175);}
div#topcontainer a:active { text-decoration: none; color: white;}

div#toplang {
	margin-top: 11px;
	padding-right: 0.6em;
	float: right;
}

