body {background-color: #82a9c1; margin-top: 0; font-family: Verdana, arial, helvetica; overflow: -moz-scrollbars-vertical;  

}
 
 
:focus
{
  -moz-outline-style: none; /* gets rid of that pesky dotted out line on FF  */
}

a:active{outline:none} /* gets rid of that pesky dotted out line on links in FF and IE */

 
h1 { font-size: 14pt; 
     color: #ffffff; 
     font-style: normal;
     font-weight: normal; 
     vertical-align: bottom; 
}
h2 { font-size: 12pt; 
     font-family: Verdana, arial, helvetica;
     color: #ffffff; 
     font-style: normal;
     font-weight: normal;
     vertical-align: middle; 
}
h3 { font-size: 10pt; 
     font-family: Verdana, arial, helvetica;
     color: #ffffff; 
     font-style: normal;
     font-weight: normal; 
}
h4 { font-size: 13pt; 
     color: #ffffff; 
     font-style: normal;
     font-weight: bold; 
}
h5 { font-size: 18pt; 
     color: #000000; 
     font-style: normal;
     font-weight: normal;
     vertical-align: middle; 
 
}


.link { font-size: 12pt; 
     font-family: Verdana, arial, helvetica;
     color: #ffffff; 
     font-style: normal;
     font-weight: normal;
     vertical-align: middle;
     text-decoration: underline;

}
	  
.link:hover { color: #77aa50;
	          text-decoration: underline;
}

.link2 { font-size: 12pt; 
     font-family: Verdana, arial, helvetica;
     color: #ffffff; 
     font-style: normal;
     font-weight: normal;
     vertical-align: middle;
     text-decoration: none;

}
	  
.link2:hover { color: #77aa50;
	          text-decoration: underline;
}

.link3 { font-size: 10pt; 
     font-family: Verdana, arial, helvetica;
     color: #ffffff; 
     font-style: normal;
     font-weight: normal;
     vertical-align: middle;
     text-decoration: underline;

}
	  
.link3:hover { color: #77aa50;
	          text-decoration: underline;
}
.link4 { font-size: 12pt; 
     font-family: Verdana, arial, helvetica;
     color: #0af615; 
     font-style: normal;
     font-weight: normal;
     vertical-align: middle;
     text-decoration: underline;

}
	  
.link4:hover { color: #77aa50;
	          text-decoration: underline;
}

/* --------------- Start menu ------------------------*/

#navigation {
	position: absolute;      /* This moves the nav bar to desired location */ 
		top: 82px; left: 0px
		width: 600px;
  	    margin: 0;   /* Needed to anchor graphic to left edge */
	    padding: 0;  /* Needed to anchor graphic to left edge */
	    border: 0;   /* Needed to anchor graphic to left edge */
	    height: 0;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	list-style-type: none;
	display: inline;
	margin:0;
	padding:0;
}

#navigation a:link, #navigation a:visited {
	font-size: 12px;
	font-weight:bold;
	display:block;
	float:left;
	text-decoration: none;
	color: #ffffff;
	width:100px;
	height:48px;
	background-image:url("../images/nav-button-full.jpg");
	background-repeat: no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	line-height:38px;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration:none;
	background-image:url("../images/nav-button-part.jpg");
	line-height:12px;
}
ul {
	padding-top:0;
	padding-bottom:0px;
	line-height:124px;
}

/* ------ end menu --------- */
.footer { color: #cccccc;
	       font-family: Verdana, arial, helvetica;
	       font-size: 6pt;
	       text-decoration: none;
	       font-weight:bolder;
	       vertical-align: middle; 
}

.web { color: #f73e3e;
	 font-family: verdana, arial, helvetica;
	 font-size: 6pt;
	 text-decoration: none;
	 vertical-align: middle; 
 }
	 
.web:hover { color: #d58b0b }