body             { font             : 14pt "times new roman",times,serif; 
                   color            : black;
                   margin           : 0px 0px; 
                   padding          : 0px;
                   text-align       : center;
                   background       : url("/photos/bground.jpg") #80bf80 repeat;
                   width            : 96%;
                 }

#page            {
                   width            : 800px;
                   margin           : 0px auto;
                   padding          : 0px;
                   border           : none;
                   text-align       : left;
                 }

h1               { 
                   font-size        : 30.0pt;
                   font-weight      : normal;
                   color            : 004400;
                 }

h2               { 
                   font-size        : 24.0pt; 
                   font-weight      : normal;
                   border-bottom    : 0px;
                   margin-bottom    : 0px;
                   padding-bottom   : 0px;
                   color            : red;
                 }

h3               { 
                   font-size        : 20.0pt;
                   font-weight      : normal; 
                   border-top       : 0px;
                   margin-top       : 0px;
                   padding-top      : 0px;
                   color            : blue;
                 }

h4               { 
                   font-size        : 16.0pt;
                   font-weight      : normal; 
                 }

img
{
  border : none;
}

a              { color       : #000000; text-decoration : none; 
                 font-weight : bold;       } 
a:link         { color       : #000000; text-decoration : none;
                 font-weight : bold;       } 
a:visited      { color       : #000000; text-decoration : none; 
                 font-weight : bold;       } 
a:active       { color       : #ffff00; text-decoration : none;
                 font-weight : bold;       } 
a:hover        { color       : #ffff00; text-decoration : none; 
                 font-weight : bold;       } 

.headerblock 
{
  width : 800px;
}

.headertitle
{
  width          : 450px;
  vertical-align: middle;
  text-align: left;
}

.headerlinks
{
  width          : 350px;
  vertical-align : middle;
  text-align     : center;
  font-size      : 18pt;
  font-face      : times new roman;
  padding        : 4px;
  background     : url("/photos/headerbg.jpg") #c0ffff;
}
 
td
{ 
  vertical-align : top;
  text-align     : left;
}

.yellow
{
  color          : ffff00;
  font-style     : italic;
}

.small
{
  font-size      : 10pt;
}

li
{
  margin-bottom  : 15px;
}

.error
{
  color          : red;
}

