﻿body
{
    background-color: #dbdbdb;
    font-family: Arial;
    color: #00927c;
}

td
{ 
    font-family: Arial;
    color: #000000;   
   
}

a:link
{
    color: #00927c;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
	color: #00927c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.text
{
    color:Black;
    font-size:small;
}
H1
{
    font-weight: bold;
    font-size: 30px;
    color: #00927c;
    font-family: Arial;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top:5px;
    line-height: 25px;
}

FIELDSET
{
    padding:0px 15px 15px 15px;
    border:solid 1px black;
    margin:0px 10px 10px 10px;
}

LEGEND
{
    font-size:22px;
    color:#00927C;
    border:solid 1px blue;
    padding:5px 5px 5px 5px;
}

.menu-home
{
    background-image: url(images/home.jpg);
    background-repeat: no-repeat;    
    width: 45px;
    height: 28px;
    float:left;
    
}

.menu-home:hover
{
    background-position: 0 -28;
    width: 70px;
}

.menu-about
{
    background-image: url(images/about.jpg);
    background-repeat: no-repeat;
    width: 70px; 
    height: 28px;
    float: left;
}

.menu-about:hover
{
    background-position: 0 -28;
    width: 102px;
}

.menu-programs
{
    background-image: url(images/programs.jpg);
    background-repeat: no-repeat;
    width: 74px; 
    height: 28px;
    float: left;
}

.menu-programs:hover
{
    background-position: 0 -28;
    width: 106px;
}

.menu-service
{
    background-image: url(images/service-areas.jpg);
    background-repeat: no-repeat;
    width: 100px; 
    height: 28px;
    float: left;
}

.menu-service:hover
{
    background-position: 0 -28;
    width: 146px;
}

.menu-partners
{
    background-image: url(images/partners.jpg);
    background-repeat: no-repeat;
    width: 65px; 
    height: 28px;
    float: left;
}

.menu-partners:hover
{
    background-position: 0 -28;
    width: 94px;
}

.menu-involved
{
    background-image: url(images/involved.jpg);
    background-repeat: no-repeat;
    width: 90px; 
    height: 28px;
    float: left;
}

.menu-involved:hover
{
    background-position: 0 -28;
    width: 135px;
}

.menu-links
{
    background-image: url(images/links.jpg);
    background-repeat: no-repeat;
    width: 48px; 
    height: 28px;
    float: left;
}

.menu-links:hover
{
    background-position: 0 -28;
    width: 70px;
}

.menu-contact
{
    background-image: url(images/contact.jpg);
    background-repeat: no-repeat;
    width: 80px; 
    height: 28px;
    float: left;
}

.menu-contact:hover
{
    background-position: 0 -28;
    width: 120px;
}

.menu-arrow
{
    float: left;
    position: relative;
    top: 7px;
    padding-left: 6px; 
}