body { 
	font-family: courier new, sans-serif;
	font-size: 90%;
	color: black;
	background-color: #ffffff; 
	margin: 0;
	padding: 0;
	align: center;
}

#container {
	margin: 10px 20px;
	border: 1px #eeeeee solid;
	width: 770px;
}

#header {

	height: 115px;
	/*background: #62634A;*/
	background: #5AA28E;
	margin: 0px;
}

#menu {
	position: relative;
	margin: 10px 0 0 -2px;
}

#submenu {
	position: relative;
	margin: 0px;
	padding: 0px 10px;
	width: 750px;
	background: #e4e4e4;
}

#content {
	padding: 0px 20px 0px 20px;
}

#main {
	padding: 20px 0 0 0;
}

#footer {
	position: relative;
	height: 30px;
	margin: 10px 0px 0px 0px;
	bottom: 0;
	background: #b1b1b1;
	z-index: 1;
}

.submenuitem {
	padding: 0px 10px;
}

.activesubmenuitem {
	padding: 0px 10px;
	text-decoration: underline;
}

.activesection {
	background: #e4e4e4;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #5AA28E;
	text-decoration: underline;
}


img {
	border: 0
}

.leftaligned {
	padding: 0px 10px 10px 0px;
	float: left;
}

small {
	font-size: 75%;
}



#title {
	position: relative;
	float: left;
	padding: 35px 0px 0px 20px;
}

#smallpic {
	position: relative;
	float: right;
}


.leftpadded {
	position: relative;
	float: left;
	margin: 10px 0px 10px 20px
}

.rightpadded {
	position: relative;
	float: right;
	margin: 10px 20px 10px 0px
}

	

