body {
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	width: 810px; margin: auto;
	}

h1 {font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {font-size: 1em;
	font-weight: bold;
}
.footer {
	font-size: 0.8em;
	color: #666666;
	position: absolute;
	width: 710px;
}
h3 {font-size: 0.9em;
	font-weight: bold;
}
.indexnews {font-size: 0.8em;
}

.homelinks {
	font-size: 0.8em;
}
.homenavlinks {
	font-size: 0.9em;
	font-weight: bold;
	color: #003300;

}
.bottnavlinks {
	font-size: 0.9em;
	color: #666666;
	border-top-width: thin;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006600;
	padding-top: 10px;
	clear: both;
}
.newsbox {
	font-size: 0.85em;
	background-color: #99CC99;
	margin: 5px;
	padding: 10px;
	clear: right;
	float: right;
	height: 200px;
	width: 200px;
	border: 2px solid #0000CC;
}
.container {
	margin: 20px;
	width: 800px;
	border: thick solid #006600;
	padding: 10px 10px 10px 20px;
}
.logomission {
	background-color: #FFFFFF;
	padding: 5px;
	height: 100px;
	width: 790px;
	clear: both;
}
.mainnavbar {
	clear: both;
	height: 40px;
	width: 770px;
	font-size: 1em;
	font-weight: bold;
	color: #006600;
	padding: 5px 10px;
	white-space: nowrap;
	border-top: 3px solid #006600;
	border-right: none;
	border-bottom: 3px solid #0033CC;
	border-left: none;
	background-color: #99CC99;
}

.imageblock {
	width: 200px;
	float: right;
	text-align: center;
	margin-left: 10px;
	clear: right;
}


/* Link settings */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
