#header {
  text-align: center;
  margin: 10px;
  padding: 10px;
  height: 110px;
}

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvetica,Arial,sans-serif;
background-color: #B4C6DB;
}


.imagecenter {text-align: center;}

.textcenter {text-align: center;}

#center {padding-left:5em;}


#left {
  position: absolute;
  left: 15px;
  top: 112px;
  width: 100px;
}

#leftborder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
height: 600px;
background-color: #6699CC;
z-index : -1;
}

#leftborderlong {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
height: 1800px;
background-color: #6699CC;
z-index : -1;
}

#center {
  top: 0;
  margin-left: 150px;
  margin-right: 150px;
}


#right {
  position: absolute;
  top: 112px;
  right: 15px;
  width: 100px;
}
#rightborder {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
height: 600px;
background-color: #6699CC;
z-index : -1;
}

#rightborderlong {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
height: 1800px;
background-color: #6699CC;
z-index : -1;
}

.vertmenu ul{list-style-type:none; padding-top:1em; padding-bottom:0.5em; padding-left:2em; margin:0 0 0 -0.5em; width:10em}
.vertmenu ul li{background:#000; margin:0.5em 0 1em 0; padding:0.3em;}

.vertmenu a{color:#D2DDEA; font-weight:bold; text-decoration:none;}
.vertmenu a:hover{color:#65ADFD; text-decoration:underline;}
.vertmenu a:active{color:#65ADFD; text-decoration:underline;}
/*

.vertmenu a {margin-top: 3px; margin-bottom: 3px; font: bold 12px/1.5em verdana, sans-serif; color: black; text-align: center;}
.vertmenu a {border-right: #31557f 2px solid; padding-right: 4px; border-top: #cce3ff 2px solid; display: block; padding-left: 4px; padding-bottom: 4px; border-left: #cce3ff 2px solid; color: #224059; padding-top: 4px; border-bottom: #31557f 2px solid; background-color: #ebf5fc; text-decoration: none}
.vertmenu a:hover{border-right: #cce3ff 2px solid; border-top: #31557f 2px solid; border-left: #31557f 2px solid; border-bottom: #cce3ff 2px solid; background-color: #99aabf}
*/


