html, body {
	margin: 0px;
	height: 100%;
  font-family: Verdana;
  color: #191970;
/*  oudecolor: #596097*/;
}
.main {
	height: 100%;
	width: 100%;
	background-color: #E6E6FA;
}
.menu {
	background-color: #D4D7ED;
	width: 200px;
}
.menutop {
	background-image: url(images/menutopbg.png);
	background-repeat: repeat-x;
}
.right {
	float:left;
	height: 100%;
}
.righttop {
	background-image: url(images/topbg.png);
	background-repeat: no-repeat;
}
.mid {
	background-image: url(images/midbg.png);
	background-repeat: no-repeat;
}
.toprow {
	height: 10px;
	line-height: 1px;
}
.menubar {
	background-image: url(images/bgbar.jpg);
	background-repeat: repeat-x;
	background-color: #D4D7ED;
}
.topbar {
	background-image: url(images/bgbar2.jpg);
	background-repeat: repeat-x;
}
.footer {
	height: 30px;
}
.wbimg {
	background-image: url(images/wb.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 68px;
}
.asimg {
	background-image: url(images/as.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
}
.content {
	padding: 10px;
  font-size: 10pt;
}
.menudiv {
	padding-top: 5px;
	padding-left: 20px;
  font-size: 10pt;
}
.adresdiv {
	padding-top: 0px;
	padding-left: 0px;
  font-size: 8pt;
}
h1 {
  font-size: 12pt;
}
a {
	text-decoration: none;
	color: #4169E1;
	border-bottom: 1px dotted #4169E1;
}
.menu a, h2 a {
	border: 0px;
}
a:hover {
	color: #1D3FA3;
	border-bottom: 1px solid #1D3FA3;
}
div.entry table a {
	border: 0px;
}
.attached-image {
	border: 1px solid #3A64DD;
}
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	padding-bottom: 5px;
	background-image: url(images/menubar.png);
	background-repeat: no-repeat;
}
.rightimg {
	padding-top: 100px;
	padding-left: 20px;
}
.menu li a:hover {
	color: #1D3FA3;
	font-weight: bold;
	border: 0px;
}

