/* this group sets the basic colors */

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 20px 0px;
background-color: #48569d;
color:#48569d; 
scrollbar-arrow-color:#609DE2; 
scrollbar-face-color:#609DE2; 
scrollbar-3dlight-color:#609DE2; 
scrollbar-highlight-color:#666666; 
scrollbar-shadow-color:#666666; 
scrollbar-darkshadow-color:#666666; 
scrollbar-track-color:#222222; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

A:LINK {
color : #48569d;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #48569d;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #48569d;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #48569d;
text-decoration : underline overline;
font-weight: bold;
}

H1 {
font-size: 20px;
font-weight: 300;
letter-spacing: 1;
color: #48569d;
}

H2 {
font-size : 18px;
font-weight : 200;
color : #609DE2;
letter-spacing: 2;
}

h3, h4, h5 {
font-size : 110%;
font-weight : lighter;
color : #609DE2;
letter-spacing: 2;
}

h6 {
font-size: 14px;
font-weight: bold;
text-align: center;
letter-spacing: 3;
color: #48569d;
}

HR {
color: #609DE2;
height: 1px;
width: 100%;
}

li {
list-style: circle;
}

/* This sets the special right navigation area properties */
.navigation {
background-image: url('images/cell1.gif');
background-color: #FFFFFF;
color: #000000;
width: 200px;
vertical-align: top;
padding-bottom: 29px;
}

.button {
background-image: url('images/buttonoff.gif');
background-repeat: no-repeat;
text-align: center;
font-size: 95%;
font-weight : normal;
letter-spacing: 2;
height: 25px;
padding-top: 5px;
margin: 0px;
display: block;
}

a.button:link {
background-image: url('images/buttonoff.gif');
text-decoration: none;
color: #FFFFFF;
}

a.button:active {
background-image: url('images/buttonoff.gif');
text-decoration: none;
color: #FFFFFF;
}

a.button:visited {
background-image: url('images/buttonoff.gif');
text-decoration: none;
color: #FFFFFF;
}

a.button:hover {
background-image: url('images/buttonon.gif');
text-decoration: none;
color: #000000;
}

/* this sets the properties of the main text area */

.logo {
background-color: #609DE2;
color: #000000;
}

.topnav {
background-color: #FFFFFF;
color: #666666;
text-align: right;
font-weight: bold;
padding: 2px 2px 2px 2px;
border-bottom: 1px dotted #609DE2;
}

.maintext {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
padding-top: 3px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
text-align: justify;
width: auto;
line-height: 22px;
}

.hottopic {
background-color: #80B3E8;
color: #000000;
font-size: 85%;
text-align: left;
padding: 8px;
border: 1px dotted #000000;
margin: 0px;
}

.copyright {
font-size: 80%;
font-weight: bold;
letter-spacing: 2;
text-align: left;
}