/* proentia.css */

BODY { 
  margin: 5% 10% 5% 10%;
  background: white; 
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt; 
}

H1, H2, H3, H4, H5, H6 { 
  font-weight: bold; 
  color: #73827b;
}

H2 {
  font-size: 16.5pt;  /* IE seems to use other proportions, so force this */
  margin-top: 0;  /* IE seems to collapse margins, so force this */
}

/*
.normal {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: normal;
}
*/

:link, :visited {
   text-decoration: underline;
   color: black;
}

:link:hover, :visited:hover {
  text-decoration: underline;
  color: #73827b;
}

:link:active, :visited:active {
  text-decoration: none;
  color: black; 
}

A:link, A:visited {
   text-decoration: underline;
   color: black; 
}

A:link:hover, A:visited:hover {
  text-decoration: underline;
  color: #73827b;
}

A:link:active, A:visited:active {
  text-decoration: none;
  color: #73827b;
}

.headerBlock {
   width: 100%;
   padding: 4% 0%;
   text-align: right;
/*   border-top: 2px solid #73827b;
   margin-top: 4ex; */
}

.spacerBlock {
   float: left;
   width: 1px;
/*   padding-top: 40ex; */
}

.naviBlock {
   float: left;
   width: 25%;
   margin: 2ex 4% 2ex 0;
/*   margin-top: 2ex;
   margin-bottom: 2ex; */
}

.mainBlock {
   float: left;
   width: 70%;
   margin-top: 2ex;
/*   margin: 0 0 0 4%; */
}

.footerBlock {
   float: left;
   width: 100%;
   margin: 4ex 0 4ex 0;
/*   border-bottom: 2px solid #73827b; */
}

/*
.navi {
  font-weight: bolder;
  color: #73827b;
}
*/

SPAN.naviActive {
/*  font-weight: bolder; */
  color: #73827b;
}

.main {
   margin-left: 5ex;
}

img.logo {
   float: left;
   border: none;
}

.name {
  color: #73827b;
}
