body {
   color: #000000;
   margin: 0;
   padding: 0; 
   background: url(\images/cream-background.gif); 
   font-family: arial, helvetica, sans-serif;
   font-weight: 100;
}

table, tr, th, td {
   font-family: arial, helvetica, sans-serif;
   font-weight: 100
}

/* Sidebar Positioning and properties */

#sidebar { 
   width: 155px;
   height: 800px; 
   z-index: 5;
   color: #FAFC3B; 
   background: #468a12;
   background-repeat: repeat-y; 
   position: absolute; 
   top: 0; 
   left: 0; 
} 

#sidelogo { 
   margin-top: 7px;
   margin-bottom: 10px;
   margin-left: 0px;
   text-align: center; 
} 

#sidelogo img {
   border: 0;
}

#sidebody { 
   height: auto; 
}

#sidebar a:hover{ 
   text-decoration: underline; 
   color: #FA3CFD; 
} 
#sidebar a { 
   color: #FAFC3B; 
} 
#sidebar a.more { 
   font-size: smaller; 
} 

#sidebar h2 { 
   display: none; 
} 

#sidebar h3 { 
   margin: 15px 21px 2px 0; 
   padding: 1px 0 1px 2px; 
   background: url(/images/greengrade.gif) #336633 repeat-y left;
   font-size: 100%; 
   font-weight: bold; 
   color: #669966; 
}

#sidebar h4 { 
   margin: 0 21px 0 0; 
   padding-left: 2px; 
   font-weight: bold; 
   font-size: x-small;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: small; 
}

/* Properties for side menu... */
ul.menu {
   margin-left:0px;
   padding-left: 25px;
   font-size: larger;
   font-weight: bold;
}

ul.menu a {
   color: #FAFC3B;
   text-decoration: none
}

/* ...and sub-menus */

ul.menu ul {
   margin-left:20px;
   padding-left: 0px;
   font-size: smaller;
   font-weight: bold;
   list-style-type: square;
}

ul.piclist {
   margin: 0 21px 5px 25px;
   padding-left: 0;
   list-style-type: square;
   font-size: x-small;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: small;
   font-weight: bold;
}

#sidebar p, 
#sidebar form { 
   padding-left: 2px; 
   padding-right: 21px; 
   font-size: x-small;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: small; 
   margin-top: 0; 
}

#counter {
   text-align: center;
   margin-top:15px;
}

/* Main Body Positioning and Properties */

#content { 
   margin-left: 155px;
   padding-left: 15px;
   padding-top: 0px;
   padding-right: 15px;
   padding-bottom: 15px;
   text-align: justify;
}

#content img {
   border-color: #487F1E;
}

#content a {
   color: #0033FF;
}

#content a:hover {
   color: #996633;
}

#content h2 {
   color: #468A12;
   font-weight: bold;
   margin-bottom:5px;
   text-align: left;
   font-size: large;       /* false value for WinIE4/5 */
   voice-family: "\"}\"";  /* trick WinIE4/5 into thinking the rule is over */
   voice-family: inherit;  /* recover from trick */
   font-size: x-large;     /* intended value for better browsers */
}

#content h3 {
   color: #468A12;
   font-weight: bold;
   margin-bottom:5px;
   text-align: left;
   font-size: medium;       /* false value for WinIE4/5 */
   voice-family: "\"}\"";  /* trick WinIE4/5 into thinking the rule is over */
   voice-family: inherit;  /* recover from trick */
   font-size: large;     /* intended value for better browsers */
}

#content h4 {
   color: #468A12;
   font-weight: bold;
   margin-bottom:5px;
   text-align: left;
   font-size: small;       /* false value for WinIE4/5 */
   voice-family: "\"}\"";  /* trick WinIE4/5 into thinking the rule is over */
   voice-family: inherit;  /* recover from trick */
   font-size: medium;     /* intended value for better browsers */
}

td.imgbox img {
   border-color: #999966;
}

td.imgbox p {
   margin-top: 5px;
   font-style: italic;
   text-align: center;
   font-size: x-small;     /* false value for WinIE4/5 */
   voice-family: "\"}\"";  /* trick WinIE4/5 into thinking the rule is over */
   voice-family: inherit;  /* recover from trick */
   font-size: small;       /* intended value for better browsers */
}

a:hover {
   color: blue;  /* dummy to get hover working in older browsers */
} 

.dropfirst:first-letter, .dropcap {
   float:left; 
   background-color:#669966;
   color:#FAFC3B; 
   font-size:195%;
   margin: 0px 1px 0px 0px;
   border: 3px solid #669966;
}

blockquote.news {
   font-family: "Courier New", Courier, monospace;
   text-align: left;
   background-color: #FFFFFF;
   padding:20px;
   border-width: 1px;
   border-style: solid;
   border-color:#CCCC99;
   font-size: small;       /* false value for WinIE4/5 */
   voice-family: "\"}\"";  /* trick WinIE4/5 into thinking the rule is over */
   voice-family: inherit;  /* recover from trick */
   font-size: medium;      /* intended value for better browsers */
}

th.plantitle {
   color: #FAFC3B;
   background-color: #669966;
   text-align: center;
   font-weight: bold;
}

td.planweekday {
   background-color: #CCFFCC;
   font-weight: bold;
   border: 1px solid #99CC99;
   text-align: left;
}

td.planweekend {
   background-color: #99CC99;
   font-weight: bold;
   text-align: left;
}

#today {
   border:3px solid #F60;
}

/* Classes used when displaying the search box */
.searchheader {
	background-color: #468a12;
	color: #fafc3b;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.searchbody {
   background-color: #99CC99;
   color: #000000;
   text-align: left;
   font-weight: 100;
}

/* LEO Event Listings */
.eventloc {
   text-align: center;
   width: 10em;
   float: right;
   margin-left: 1em;
   margin-bottom: 1em;
   z-index: 20;
}

dl {
  padding: 0;
  margin: 0 5px 0.5em 0;
  position: relative 
} 

dl.evdets {
   margin-right: 10em;
}

dt { 
  clear: left;
  float: left;
  margin: 0px 0px 5px;
  width: 6em;
  font-weight: bold;
  color: #669966;
}

dd { 
  padding: 0;
  margin: 0 5px 5px 6em; 
  text-align: left;
} 

.region {
   font-weight: bold;
   color: #669966;
   margin-top: 0;
} 

#buttonbar {
   clear: right;
   max-width: 25em;
   padding-top: 1em;
}

* html #buttonbar {
   width: 25em;
}

#prevbut {
   float: left;
}

#nextbut {
   float: right;
}

@media print {
   
   body {
      color: #000000;
      background: #FFFFFF; 
      font-size: 10pt;
   }

   /* Headers and Footers are hidden on print */

   #header { 
      display: none;
   } 

   #sidebar { 
      display: none; 
   } 

   #footer { 
      display: none; 
   } 

   /* Main Body Positioning and Properties */

   #content { 
      margin-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      text-align: justify;
   }

   #content a {
      color: #000000;
      text-decoration: none;
   }

   h2,h3,h4 {
      color: #000000;
   }

   .dropfirst:first-letter, .dropcap {
      background-color:#FFFFFF;
      color:#000000; 
      border: 3px solid #FFFFFF;
   }

   th.plantitle {
      color: #FFFFFF;
      background-color: #000000;
      border: 1px solid black;
   }

   td.planweekday {
      background-color: #FFFFFF;
      border: 1px solid black;
      text-align: left;
   }

   td.planweekend {
      background-color: #CCCCCC;
      border: 1px solid black;
      text-align: left;
   }

   #today {
      border:1px solid black;
   }

   #moreform {
      display: none;
   }

   #content a.fakebutton {
      display: none;
   }
}

