/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px 0px 10px 0px;
background-color: #E9E9E9;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#FAC0C7; 
scrollbar-3dlight-color:#FAC0C7; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#B72222; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
}

/* this group sets the normal link colors */

A:LINK {
color: #000000;
text-decoration:
font-weight: normal;
}

A:VISITED {
color: #000000;
text-decoration:
font-weight: normal;
}

A:HOVER {
color: #000000;
text-decoration:
font-weight: normal;
}

A:ACTIVE {
color: #000000;
text-decoration:
font-weight: normal;
}

/* We like to use headings for special effects */

H1 {
font-size: 20px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #000000;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #003366;
padding: 1px;
border-bottom: 1px dotted #000000;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #F93423;
}

h6 {
font-size : 14px;
font-weight : bold;
color : #000000;
border-bottom: 1px solid #000000;
}

/* special classes */
/* classes for right side navigation cells */

.side {
background-color: #E5DCCD;
background-image: url('images/cell1.jpg');
color: #000000;
padding: 20px 10px 10px 10px;
width: 250px;
vertical-align: top;
text-align: left;
}

.side a:link {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 0px solid #000000; 
padding-left: 3px;
padding-right: 3px;
}

.side a:visited {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 0px solid #000000; 
padding-left: 3px;
padding-right: 3px;
}

.side a:hover {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 0px solid #000000; 
padding-left: 3px;
padding-right: 3px;
}

.side a:active {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 0px solid #000000; 
padding-left: 3px;
padding-right: 3px;
}

/* classes for main text area */

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 20;
width: 500px;
}

.main1 {
background-color: #FDE1E4;
color: #000000;
text-align: justify;
vertical-align: top;
padding: 15px;
border: 1px solid #B72222;
margin-bottom: 10px;
}

/* special hot topic table */

.hottopic {
background-color: #ffffff;
font-size: 85%;
line-height: 14px;
padding: 3px;
border: 2px solid #000000;
}

/* copyright area */

.copyright {
background-color: #ffffff;
background-image: url('images/copyright.jpg');
color: #000000;
width: 250px;
height: 30px;
font-size: 100%;
font-weight: bold;
text-align: center;
border-top: 1px solid #000000;
}

/* bottom navigation cell area */

.bottom {
background-color: #ffffff;
background-image: url('images/bottomnav.jpg');
color: #000000;
width: 500px;
height: 30px;
font-size: 90%;
font-weight: bold;
text-align: left;
word-spacing: 20px;
padding-left: 10px;
border-top: 1px solid #000000;
}

.bottom a:link {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

.bottom a:visited {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

.bottom a:hover {
background-color: #FAC0C7;
color: #000000;
text-decoration: underline overline;
font-weight: bold;
}

.bottom a:active {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

/* form buttons */

.form {
background-color: #FAC0C7;;
color: #000000;
border: 1px solid #B72222;;
}



#list-menu {
width: 200px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}


#list-menu li {
margin: 2px 0 0;
}


#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #E9E9E9;
text-decoration: none; /*lets remove the link underlines*/
}


#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333 url(background1.gif);
color: #ffffff;
}












