body {
	background-color: #A0A0A0;
	color: black;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	background-color: transparent;
	color: #222222;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: white;
}

div#header {
	margin-bottom: 5px;
}

div#endmenu {
	padding-left: 20px;

	float: left;
}

div#content {
	padding-left: 0px;
	width: 90%;
	float: left;
}


div#content h1 {
	margin-top: 0px;
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #cc1111;
	color: black;
}


div#content h2 {
	margin-top: 0px;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #cc1111;
	color: black;
}



div#content h3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 0.8em;
}

div#content li {
	font-size: 0.8em;
}

div#content p {
	text-align: justify;
	font-size: 0.8em;
} 

div#content dd {
	font-size: 0.8em;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

div#content dt {
	font-size: 0.8em;
	font-weight: bold;
}

div#content blockquote {
	font-style: italic;
	font-size: 0.8em;
	margin-left: 4em;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-top: 3ex;
}

div#content cite {
	display: block;
	text-align: right;
	font-style: italic;
	margin-left: 4em;
	margin-right: 2em;
	font-size: 0.8em;
	margin-top: 0px;
}

div#content cite:before {
	content: "-";
}


div#content div.images {
	text-align: center;
	margin-top: 1ex;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
}

div#content div.images img {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

div#content table th {
	font-size: 1em;
	color: black;
	background-color: transparent;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-style: groove;
	border-color: silver;
	border-width: 0 0 2px 0;
}

div#content table td {
	font-size: 1em;
	color: black;
	background-color: transparent;
	vertical-align: top;
	padding: 5px;
}

div#content div.block {
	border-style: dashed;
	border-width: 2px;
	background-color: #C0C0C0;
	padding: 5px;
	font-size: 0.8em;
	text-align: justify;
	margin-bottom: 1em;
	margin-left: 0%;
	margin-right: 20%;
}

div#menus {
	float: left;
	width: 150px;
	margin-left: 5px;
}

div#menus dl {
	background-color: #5A5A5A;
	color: #D4D4D4;   
	border-color: #000000;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-width: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.7em;
}

div#menus dl dt {  
	background-color: #cc1111;
	color: black;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 2px;
}

div#menus dl dd {
	margin: 0px;
	padding: 0px;
	display: block;
}


div#menus dl a {
	background-color: transparent;
	color: white;
	border-color: #5A5A5A;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 1px;
	text-decoration: none;
	display: block;
	position: relative;
}

div#menus dl a:hover {
	background-color: #707070;
	color: white;
	border-color: #cc1111;
 	border-style: solid;
 	border-width: 1px;
}

div#menus dl a:active {
	background-color: #707070;
	color: #FFCC55;
	border-color: #9E9E9E;
	border-style: inset;
	border-width: 1px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#menus dl p {
	font-size: 1em;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 3px;
}


div#links{
	
	padding-left: 0px;
}


div#links dl {
	background-color: #5A5A5A;
	color: #D4D4D4;   
	border-color: #000000;
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-width: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.7em;
}

div#links dl dt {  
	background-color: #cc1111;
	color: black;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 2px;
}

div#links dl dd {
	margin: 2px;
	padding: 1px;
	font-size: 1em;
}

div#links dl a {
	background-color: transparent;
	color: white;
	border-color: #5A5A5A;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 1px;
	text-decoration: none;
	position: relative;
}

div#links dl a:hover {
	background-color: #707070;
	color: white;
	border-color: #cc1111;
 	border-style: solid;
 	border-width: 1px;
}

div#links dl a:active {
	background-color: #707070;
	color: #FFCC55;
	border-color: #9E9E9E;
	border-style: inset;
	border-width: 1px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#links dl p {
	font-size: 1em;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 3px;
}

div#footer {
	margin-left: 180px;
}

div#footer h4 {     
	background-color: transparent;
	color: #666666;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: overline;
	clear: both;
}
