/* CSS Document */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2e2e;
	font-size: 9pt;
}
.bodycopy {
color: #212020; 
font-size: 9pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodybold {
color: #212020; 
font-size: 9pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.bodyboldred {
color: #990000; 
font-size: 9pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
visited: #990000;
}



.accent {color: #ff0000; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif;}

a.contact {
    display: block;
    width: 76px;
    height: 18px;
    background: url("art/contact.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.contact {
    background-position: -76px 0;
}



a.home {
    display: block;
    width: 76px;
    height: 18px;
    background: url("art/homebut.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.home {
    background-position: -76px 0
}

a.services {
    display: block;
    width: 90px;
    height: 18px;
    background: url("art/services.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.services {
    background-position: -90px 0;
}

a.mission {
    display: block;
    width: 90px;
    height: 18px;
    background: url("art/mission.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.mission {
    background-position: -82px 0;
}



a.about {
    display: block;
    width: 76px;
    height: 18px;
    background: url("art/about.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.about {
    background-position: -76px 0;
}

.bordertext {
border-width-top: thin;
border-width-bottom: thin;
border-color:#990000;
border-top-style: solid;
border-bottom-style: solid;
padding-bottom: 1%;
padding-top: 1%;
}