@charset "utf-8";
/* CSS Document */

body {
	margin-top: 25px;
	margin-left: 10%;
	margin-right: 10%;
}

div#logo {
	position: absolute;
	width: 131px;
	top: 26px;
	left: 11%;
}

div#title {
	border: 1px double #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #009933;
	height: 143px;
}

div#title p {
	text-align: center;
	padding-top: 51px;
	margin-left: 11%;
}

div#topnav {

}

.tmenu {
	text-align: center;
}

div#sidenav {
	float: left;
	width: 14%;
}

h1 {
	font-size: 48px;
	text-align: center;
	color: #009933;
}
