
/* defines the two thin lines separating the page title and graphic from the rest of the page */
#toptitle td {
  border-top: 1px solid #999999; 
  border-bottom: 1px solid #999999;
  padding: 10px 0 10px 0;
}

/* styles for the two large buttons on the front page */
#bigbutton :link, #bigbutton :visited {
   color: white;
   display: block;
   padding: 20px 20px 20px 20px;
   text-decoration: none;
   font-weight: bold;
   font-size: large; 
}
#bigbutton :link:hover, #bigbutton :visited:hover  {
   color: #FFFF00;
   text-decoration: underline;
}


/* SIDEBAR NAV STYLES stolen mostly from http://www.mozilla.org/css/default.css */
/* originally by Dave Shea, modified by L. David Baron */
/* modified for www.metaboliced.com by Rob Buels (rmb32@cornell.edu) */
#nav {
     font-family: Arial, Verdana, Sans-Serif;
     color: #FFFFFF;
     font-weight: bold;
     font-size: 10pt;
/*      border: 1px solid #666666; */
     border: none;
}

#nav :link, #nav :visited, #section_nav :link, #section_nav :visited {
     color: #FFFFFF;
     font-family: Arial, Verdana, Sans-Serif;
     font-weight: bold;
     display: block; 
     text-decoration: none;
}
#nav p {
     margin: 10 0 10 6;
}
#nav :link:hover, #section_nav :link:hover, #nav :visited:hover,
#section_nav :visited:hover {
     color:#FFFF00;
     text-decoration: underline;
}
#nav :link:active, #nav :visited:active {
     background: #888888;
}

#section_nav {
  border-collapse: collapse;
 border: none;
}
#section_nav td, #section_nav table {
     border: 1px solid black;   
     padding: 3px 10px 3px 10px;
}



/* /\* registration form styles *\/ */
/* #regform input { */
/*     font-weight: normal; */
/*     font-size: normal; */
/*     /\* border: none; *\/ */
/* /\*     border: 1px solid #6699FF; *\/ */
/* } */



/* course schedule and pricing styles */

#schedule  {
/* #schedule table,#schedule th, #schedule td { */
   border-collapse: collapse;
   border: 1px solid #AAAAAA;
   text-align: center;
}
#schedule caption {
   text-align: left;
   padding: 0 0.3em 0.3em 0.3em;
}
#schedule h4 {
   margin-bottom: 0.5em;

}
