
body { 
  background: black url(../images/background.png) repeat-x top;
  text-align: center;
}

body, th, td, input, textarea {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}

a, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #c2b738;
}

a:hover {
  text-decoration: none;
  color: #600808;
}

p {
  margin: 0pt;
  margin-top: 7pt;
}

#maintable {
  margin: auto;
  padding: 0px;
  width: 788px;
  border: solid black 2px;
}

#toptitle {
  margin: 3px;  
  margin-top: 22px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana;
  color: #222222;
}

#footer {
  margin: 3px;  
  text-align: center;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #DDDDDD;
}

#secondarytable {
  position: relative;
  text-align: center;
  border: solid white 4px; 
}

#menutable {
  text-align: left;
}


#menupicture {
  float: none;
}

#menu {
  position: relative;
  top: -346px;
  left: 16px; 
  width: 160px;
}

.menuitem {
  color: white;
  margin: 2px;
  font-size: 20px;
  float: left;
  z-index: 3;
  padding: 4px;
  padding-left: 8px;
  position: absolute;
  width: 100%;
}

.menulink {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/*
.menulink:hover {
  color: #c2b738;
  text-decoration: none;
}

.menuitem:hover {
  border: solid white 2px; 
  margin: 0px;
}
*/

.menuitem:hover {
  border: solid #c2b738 2px; 
  margin: 0px;
}

.menuitemselected {
  border: solid white 2px; 
  margin: 0px;
}

.menuitemmouseover {
  border: solid #c2b738 2px; 
  background: white;
  margin: 0px;
}

.menulinkmouseover {
  color: #c2b738; 
}

#menuitem_1 {
  top: 15px; 
}

#menuitem_2 {
  top: 70px; 
}

#menuitem_3 {
  top: 125px; 
}

#menuitem_4 {
  top: 180px; 
}

#menuitem_5 {
  top: 235px; 
}

#menuitem_6 {
  top: 290px; 
}


#contenttable {
  width: 100%;
  background: white url(../images/content_background.png) repeat-x top;
  text-align: left;
  border: none; 
  background-color: white;
  overflow: auto; /* to get parent to account for its child divs length ! */
  border-top: solid white 4px;
}

#pagetitle {
  padding: 10px;
  padding-bottom: 0px;
  width: 550px;
  border-right: solid #c2b738 2px;
  font-size: larger;
  font-weight: bold;
  color: #c2b738; 
}

.subtitle {
  display: block;
  font-size: larger;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 4px;
  color: #c2b738; 
}

.subtitle:hover {
  color: #c2b738;  
}


#content {
  width: 550px;
  padding: 10px;
  float: left;
  border-right: solid #c2b738 2px;
  text-align: justify;
}

#totop {
  width: 550px;
  text-align: center;
  padding: 10px;
  padding-top: 0px;
  float: left;
  border-right: solid #c2b738 2px;
}

#submenu {
  width: 176px;
  padding: 10px;
  padding-top: 6px;
  padding-left: 22px;
  float: left; 
  position: relative;
} 

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style: circle;
 /* list-style-image: url(../images/listicon_black.png);*/
  margin: 3px;
  color: black; /* #c2b738 */
}

.linkslist {
  list-style: disc;
  padding: 2px;
  padding-left: 14px;
}

.linkslistitem {
  list-style: disc;;
}

#inlineList {
  margin-left: 12px;
}

#author {
  font-size: smaller;
  font-weight: bold;
}

.map {
  border: solid black 1px;
}
