body
{
  margin: 15px;
  background-color: #dddddd;
  font-family: Calibri, Arial;
  font-size: 16px;
}

.header
{
  background: url(/images/header.png);
  top: 0px;
  left: 200px;
  width: 780px;
  height: 94px;
  margin: auto;
}

a img
{
    border: solid 0px black;
}

a
{
    color: #616282;
}

.maincontainer
{
  margin: auto;
  width: 780px;
  height: 99%;
}

.leftmenu
{
  background: url(/images/BlankButton.png);
  width: 165px;
}

.righthand
{
  background-color: #dfe6ed;
  width: 615px;
}

.topbar
{
  position: relative;
  top: 28px;
  height: 8px;
  background-color: #bdccdc;
  width: 450px;
}

.toptext
{
  position: relative;
  top: 3px;
  color: #2c5b8a;
  left: 25px;
  font-size: 24px;
}

.maintext
{
  position: relative;
  top: 10px;
  color: #2c5b8a;
  padding: 10px 10px 20px 10px;
  min-height: 400px;
}

* html .maintext
{
    height: 400px;
}

.leftimagediv
{
  float: left;
  padding: 0px 10px 10px 0px;
}

.bottombarline
{
  height: 1px;
  background-color: #a3b9d0;
  width: 780px;
  margin: auto;
  font-size: 11px;
  color: #96b0ca;
  text-align: center;
}

.bottombar
{
  height: 15px;
  background-color: #336699;
  width: 780px;
  margin: auto;
  font-size: 11px;
  color: #96b0ca;
  text-align: center;
}