/* stylesheet to test background graphic */

body {
font: 95% "Trebuchet MS", Verdana, sans-serif; color:#B74E07
}

body {
background: #D3D2E0;
}

h1 {
font-size:2.5em;
}        

h3 {
font-style: italic; color:#B74E07;
}

p {
color:#1D3D76;
}

.list {
font-style: italic; color:#1D3D76;
}

a:link {text-decoration: none; font-weight: bold;
}

a:visited {text-decoration: none; font-weight: normal;
}

a:hover {text-decoration: none; font-weight:bold;
}


td {
background: #D3D2E0;
}

.contact {
background: url(images/bllogoframe_mid.jpg);
text-align: center;
padding: 0 0 10px 0;
}

.mid {
background: url(images/bllogoframe_mid.jpg);
}

.mainhead {
color: #000080
}

.footer {font: 85% "Trebuchet MS", Verdana, sans-serif; color:#B74E07}
.quote {border: solid 3px #000080; margin: 10px 10px 10px 10px;}
.photo {border: solid 3px #000080; margin: 10px 10px 10px 10px;}


#nav a {
display: block;
padding: 4px;
text-decoration: none;
text-align: center;
width: 5em;
margin: 2px;
line-height: 150%;
color: white;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight: normal;
}

.button a:link {
background-image: url(images/btn4.gif);
background-repeat: no-repeat;
width: 80px; 
height: 30px; 
border: none;
}

.button a:visited {
background-image: url(images/btn4.gif);
background-repeat: no-repeat;
width: 80px; 
height: 30px; 
border: none;
}

.button a:hover {
background-image: url(images/btn5.gif);
background-repeat: no-repeat;
width: 80px; 
height: 30px; 
border: none;
}

.button a:active {
background-image: url(images/btn6.gif);
background-repeat: no-repeat;
width: 80px; 
height: 30px; 
border: none;
}

