/* this section sets the body properties */
BODY {
background-color : #99CC99;
font-family : Verdana, Arial, sans-serif;
font-size : 75%;
margin: 0px;
scrollbar-arrow-color: #000000;
scrollbar-face-color: #6B83B5;
scrollbar-3dlight-color: #6B83B5;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #6B83B5;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #99CC99;
margin-top: 20px;
margin-bottom: 20px;
}
/* this group sets the font size for paragraphs */
P, TD, Table, LI {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}
.leftside {
font-family : Verdana, Arial, sans-serif;
text-align: left;
background: #FFFFFF;
line-height: 20px;
padding-left: 50px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

.searchleftside {
font-family : Verdana, Arial, sans-serif;
text-align: left;
background: #FFFFFF;
line-height: 20px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
}
/* this group sets the normal link colors */
/*A:LINK {
color : #6B83B5;
text-decoration: none;
}
A:VISITED {
color : #E09D18;
text-decoration : none;
}
A:HOVER {
color : #6A9953;
text-decoration : underline overline;
}
A:ACTIVE {
color : #6B83B5;
text-decoration : none;*/
}
H1 {
font-size : 20px;
font-weight : bold;
color : #6A9953;
}
H2 {
font-size : 18px;
font-weight : bold;
color : #6A9953;
}
H3 {
font-size : 16px;
font-weight : bold;
color : #6A9953;
}
H4 {
font-size : 14px;
font-weight : bold;
color : #6A9953;
}
H5 {
font-size : 12px;
font-weight : bold;
color : #6A9953;
}
H6 {
font-size : 10px;
font-weight : bold;
color : #6A9953;
}
UL {
list-style-image : url('../images/bullet.gif');
}
HR {
color: #6B83B5;
height: 1px;
width: 100%;
}
.tablebar {
text-align: center;
font-family : Verdana, Arial, sans-serif;
font-size: 90%;
letter-spacing: 3px;
color: #FFFFFF;
background: #6B83B5;
line-height: normal;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #000000;
}
.rightside {
font-family : Verdana, Arial, sans-serif;
background: #FFFFFF;
line-height: normal;
padding-left: 12px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.special {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
padding: 5px;
font-size: 80%;
}
.top:link { color: #FFFFFF; text-decoration: none; }  /* normal link color */
.top:visited { color: #000000; text-decoration: none; }  /* visited link */
.top:hover { color: #C1CCE1; text-decoration: underline overline; }  /* hover color */
.top:active { color: #FFFFFF; text-decoration: none; }  /* active link */