body {
font-family: Arial, Helvetica, sans-serif;
color: #000000; 
font-size: 13px;
background: #ffffff;
background-image: url(images/bluewavesmla.gif);
background-repeat: repeat-x;
top:0;
left:0;
margin:0;
padding:0;
}

   /* Main blue headings, italics, centered */
H1 { color: #0033cc;
font-style: italic; 
font-weight: normal;
text-align: center; 
background: transparent;
font-family: Arial, Helvetica, sans-serif; 
} 

    /* med large blue headings, italics, centered */
H2 { color: #0033cc;
text-align: center; 
font-weight: normal;
font-style: italic; 
background: transparent;
font-family: Arial, Helvetica, sans-serif;
} 

    /* med blue headings align left*/
H3, H4 { color: #0033cc;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-style: italic; 
background: transparent; 
} 

.small { color: #009900;
font-family: Arial,Helvetica,sans-serif;
font-size: 10px;
background: transparent; } 

.floatright {
float: right;
width: 200px; 
margin-top:5px;
margin-bottom:10px;
margin-left:10px; }

.floatleft {
float: left;
width: 200px; 
margin-top:5px;
margin-right:10px;
margin-bottom:10px;  }

box600 {width:600px;
    margin-left:auto;
    margin-right:auto; }

.box500 {width:500px;
    margin-left:auto;
    margin-right:auto; }

.box400 {width:400px;
    margin-left:auto;
    margin-right:auto; }

.box300 {width:300px;
    margin-left:auto;
    margin-right:auto; }

.box200 {width:200px;
    margin-left:auto;
    margin-right:auto; }

UL 
{list-style-type: disc; 
font-size: 12px; 
font-family: arial,Helvetica,sans-serif; }

 /* code for links is green,
until mouse passes over, or visited, then blue */

a:visited {color: #009900;
  background: transparent;
  font: 12px sans-serif; 
font-weight: bold;
text-decoration: underline;  }
a:link {color: #009900;
  background: transparent;
  font: 12px sans-serif; 
font-weight: bold;
text-decoration: underline;  }
a:hover {color: #33cc00;
  background: transparent;
  font: 12px sans-serif; 
font-weight: bold;
text-decoration: underline;  }
a:active  {color: #33cc00;
  background: transparent;
  font: 12px sans-serif; 
font-weight: bold;
text-decoration: underline;  }


