body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	text-align: center;
	height: 45px;
	font-size:  x-small;
}
#container {
	width: 770px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#top {
}
#topstrip {
	background-color: #FF690B;
	height: 16px;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-align: center;
}

#topstrip a {
	text-decoration: none;
	color: #FFFFFF;
}
#topstrip a:hover {
	color: #7FC31C;
}
#middle {
	overflow: hidden;
}
#menu {
	float: left;
	width: 150px;
	background-color: #7FC31C;
	font-size: 11px;
	padding: 0 0 2000px 0;
	margin: 0 0 -2000px 0;
}
#menu h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 10px 5px;
}
#menu ul {
	margin: 0;
	padding: 0;
	border-top: solid 1px #DAE08A;
}
#menu ul li {
	list-style: none;
}
#menu ul li a {
	padding: 5px;
	display: block;
	border-bottom: solid 1px #DAE08A;
	text-decoration: none;
	color: black;
}
#menu ul li a:hover {
	color: white;
	background-color: #DAE08A
}
#content {
	float: left;
	padding: 10px;
	width: 595px;
}
#bottomstrip {
	clear: both;
	background-color: #72634D;
	height: 20px;
	margin: 2px 0;
}
#footer {
	font-size: .75em;
	height: 40px;
	text-align: center;
}
#principals li {
	padding-bottom: 10px;
}
