
body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*1em = 10px*/
	background-color: #fff;
}
p {
	margin: 0px;
}

#container {
	width: 1024px;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 14px;
}

#top {
	width: 100%;
	margin: auto 0;
	position: relative;
	text-align: center;
}

#logo {
	height: 150px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#language {
	top: 0;
	right: 0;
	position: absolute; /*within positioned element, so not in relation to whole page*/
	background-color: #fff;
	display: inline;
}

#language ul {
	padding: 0 5px 0 5px;
	margin: 0;
	top: 0;
}

#language li {
	list-style-type: none; /*gets rid of bullet points*/
	padding: 5px 0 0 0;
}

#navtable {
	height: 19px;
	margin: 10px 0 10px 0;
	border: 0;
	padding: 0;
}

.buttonleft {
	width: 19px;
	height: 19px;
	margin: 0 0 0 5px;
	border: 0;
	padding: 0;
	background: url(/images/buttonleft.gif) no-repeat right;
}

.buttonmid {
	height: 19px;
	width: 110px;
	margin: 0;
	border: 0;
	padding: 0;
	background: #76B44C url(/images/buttonmid.gif) top left repeat-x;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #FFFEFF;
}

.buttonmid a:link,
.buttonmid a:visited {
	height: 19px;
	font: 14px/19px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #FFFEFF;
}
	
.buttonmid a:hover {
	color: #007E00;
}

.buttonmid a:active {
	color: #58A545;
}

.buttonright {
	width: 19px;
	margin: 0 5px 0 0;
	border: 0;
	padding: 0;
	background: url(/images/buttonright.gif) no-repeat left;
}

#contenttable {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	cursor: default;
}

.contentlinkcell {
	width: 150px;
	font-size: 10px;
}

#contentmaincell {
	padding: 0 10px 0 10px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #007E00;
}
	
a:hover {
	color: #58A545;
}

a:active {
	color: #58A545;
}
