.mainbutton {
 width:742px;
 padding:2px;
}

input.button {
 float: right;
 padding: 2px; 
 font-size: .8em;
 font-weight:normal;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 border: solid 1px #000;
 cursor: pointer;
}

#button_open {
 background: #00008B;
 color: #FFFFFF; 
}

#button_close {
 background: #00CCCC;
 color: #ffffff; 
}

.toggleLink {
 border-style: solid; 
 border-width: 1px; 
 padding: 2px; 
 color: #FFFFFF; 
 background: #00008B;
 font-size: .8em;
 font-weight: normal;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 float:left;
 border-bottom:1px solid #000;
 cursor:pointer;
}

.subtitle {
 width:741px;
 padding:3px;
 background-color:#C0C0C0;
 color: #000000;
 font-size: 0.9em;
 font-weight:bold;
 border-bottom:1px solid #000;
}

.wrapper {
 width:745px
}

.singletitle {
 padding:2px;
 background-color:#7b7d8e;
 border-bottom:1px solid #000;
 color: ButtonHighlight;
}

a:link, a:visited, a:active, a:hover {
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}

a:active, a:hover {
  color:#009999;
}

a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:left;
 color:#eeeeee;
 text-decoration:none;
 font-size: .8em;
 }

a.menu:link, a.menu:visited {
  color:#eeeeee;
 background-color:#737994;
 text-decoration:none; font-weight:bold;
}

a.menu:active, a.menu:hover {
 color:#737994; font-weight:bold;
 background-color:#eeeeee;
}

.left {
background-color:#bdbec6;
width:170px;
float:left;
}

.menutitle{
font-weight:bold;
font-size: 7.5pt;
color:#eeeeee;
text-align:left;
margin:2px;
}

.info_container {
 display:none;
}

.menucontainer {
border:1px solid #000;
background-color:#7b7d8e;
width:145px;
height:145px;
margin:10px;
}

.singlecontent {
border:1px solid #efeff7;
background-color:#efeff7;
width:553px;
float:right;
padding:0px 10px;
height:165px;
}

p, ul, li {
font-family:Verdana;
font-size:11px;
}