
html, body {
  font-family: "Trebuchet MS",Helvetica,Geneva,Arial,sans-serif;
  padding-left: 8px;
  padding-top: 15px;
  color: #022f55;
  background-color: #ffff99;
} 
#pagewidth{ 
 width:1100px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 margin-top: 12px;
 margin-left:12px;
 position:relative; 
 height:130px; 
  background: transparent url(media/logo.jpg) no-repeat; 
 width:933px;
} 

  
#leftcol{
margin-top:12px;
  margin-left: 12px;
 width:17%; 
 float:left; 
 position:relative; 

 }
 
 h1 {
  color: black;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 6px;
  font-family: Georgia,"Times New Roman",Serif;
}
h2 {
  color: black;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 6px;
  font-family: Georgia,"Times New Roman",Serif;}
 .fee {
  font-family: "Georgia","Times New Roman",Serif;
  text-align: center;
  font-weight: bold;
}
.h3{
font-family: Trebuchet MS, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #7b0000;
}
.course {
  font-family: Georgia,"Times New Roman",Serif;
  text-align: left;
}
.message {
  font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
  text-align: center;
  color: black;
  font-weight: bold;
}
 .glossymenu {
  border-style: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 160px;
}
.glossymenu li a:visited, .glossymenu li a:active {
  color: black;
}
.glossymenu li a {
  padding: 10px 10px 3px 14px;
  background: white url(media/glossyback.gif) repeat-x scroll left bottom;
  font-family: "Trebuchet MS",Verdana,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: black;
  display: block;
  width: 10em;
  text-decoration: none;
}
 .recipemenu {
  border-style: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 160px;
}
.recipemenu li a:visited, .glossymenu li a:active {
  color: black;
}
.recipemenu li a {
  padding: 10px 10px 3px 14px;
  background-image: url(media/recipeboard.jpg);
   border-style: dashed;

  font-family: "Trebuchet MS",Verdana,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: black;
  display: block;
  width: 20em;
  text-decoration: none;
}

 
#rightcol{
    margin-top: 12px;
 width:20%; 
 float:right; 
 position:relative; 
 }
 
#maincol{
padding: 12px;
 margin-top: 12px;
 margin-left: 15px;
 float: left; 
 display:inline; 
 position: relative; 
 width:57%; 
 }
 
/*.recipebox { */
/*  background-repeat: repeat;*/
/*   background-image: url(media/recipeboard.jpg);*/
/*   border-style: dashed;*/
/*}*/
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 6px;
  width: 170px;
  height: 1em;
}
.italic {
  color: #1e203a;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10pt;
}
 .comment {
  font-family: "Trebuchet MS",Verdana,Helvetica,sans-serif;
  font-size: 15px;
  color: #000080;
  font-weight: bold;
  text-align: left;
  width: 50em;
}
.comment2 {
  font-family: "Trebuchet MS",Verdana,Helvetica,sans-serif;
  font-style: italic;
  color: #000080;
  font-weight: bold;
  font-size: 15px;
  width: 8em;
}
.footer{
  border-top: 2px dotted #b74e07;
  clear: both;
}
#footer {
  border-top: 2px dotted #b74e07;
  clear: both;
}
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;}
#maincol{width:100%; float:none;}
}
