﻿body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #cccc99;
}

/* 	Top Menu */
div#topmenu {
  background: #336666;  
  border-left: 1px solid #336666;
  border-right: 1px solid #336666;
  clear: both; 
  height: 25px;
  padding-top: 0px;
  padding-left: 76px;  
}


/* 	Left Menu */
.sidenav {
  clear: both;
  width: 161px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-align: right;
  line-height: 18px;
}

a.sidelink {
  color: #006666;
  text-decoration: none;
}
a.sidelink:hover {
  color: #339999;
  text-decoration: none;
}
a.sidelinkbold {
  color: #006666;
  text-decoration: none;
  font-weight: bold;
}
a.sidelinkbold:hover {
  font-weight: bold;
  color: #339999;
  text-decoration: none;
}
.sidelinkinactive {
  font-weight: bold;
  color: #999966;
  text-decoration: none;
}

.footer {
  background: #336666;
  clear: both;
  color: #FFFFCC;
  height: 20px;
  font-family: Times New Roman, Times, serif;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  width: 783px;
}

a.footer {
  text-decoration: none;
}
a.footer:hover {
  text-decoration: none;
  color: #ffffff;
}