/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px 0px 10px 0px;
background-color: #AD3A32;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#FA9242; 
scrollbar-3dlight-color:#FA9242; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#AD3A32; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #AD3A32;
height: 1px;
width: 100%;
}

.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: #AD3A32;
text-decoration: none;
font-weight: bold;
}

A:VISITED {
color: #000000;
text-decoration: none;
font-weight: bold;
}

A:HOVER {
color: #000000;
background-color: #FFF0CA;
text-decoration: underline overline;
font-weight: bold;
}

A:ACTIVE {
color: #000000;
background-color: #FFF0CA;
text-decoration: underline overline;
font-weight: bold;
}

/* We like to use headings for special effects */

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #AD3A32;
}

h2 {
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
color: #F04737;
padding: 1px;
border-bottom: 1px dotted #F04737;
}

h3, h4, h5, h6 {
font-size : 14px;
font-weight : bold;
color : #F04737;
}

/* special classes */

.topleft {
background-color: #FA9242;
background-image: url('images/cell1.jpg');
color: #AD3A32;
font-weight: bold;
text-size: 85%;
text-align: left;
height: 20px;
padding-left: 20px;
width: 400px;
}

.topright {
background-color: #FA9242;
background-image: url('images/cell1.jpg');
color: #AD3A32;
font-weight: bold;
text-size: 85%;
text-align: right;
height: 20px;
padding-right: 20px;
width: 350px;
}

.logo {
background-color: #FA9242;
color: #000000;
}

.banner {
background-color: #FA9242;
background-image: url('images/cell2.jpg');
color: #AD3A32;
font-weight: bold;
text-align: right;
letter-spacing: 2;
height: 40px;
width: 450px;
padding-right: 20px;
}

/* classes for side bar area */

.side {
background-color: #FFF0CA;
color: #000000;
width: 200px;
line-height: 20px;
vertical-align: top;
text-align: left;
border-left: 1px solid #AD3A32;
padding: 10px 10px 10px 10px;
}

.side a:link {
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #FFF0CA; 
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 #FFF0CA; 
padding-left: 3px;
padding-right: 3px;
}

.side a:hover {
background-color: #FFC07A;
color: #000000;
text-decoration: none;
font-weight: normal;
line-height: 20px;
width: 100%;
border: 1px solid #AD3A32; 
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 #FFF0CA; 
padding-left: 3px;
padding-right: 3px;
}

/* classes for main text area */

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 30px 20px 20px 20px;
width: 550px;
}

.main1 {
background-color: #FFC07A;
color: #000000;
text-align: justify;
vertical-align: top;
padding: 15px;
border: 1px solid #AD3A32;
margin: 5px 0px 5px 0px;
}

.hottopic {
background-color: #FFC07A;
color: #000000;
font-size: 85%;
line-height: 14px;
padding: 5px;
border: 1px solid #AD3A32;
}

.bottom {
background-color: #FA9242;
background-image: url('images/cell2.jpg');
color: #000000;
font-size: 85%;
font-weight: bold;
text-align: left;
letter-spacing: 2;
height: 40px;
padding-left: 20px;
width: 550px;
}

.copyright {
background-color: #FA9242;
background-image: url('images/cell2.jpg');
color: #000000;
font-size: 85%;
font-weight: bold;
text-align: center;
letter-spacing: 1;
height: 40px;
width: 200px;
}

.form {
background-color: #FA9242;
color: #000000;
padding: 0px 5px 0px 5px;
border: 1px solid #AD3A32;
}