body {
   margin: 0em;

   color: black;
   background-color: #FFF079;
   background-image: url(../tulip-bg.gif);
   background-repeat: no-repeat;
   background-position: top-left;
   
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1em;
}


h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
   font-size: 1.75em;
}

a:link, a:visited {
   color: black;
   text-decoration: underline;
}

a:hover {
   color: black;
   text-decoration: underline;
}

table {
   border-collapse: collapse;
}

table.page {
   width: 100%;
   margin: 0em;
}

td.header1, td.header2 {
   margin: 0;
   padding: 0;
   text-align: left;
}

td.header1 {
   background-color: #889338;
}

td.header2 {
   background-color: #FFF079;
}

table.footer {
   width: 100%;
   margin: 0em;
   background-color: #889338;
}

td.footer {
   width: 50%;
   background-color: #889338;
   text-align: left;
   font-size: 1.3em;
   color: white;
   text-align: center;
   height: 2em;
}

td.footer a:link, td.footer a:visited {
   color: white;
   text-decoration: none;
}

td.footer a:hover {
   color: black;
   text-decoration: none;
}

td.menu {
   padding: 0.5em;
   height: 100%;
   width: 25%;
   vertical-align: top;
}

td.menuitem {
   padding-bottom: 1em;
   font-size: 1.5em;
   font-weight: bold;
   font-family: Arial,Helvetica,san-serif;
}

td.menuitem a:link, td.menuitem a:visited {
   color: black;
   text-decoration: none;
}

td.menuitem a:hover {
   color: #AAA;
   text-decoration: none;
}

td.menutext {
   padding-bottom: 1em;
   font-size: 0.75em;
   font-family: Arial,Helvetica,san-serif;
   text-align: center;
}


td.content {
   padding: 0.5em;
   vertical-align: top;
   width: 75%;
}

td.content img {
   padding: 0.5em;
}

td.thumbnail {
   text-align: center;
   vertical-align: center;
}

img.enlarge {
   border: thin solid black;
}

img.thumbnail a:active, img.thumbnail a:link {
img.thumbnail a:hover,  img.thumbnail a:visited {
   border: thin solid black;
}

span.btg {
   font-weight: bold;
}