@charset "utf-8"; 

body { 
font-family:Verdana,Arial; 
font-size:12px;
}
h1,h2,h3 {
  text-align:center;
  font-family:Palatino, Georgia, serif; 
}

h3 {
  text-align:center;
  font-family:Palatino, Georgia, serif;
  font-weight:normal; 
}



h2 { font-size: 16px;
     font-weight: bold;
     padding-top:10px;
     text-align:center;
     color:#3f3d3d;
}
     
strong{font-weight: bold;}
em{font-style: italic;}


  
#menu { 
  border-top-style:solid; 
  border-top-width:10px; 
  border-top-color:#CCCCCC; 
  margin-left:-0 
}

#menu ol {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
#menu ol li { 
  border-bottom-style:solid; 
  border-bottom-width:1px; 
  border-bottom-color:#CCCCCC; 
  margin-left:-0 
}
#menu ol li a { 
   display:block; 
   color:#000000; 
   background-color:#FFFFFF; 
   line-height:24px;
   padding-left:10px; cursor:pointer; 
}
#menu ol li a:hover { 
   color:#000000; 
   background-image:url(images/hover-brown.gif); 
   background-repeat:repeat-x; 
   }
#menu ol li a strong { 
  margin-right:10px;
}

#menu ul {
    list-style-type:none;
    text-indent: -2em;
}

#menu ul li {
    width:150px;
    margin:10px 0 0 0;
    padding:0 10px 0 0;
    line-height:15px;
    float:left;
}



#banner { 
   margin:auto;
   height : 64px;
   background-repeat: repeat-x;
   background-image : url(64Canvas.jpeg);
   background-position: center ;
}

#logo { 
   margin:auto;
   height : 64px;
   background-repeat: no-repeat;
   background-image : url(ScientusLogoSmall.jpeg);
   background-position: left; 
   padding: 0;
}


#content {
   padding-top:0px;
   }
   
img.center {
      display: block;
      margin-left: auto;
      margin-right: auto;
}



