body {
	font-family: Verdana,Geneva,Arial,Sans-serif;
	font-size: 10pt;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 10px;

/*	border-left: 150px solid #70a2d7;*/
	border-left: 150px solid #75AADB;
	border-top: 1px solid gray;
 	border-right: 1px solid gray;
}
a {
	color: #305297;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #002267;
	background-color: inherit;
	text-decoration: underline;
}

a:visited {
	color: #002267;
	background-color: inherit;
}

/*td {
	vertical-align: top;
}*/

h1 {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20pt;
}

h2 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 15pt;
}

.logos {
	text-align: center;
}

.logos a img {
	display: inline;
	padding: 2px;
}

.menu {
/*	background: #70a2d7;*/
	background: #75AADB;
	color: white;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
}

.items {
	font-weight: bold;
	letter-spacing: 2px;
}

.items a {
	text-align: left;

	display: block;

	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 3px;
	margin-right: 3px;

	border: solid;
	border-width: 2px;
	border-color: white;

	color: white;
	background-color: inherit;
	font-size: 15px;

	padding: 4px;
	text-decoration: none;
}

.items a:hover {
	border-color: black;
}

.footer {
	padding: 2px;
	border: solid;
	border-width: 1px;
	border-color: gray;
	margin-top: 40px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0px;

	color: gray;
	background-color: inherit;
	font-size: 7pt;
	font-style: italic;
	letter-spacing: 1px;
	text-align: right;
}

.footer a {
	color: gray;
	background-color: inherit;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

