/*   Palm Science style sheet   */

 body {
   text-align: center;
   min-width: 760px;
  }

 em {
   font-weight: bold; 
  }

 hr {
	text-align: justify;
  }

#pagewrapper {
   width: 760px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}

#header {
   width: 760px;
   height: 85px;
   border-bottom: 4px black solid;
}

#menubar {
   width: 760px;
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: center;
}

.titleBar {
   padding-top: 5px;
   height: 32px;
   text-align: center;
   font-family: arial helvetica non-serif;
   font-size: 20px;
   color: #215A00;
   background-color: #9a9f79;
   border-bottom: 2px solid #215A00;
}

 p.right {
   text-align: right;
  }


 .leftcol {
   float: left;
   width: 130px;
   text-align: center;
   padding-top: 10px;
   background-color: lightblue;
   border-right: 4px black solid;
  }

 .content {
   float: left;
   width: 760px;
   font-family: arial, helvetica, non-serif;
   font-size: 15px;
  }

a.button {
   font-weight: bold;
   font-size: 9px;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #EFEFE7;
   color: #215A00;
   padding: 2px 8px;
   border-top: 2px solid #215A00;
   border-right: 1px solid green;
   border-bottom: 1px solid green;
   border-left: 2px solid #215A00;
   text-align: center;
   min-width: 75px;
   text-transform: uppercase;
   text-decoration: none;
}

a.button:hover {
   background-color: white;
   color: #215A00;
   border-top: 1px solid green;
   border-right: 2px solid #215A00;
   border-bottom: 2px solid #215A00;
   border-left: 1px solid green;
   text-decoration: none;
}


