body {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans;
	line-height: 1;
  }
  div.titlebar {
	padding: 5px;
	width: 595px;
	position: absolute;
	top: 15px;
	left: 165px;
	padding-left: 15px;
	height: 90px;
	color: #FFFFFF;
	background-color: #315073;
	font-size: 12pt;
}
  div.main {
    width: 580px;
	text-align: justify;
	position: absolute;
	margin: 15px;
	top: 130px;
	left: 171px}
div.main a {
	color: #4A79AD;
	text-decoration: none;
}
div.main a:active {
	color: #4A79AD;
	text-decoration: none;
}
div.main a:visited {
	color: #4A79AD;
	text-decoration: none;
}
.logo {
	background-color: #FFFFFF;
	background-image: url(images/logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 120px;
	width: 160px;
	left: 5px;
	top: 5px;
	position: absolute;
	border-color: #315073;
	border-width: 2px;
	border-style: solid;
}
  div.navbar {
	width: 140px;
	position: absolute;
	top: 126px;
	left: 15px;
	height: 600px;
	background-color: #315073;
  }
  ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: small;
	font-weight: bold;
}
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  ul.navbar a {
	display: block;
	margin: 7px 0;
	padding: 3px;
	padding-right: 6px;
	text-align: right;
	border: 1px solid;
	width: 131px;
	text-decoration: none;
	border-left-color: #00ACAD;
	border-top-color: #00ACAD;
	border-right-color: 005656;
	border-bottom-color: #005656;
	background-color: #000000;
	color: #9CBBDE;
	font-size: 9pt;
}
  ul.navbar a.here {
	color: #000000;
	background-color: #9CBBDE;
  }
  ul.navbar a:hover {
	background-color: #9CBBDE;
	color: #000000;
}
  a:link {
    color: white }
  a:visited {
    color: white }
