BODY {
background-color: #FFD966;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-bottom: 5px;
}
P, TD, LI, UL, Table {
font-size: 100%;
}
/* this group sets the normal link colors */
A:LINK {
color: #DE00FF;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #1FE000;
text-decoration: none;
font-weight: bold;
}
A:HOVER {
color : #40BFFF;
text-decoration: underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #DE00FF;
text-decoration: none;
font-weight: bold;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color : #FF4000;
letter-spacing: 2px;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #FF4000;
letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #FF4000;
height: 2px;
width: 80%;
}
.logocell {
background-color:#FFD966;
font-weight: bold;
}
.maincell {
background-image: url('images/mainimage.gif'); /* sets the background image */
background-position: top right; /* positions the background image */
background-repeat: no-repeat;
height:236px;
}
.textarea {
font-family: Verdana, Arial, sans-serif;
background: #F8DF7D;
border: 1px solid #F1E695;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 20px;
border-right: 1px solid #FF9C3D;
border-bottom: 1px dashed #FF9C3D;
}
.sidenav {
background-color: #A52110;
padding: 5px;
line-height: 20px;
font-weight: bold;
border: 1px solid #A52110;
}
.sidenav a:link {color:#FFD966; text-decoration: none; font-weight: bold;}
.sidenav a:visited {color:#C3FD46; text-decoration: none; font-weight: bold;}
.sidenav a:hover {color:#40BFFF; background-color:#2335A1;text-decoration: none; font-weight: bold;}
.sidenav a:active {color: #FFD966; text-decoration: none; font-weight: bold;}

.topnav {
font-family: Verdana, Arial, sans-serif;
background: #FF9C3D;
border: 1px solid #FF9C3D;
font-size: 100%;
font-weight: bold;
height: 25px;
}
.copyright {
font-size: 85%;
background-color: #F8DF7D;
letter-spacing: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 15px;
padding-bottom: 15px;
font-weight: bold;
border-right: 1px solid #FF9C3D;
border-left: 1px solid #FF9C3D;
border-bottom: 1px solid #FF9C3D;
}