body{
  background-color:#ffffff;
  font-family: "MS Trebuchet", Arial, Helvetica, Verdana, Univers;
  text-align:center;
  font-size:8pt;
}

a:link {text-decoration: none;  color: darkred;}
a:visited {text-decoration: none;  color: darkred;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

h1{
  font-size: 120%;
}

blockquote{
  border-left: 1px solid #ffcc99;
  margin-left: 10px;
  margin-top: 6px;
  padding-left: 5px;
  background-image: url('../images/paper.jpg');
}

hr {
  color: darkred;
  background-color: darkred;
  height: 1px;
  border: 0;  
}

.overall{
  background-color:#ffffff;
  width:760px;
  height:540px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ffffff;
}

.title {
  background-image:url(../images/tower2.jpg);
  text-align:center;
  height:104px;
}

.footer {
  background-color:#ffffff;
  height:26px;
  clear:both;
  text-align:center;
  font-style:italic;
  background-image:url(../images/background.jpg);
  background-repeat:repeat-y;
}

.menu {
  background-color:#ffffff;
  background-image:url(../images/background.jpg);
  background-repeat:repeat-y;
  text-align:left;
  height:410px;
}

.subMenu {
  display:none;
}

ul.subMenuList{
  list-style-type: none;
}

.content {
  margin: 5px;
  float:right;
  width:580px;
  text-align:left;
}

#contentSimple {
        text-align: justify;
        padding: 10px;
        border: 1px solid #cc9966;
	border-right: none;
        z-index: 2;
        height:350px;
        overflow:auto;
        }


ul.menuList{
  list-style-type: square;
}