#webLogoLeftDiv {
	position: absolute;
	left: 0px;
	top: 0px;
}

#webLogoRightDiv {
	position: absolute;
	right: 0px;
	top: 0px;
}

#webHeaderDiv {
	height: 105px;
}

#webNavbarDiv {
	background-color: #D0D0D0;
	border-color: #000000;
	border-width: 1px;
	border-style: dashed;
	/* height: 18pt; */
	padding-bottom: 2px;
	text-align: center;
}

#webMenuDiv {
	position: absolute;
	display: inline;
	left: 3px;
	width: 140px;
	padding: 5px;
	background-color: #D0D0D0;
	border-color: #000000;
	border-width: 1px;
	border-style: dashed;
}

#webNavbarDiv a, #webNavbarDiv a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}

#webMenuDiv a, #webMenuDiv a:visited {
	font-size: 9pt;
	color: #000000;
}

#content {
	position: absolute;
	display: inline;
	left: 150px;
	margin: 10px;
}

h1.siteheading {
	text-align: center;
	color: #707070;
	padding-top: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Helvetica", sans-serif;
}

h2 {
	color: #707070;
	font-family: "Helvetica", sans-serif;
}

h3 {
	color: #707070;
	font-family: "Helvetica", sans-serif;
}

h4 {
	color: #707070;
	font-family: "Helvetica", sans-serif;
}

h5 {
	color: #707070;
	font-family: "Helvetica", sans-serif;
}

h6 {
	color: #707070;
	font-family: "Helvetica", sans-serif;
}

html {
	height: 100%;
	margin: 0px;
}

body {
	height: 100%;
	margin: 0px;
}

p {
	text-align: justify;
}

#webMenuDiv ul {
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.date {
	font-size: 8pt;
	color: grey;
	text-align: right;
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

a, a:visited, a:active {
	color: #000060;
	text-decoration: none;
}