BODY{
  margin: 25px;
  padding: 0px;
  background: navy url(bg.gif);
  color: #000000;
}


BODY,DIV,SPAN,TABLE,TR,TD,UL,LI{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

#container{
 background: #fff;
 color: #000000;
}

.navigation{
  padding:25px 0px 25px 4px;
  width: 150px;
  border: 1px solid #293163;
  border-right: none;
  vertical-align: top;
  background: #EEEDED url(navBackground3.gif) repeat-y top right;
  color: #000000;
}

#content{
  border-top: 1px solid #293163;
  padding: 5px;
  background-color: #EDF4FC;
  color: #000000;
}

.list-header{
  font-weight: bold;
  text-decoration: underline;
  margin-top: 5px;
  margin-left: 25px;
}

.noUnderline{
  text-decoration: none;
  color: navy;
  font-weight: bold;
}

H1{
  font-size: 24px;
  font-weight: bold;
}

.para{ margin-top: 15px; }
.navElement,.navElementOver,.navElementActive{ font-size: 11px; }
.list-element{ margin-left: 50px; }
A{ color: blue; }
