body {
  background-image: url('../images/layout/page_background.jpg');
  text-align: center;
}

#header {
  width: 800px;
  text-align: left;
  font-size: 10pt;
  font-family: Arial;
  color: #666666;
  font-weight: bold;
  margin-bottom: 10px;
}
#header a {
  text-decoration: none;
  font-size: 10pt;
  font-family: Arial;
  color: #666666;
  font-weight: bold;
}
#header a:hover {
  text-decoration: underline;
}


#body {
  width: 800px;
  background-color: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

#banner {
  text-align: left;
}
#bannerimage {
  width: 469px;
  height: 136px;
}
#bannerlogo {
  width: 324px;
  text-align: center;
  padding-bottom: 20px;
}

#nav {
  background-color: #0066CC;
  height: 65px;
  width: 100%;
}
#navlinks {
  position: relative;
  float: left;
  width: 469px;
  height: 48px;
  padding-top: 8px;
  padding-bottom: 6px;
  border-right: 1px solid white;
}

#navlinks td {
  font: 12pt;
  font-family: Arial;
  width: 150px;
  height: 23px;
  margin-right: 3px;
  text-align: center;
  background-color: #3385D6;
  padding-top: 2px;
}
#navlinks td a {
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  color: #92D2FF;
}
#navlinks td.active a {
  color: white;
}
#navtext {
  position: relative;
  float: right;
  width: 324px;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  color: #92D2FF;
  padding-top: 12px;
}

#sidemenu {
  position: relative;
  float: right;
  left: -10px;
  width: 212px;
  text-align: left;
  margin-top: 10px;
  border-right: 1 solid #0066CC;
}
#sidemenu #sidemenutitle {
  font-size: 12pt;
  font-family: Arial;
  color: #0066CC;
  font-weight: bold;
  width: 212px;
  height: 43px;
  padding-top: 20px;
  margin-top: 2px;
  background-image: url('../images/layout/side_menu_bg.jpg');
}
#sidemenu .sidemenuitem {
  font-size: 10pt;
  font-family: Arial;
  color: #0066CC;
  font-weight: bold;
  width: 212px;
  height: 43px;
  padding-top: 20px;
  margin-top: 2px;
  background-image: url('../images/layout/side_menu_bg.jpg');
}
#sidemenu .sidemenuitem a {
  position: relative;
  float: right;
  top: -15px;
  margin-right: 10px;
}

#footer {
  width: 800px;
  text-align: left;
  font-size: 10pt;
  font-family: Arial;
  color: #666666;
  font-weight: bold;
  margin-top: 10px;
}