body
{
   font-size: 10pt;
   color: black;
   font-family: 'Arial', 'Helvetica', 'Sans-Serif';
   background-color: steelblue;
   text-align: left;
}

#mnudiv
{
   font-weight: bold;
   font-size: 14pt;
   font-family:  'Times New Roman', 'Times', 'Serif';
   background-color: white;
   color: red;
   text-align: center;
   vertical-align: bottom;
   height: 20;
}

#mnudiv2
{
   font-weight: bold;
   font-size: 18pt;
   font-family: 'Times New Roman', 'Times', 'Serif';
   background-color: white;
   color: red;
   text-align: right;
   cursor: hand;
   text-decoration: none;
   vertical-align: top;
   height: 60;
}

#mnudiv3
{
   font-weight: bold;
   font-size: 10pt;
   font-family: 'Arial', 'Sans-Serif';
   background-color: white;
   color: black;
   text-align: left;
   vertical-align: bottom;
   height: 20;
}

.subheader
{
   font-weight: bold;
   color: navy;
   font-size: 16pt;
   font-family: 'Arial', 'Helvetica', 'Sans-Serif';
}

.submenu
{
   cursor: hand;
   font-weight: bold;
   font-size: 10pt;
   font-family: 'Arial', 'Helvetica', 'Sans-Serif';
   color: navy;
   text-align: left;
}

.menu
{
   cursor: hand;
   font-weight: bold;
   font-size: 10pt;
   font-family:  'Arial', 'Helvetica', 'Sans-Serif';
   color: white;
   text-align: justify;
   text-decoration: none;
}

.hdrlink
{
   text-decoration: none;
   color: red;
}

.mnulink
{
   text-decoration: none;
   color: white;
}

A:hover {
   text-decoration: none;
   color: red;
}

A:active {
   text-decoration: none;
   color: red;
}

.submnulink
{
   text-decoration: none;
   color: navy;
}

#mainrow
{
   height=450;
}

.contact
{
   font-size: 12pt;
   color: white;
}

#intro
{
   font-size:11pt;
   color: navy;
}

#new
{
   font-size:12pt;
   color: red;
}

.tiny
{
   font-size: 8pt;
   font-family: 'Arial', 'Helvetica', 'Sans-Serif';
}

.sponsors
{
   font-family: 'Times New Roman', 'Times', 'Serif';
   font-size: 18;
   font-weight: bold;
   color: Navy
}


