body {
font-family: arial,Helvetica,sans-serif;
color: #000000;
font-size:14px;
top:0;
left:0;
margin:0;
padding:0;
}

    /* large headings, italics, centered, darkest teal*/
H1 { color: #333366;
font-style: italic; 
text-align: center; 
background: transparent;
font-size:22px;
font-family: 'hoefler text', palatino, 'times Roman', serif;
} 

    /* med large headings centered, med dk teal  */
H2 { color: #333366;
font-family: 'hoefler text', palatino, 'times Roman', serif;
text-align: center; 
font-size:20px;
background: transparent; } 

    /* med-small headings, darkest teal */
H3 { color: #663399;
background: transparent; 
font-weight:bold;
font-size:14px;
font-family: 'Trebuchet MS', sans-serif; } 

    /* med-small headings, darkest teal */
H4 { color: #663399;
background: transparent; 
font-weight:bold;
font-size:12px;
font-family: 'Trebuchet MS', sans-serif; } 


           /* font color fuschia*/
.coloredfont { color:#cc33cc;
font-weight: bold;
font-size:14px; }

.smallfont {font-size:11px;}
.medfont {font-size:14px;}
.largefont {font-size:16px;}

.mono { font-family: 'Courier New', Courier, monospace; }

.leftalign { text-align: left; } 

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

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

		/* scripture indented, green, italic */
.scripture {color:#006633;
	font-style:italic;
	margin-left:1.5em;
   margin-right: 1.5em; }

div.quotenoi { margin-left:4em;
margin-right: 4em; font-size: 11px; }

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

.bullet { font-size: 25px; font-weight: bold; }

.border {border:1px solid #000000;}

hr {background:#333366;
   width:75%;
   height:1px;
   text-align:center; }

.clearboth {clear:both;}

.floatleft {float:left;}
.floatright {float:right;}


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

.floatleft300 {
float: left;
width: 300px; 
margin-top:5px;
margin-bottom:10px;
margin-left:10px; }

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

.floatright250border {
float: right;
width: 250px; 
margin:5px;
padding:5px;
border:1px solid #000000;
background:#ffffff; }

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

.box760  {width:760px;
    margin-left:auto;
    margin-right:auto; }

.box650 {width:650px;
    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; }

.box250 {width:250px;
    margin-left:auto;
    margin-right:auto; }

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

.box150 {width:150px;
    margin-left:auto;
    margin-right:auto; }

.box100 {width:100px;
    margin-left:auto;
    margin-right:auto; }


.menu { background:#ccccff;
	height:20px;
	width:594px; 
	padding:8px 2px 0px 2px;
	font-size:14px;
	border:1px solid #333366;}

.menu a:visited {color:  #000066;
 	font-weight: bold;
	background: transparent;
	text-decoration: none;
	padding:0 8px 0 8px; }
.menu a:link {color:  #000066;
	font-weight: bold;
	background: transparent;
	text-decoration: none; 
	padding:0 8px 0 8px; }
.menu a:hover {color:  #3333cc;
	font-weight: bold;
	background: transparent;
	text-decoration: none; 
	padding:0 8px 0 8px;  }
.menu a:active  {color:  #3333cc;
	qqfont-weight: bold;
	background: transparent;
	text-decoration: none; 
	padding:0 8px 0 8px;  }


 /* Dk navy until mouseoverthen lighter navy*/

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


