body 
{
	background-color: #4c8a98 ;
	height: 100%; 
	margin-top: 0; 
	margin-bottom: 0 auto;
	hyphens: auto;
	font-size: 13pt;
}

li
{
	margin: 10px;
}

a
{
	text-decoration: none;
	color: #750303;
}

h1
{
	text-decoration: underline;
	font-size: 16pt;
	font-weight: normal;
}

h2
{
	text-decoration: underline;
	font-size: 14pt;
	font-weight: normal;
}

.maindiv
{
	background-color: white;
	height: 100%;
	width: 850px;
	margin: 0 auto;
}

.maindivdocument
{
	background-color: white;
	width: 850px;
	margin: 0 auto;
}

.content
{
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}

.contentdocument
{
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	padding-top: 10px;
	text-align: justify;
}

.navigation
{
	background-color: #628e35; 
	width: 100%;
}


.subnavigation
{
	display: inline-block; 
	margin-left: 0; 
	width: 40%; 
	box-sizing: border-box; 
	padding: 30px;
	
}
