body { color: #000000; 
background-color: #3399cc;
font-family: Arial, Helvetica, sans-serif;
top:0;
left:0;
margin:0;
padding:0;
}

      /* Main headings, black italics, centered */
H1 { color: #000000; 
font-weight: bold;
text-align: center; 
font-weight:18px;
background: transparent;
font-size: 150%;
} 

      /* med large  headings, black, centered */
H2 { color: #000000; 
font-weight: normal;
text-align: center; 
font-size:16px;
background: transparent;
font-size: 135%;
} 

        /* med black sub-headings align left*/
H3 { color: #000000;
font-weight: bold;
font-style: italic;
font-size:14px;
background: transparent; 
font-size: 100%;
} 

       /* small black headings align left*/
 H4 { color: #000000;
font-weight: bold;
background: transparent; 
font-size: 90%;
} 

.smallbold { font-style: italic;
font-size: 75%;
}


.small { color: #009900;
background: transparent; 
font-size: 75%;
} 

.redhilight {color:#ff0000;
font-weight:bold; }

.bullet { font-weight:bold;
font-size: 175%; }

.left {text-align:left;} 
.center {text-align:center;}
.right {text-align:right;}

.exsmallfont {font-size:11px;}
.smallfont {font-size:12px;}
.medfont {font-size:14px;}
.largefont {font-size:16px; }
.exlargefont {font-size:18px; }
.exexlargefont {font-size:20px; }

.textbottom {vertical-align:text-bottom;}
.textmiddle {vertical-align:middle;}
.texttop {vertical-align:top;}
.textbaseline {vertical-align:baseline;}

.indent { margin-left:4em;
	margin-right: 4em; }

.box700 {width:700px;
    margin-left:auto;
    margin-right:auto; }

.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; }


.floatleft200 {
	float: left;
	width: 200px;  }

.floatleft250 {
	float: left;
	width: 250px; }

.floatleft300 {
	float: left;
	width: 300px; }

.floatright300 {
	float: right;
	width: 300px; }

.floatleft350 {
	float: left;
	width: 350px; }

	
div.quote { margin-left:4em;
margin-right: 4em;
font-style: italic; }

UL {list-style-type: disc;  }

      /* code for menu links is 12px, dk blue, until mouse passes over, 
or visited, then purple */

.menu   a:visited {color: #000000;
  background: transparent;
  font-size: 100%; font-family: sans-serif; 
font-weight: bold;
text-decoration: none;  }
.menu   a:link {color: #000000;
  background: transparent;
    font-size: 100%; font-family: sans-serif; 
font-weight: bold;
text-decoration: none;  }
.menu   a:hover {color: #330099;
  background: transparent;
    font-size: 100%; font-family: sans-serif; 
font-weight: bold;
text-decoration: none;  }
.menu  a:active  {color: #330099;
  background: transparent;
    font-size: 100%; font-family: sans-serif; 
font-weight: bold;
text-decoration: none;  }

     /*code for internal links 13px, dk blue, purple on mouse over */
.internallinks  a:visited {color: #330099;
  background: transparent;
font-weight: bold;
text-decoration: underline; 
font-size: 110%; font-family: sans-serif; 
}
.internallinks   a:link {color: #000066;
  background: transparent;
font-weight: bold;
text-decoration:underline;  
font-size: 110%; font-family: sans-serif; 
}
.internallinks   a:hover {color: #330099;
  background: transparent;
font-weight: bold;
text-decoration: underline; 
font-size: 110%; font-family: sans-serif;  
}
.internallinks   a:active  {color: #330099;
  background: transparent;
font-weight: bold;
text-decoration:underline; 
font-size: 110%; font-family: sans-serif;  
}


      /* code for all other links 12 px, dk blue, until mouse passes over, 
or visited, then purple */

a:visited {color:  #000066;
  background: transparent;
font-weight: bold;
text-decoration: none;  
font-size: 100%;}
a:link {color: #000066;
  background: transparent;
font-weight: bold;
text-decoration: none; 
font-size: 100%; }
a:hover {color: #330099;
  background: transparent;
font-weight: bold;
text-decoration: none; 
font-size: 100%; }
a:active  {color: #330099;
  background: transparent;
font-weight: bold;
text-decoration: none; 
font-size: 100%; }

