/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px 0px 10px 0px;
background-color: #B72222;
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: #B72222;
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: #F93423;
text-decoration: underline;
font-weight: normal;
}

A:VISITED {
color: #828282;
text-decoration: underline;
font-weight: normal;
}

A:HOVER {
color: #F93423;
text-decoration: underline overline;
font-weight: normal;
}

A:ACTIVE {
color: #F93423;
text-decoration: underline overline;
font-weight: normal;
}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #B72222;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #F93423;
padding: 1px;
border-bottom: 1px dotted #F93423;
}

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: #FAC0C7;
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: 1px solid #FAC0C7; 
padding-left: 3px;
padding-right: 3px;
}

.side a:visited {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #FAC0C7; 
padding-left: 3px;
padding-right: 3px;
}

.side a:hover {
background-color: #FDE1E4;
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #B72222; 
padding-left: 3px;
padding-right: 3px;
}

.side a:active {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #FAC0C7; 
padding-left: 3px;
padding-right: 3px;
}

.defaultpage {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 1;
width: 500px;
}


/* 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: 5px;
border: 1px solid #B72222;
margin-bottom: 1px;
}

/* special hot topic table */

.hottopic {
background-color: #FDE1E4;
font-size: 85%;
line-height: 14px;
padding: 3px;
border: 1px solid #B72222;
}

/* copyright area */

.copyright {
background-color: #FAC0C7;
background-image: url('images/copyright.jpg');
color: #000000;
width: 250px;
height: 30px;
font-size: 80%;
font-weight: bold;
text-align: center;
border-top: 1px solid #B72222;
}

/* bottom navigation cell area */

.bottom {
background-color: #FAC0C7;
background-image: url('images/bottomnav.jpg');
color: #000000;
width: 500px;
height: 30px;
font-size: 85%;
font-weight: bold;
text-align: left;
word-spacing: 5px;
padding-left: 10px;
border-top: 1px solid #B72222;
}

.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;;
}