body {
  background: #ffffff none;
  color: #000000;
  font: 13px/1.5 "Verdana CE", "Helvetica CE", Verdana, "Arial CE", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px
}

h1 {
  font-size: 140%;
  font-weight: bold;
  color: #000066;
}

h2 {
  font-size: 120%;
  font-weight: bold;
}

img {
  border: none;
}
#page {
  width: 760px;
  background: #ffffff url(../img/bg2.gif) repeat-y;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#header {
  height: 72px;
  border-bottom: 2px solid #000099;
}

#toplogo {
  float: left;
  margin: 9px 25px 0px 4px;
  width: 91px;
  height: 62px;
}

#htitle {
  color: #000066;
  background: inherit;
  font-size: 22px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 5px;
}

#hsubtitle {
  color: #000066;
  background: inherit;
  font-size: 12px;
}

#maincontent {
  float:left;
  width: 715px;
  margin: 20px;
  color: #000000;
  background: inherit;
}
#topmenu {
  float: left;
  width: 100px;
  margin-top: 10px;
  margin-left: 4px;
  margin-right: 17px;
  font-size : 85%;
}

#sidebar {
  float: left;
  width: 150px;
  margin-top: 10px;
  margin-left: 30px;
  font-size : 85%;
}

#footer {
  clear: both;
  background: #ffffff none;
  color: inherit;
  margin-top: 10px;
  border-bottom: 2px solid #000099;
  border-top: 2px solid #000099;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size : 85%;
}

