<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<!--
      This stylesheet defines the styles that we use in our web site.
      Please rely on these styles and avoid times when you override them!
-->
<STYLE type="text/css">
<!-- begin stylesheet definitions --
{}

BODY{
  background-image : url(garlicbackground.jpg);
  color : black;
  font-family : Verdana,sans-serif;
}

H1 {
  color : red;
  text-align : center;
}
H2{
  color : red;
}
H3{
  color : red;
}

A:HOVER{
  color : #6060ff;
}
A:ACTIVE{
  color : yellow;
}

.whitediamondlist {
  list-style-image : url(websitewhitediamond.gif);
}

// THE NEXT FEW DEFINITIONS ARE FOR FUTURE DEVELOPMENT

// masthead positioning on the page
#masthead       {
        position:absolute;
        top:0;
        left:0;
        //height:70px;
        width:100%;
        //color:#fff;
        //background:#4477bb;
        z-index:1;
        padding:0;
        margin:0;
}

// navigator section on the page
#nav-left       {
        position:absolute;
        //top:0;
        left:0;
        //height:70px;
        width:200px;
        //color:#fff;
        background:red;
        z-index:1;
        padding:0;
        margin:0;
}

-- end stylesheet definitions -->
</HTML>
