body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:white;
 text-align:center;
 margin-top:10px;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#808080;
  font-size:10pt;
}
a:active, a:hover
{ 
  color:#009999;
}
a.menu:link, a.menu:visited
{ 
 color:black;
 background-color:white;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
 color:#737994;
 background-color:yellow;
}
a.menu {
 display:block;
 padding:3px;
 border-bottom:1px solid silver;
 background-color:white;
 text-align:center;
 font-weight: normal;
 color:#eeeeee;
 text-decoration:none;
 }

a.submenu {
 display:block;
 padding:3px;
 border-bottom:none;
 background-color:white;
 text-align:left;
 font-weight: normal;
 color:gray;
 text-decoration: none;
 }



#title {
height:60px;
padding:5px;
background-color:none;
border-bottom:1px solid silver;
}
#left {
background-color:white;
width:128px;
float:left;
}

.menucontainer {
border:none;
background-color:white;
width:106px;
margin:10px;
}
.submenucontainer {
font-size:8pt;
line-height:12pt;
border:none;
background-color:white;
width:400px;
margin-top:10px;
}

#content {
line-height: 12pt;
border-top:0px solid silver;
border-left:1px solid silver;
border-bottom:0px solid silver;
background-color: white;
width:650px;
float:right;
padding:0px 10px;
}

.text {
text-align:left;
color: #3A4D7F;
}


.footer {
   width:800px;
   margin-top:0px;
   padding: 5px;
   color: gray;
   text-align: right;
   font-family: Verdana, Arial;
   font-size: 8pt;
   font-weight: normal;
   border-top: 1px solid silver;
   }

#input {
    height:18;
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #F2F5FC;
    border: 1px solid gray;
    }
#mind_input {
    height:18;
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #FFCCCC;
    border: 1px solid;
    }
      
#reset {
    height:18;
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: white;
    border: 1px solid gray;
    }
   
#textarea {
    height:100;
    font-family: Verdana, Arial;
    font-size: 8pt;
    background-color: #F2F5FC;
    border: 1px solid gray;
    }
    

