﻿BODY {
background-color: #DEE2C6;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 140px;
margin-left: 25px;
margin-right: 15px;
margin-bottom: 20px;
scrollbar-arrow-color:#DEE2C6; 
scrollbar-face-color:#4C402E; 
scrollbar-3dlight-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#DEE2C6; 
}
Table {
font-size: 100%;
}
UL {
font-size: 100%;
}
LI {
font-size: 100%;
}
TD {
font-size: 100%;
}
P {
font-size: 100%;color:#000000
}
/* this group sets the normal link colors */
A:LINK {
color: maroon;
text-decoration: none;
font-weight: bold
}
A:VISITED {
color: #6A0000;
text-decoration : none;
font-weight: bold
}
A:HOVER {
color : #000000;
text-decoration: underline overline;
font-weight: bold;
}
A:ACTIVE {
color : maroon;
text-decoration: none;
font-weight: bold
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 135%;
font-weight : bold;
color : #000000;
letter-spacing: 2px;
}
H6 {
font-size: 110%;
font-weight: bold;
color: #000000;
letter-spacing: 2px;
}
H5 {
font-size: 110%;
font-weight: bold;
color: #000000;
letter-spacing: 2px;
}
H4 {
font-size: 110%;
font-weight: bold;
color: #000000;
letter-spacing: 2px;
}
H3 {
font-size: 110%;
font-weight: bold;
color: #000000;
letter-spacing: 2px;
}
H2 {
font-size: 115%;
font-weight: bold;
color: #000000;
letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #4C402E;
width: 80%;
height: 1px;
}

.textarea {
font-family: Verdana, Arial, sans-serif;
background: #FFFFFF;
font-size: 110%;
font-weight: 400;
border: 1px solid #4C402E;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 20px; color:#000000; 
}
.sidebar {
padding:10px; font-family: Verdana, Arial, sans-serif;
filter: alpha(opacity=75, style=0);
-moz-opacity:.75;
background: #D2CEA6 url('none') no-repeat 0% center;
border: 1px solid #4C402E;
font-size:100%; text-align:right; white-space:nowrap; line-height:20px; background-image:url('none'); /*url('images/links.jpg'); /* sets the background image */
/* positions the background image */
background-repeat:no-repeat
}
.topnav {
font-family: Verdana, Arial, sans-serif;
filter: alpha(opacity=50, style=0);
-moz-opacity:.50;
background: #D2CEA6;
border: 1px solid #5E380C;
font-size: 100%;
text-align: left;
}
.logocell {
background-image: url('images/washlogo.jpg');
background-position: right; 
background-repeat: no-repeat;
height: 79px;
}
.copyright {
background-color: #D2CEA6;
font-size: 7pt;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
border: 1px solid #4C402E;
text-align: center;
padding: 5px;
font-weight: bold;
}

/* ********************  */

.em75
{
	font-size:0.75em;
}
.centext
{
	text-align:center;
}