﻿/* sets the main body properties */
BODY {
font-family : Arial;
font-size : 90%;
font-color : #A47E6F;
background-image: url('_images/cell2.gif');
background-color: #e0d5d1;
color:#A88F87;
scrollbar-arrow-color:#b0b09d; 
scrollbar-face-color:#e0d5d1; 
scrollbar-3dlight-color:#A47E6F; 
scrollbar-highlight-color:#e0d5d1; 
scrollbar-shadow-color:#745056; 
scrollbar-darkshadow-color:#a47e6f; 
scrollbar-track-color:#A47E6F; margin-left:0px; margin-right:0px; margin-top:20px; margin-bottom:30px 
}

Table {
font-family : Arial, sans-serif;
font-size : 100%;
font-color : #A47E6F;
}

UL {
font-family : Arial, sans-serif;
font-size : 100%;
font-color : #A47E6F;
}

LI {
font-family : Arial, sans-serif;
font-size : 100%;
font-color : #A47E6F;
}

P {
	font-family : Arial, sans-serif;
	font-size : 100%;
	font-color : #A47E6F;
	color: #745D56;
	text-align: left;
}

/* this group sets the normal link colors */
A:LINK {
color : #745D56;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color : #000000;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #9F4B31;
text-decoration : underline;
font-weight: bold;
}
A:ACTIVE {
color : #9F4B31;
text-decoration : underline;
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: #A88f87;
	border-bottom: 1px solid #a88f87;
}

h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2;
	color : #a88f87;
}

h5 {
font-size : 14px;
font-weight : bold;
color : #a88f87;
}

h4 {
font-size : 14px;
font-weight : bold;
color : #a88f87;
}

h3 {
font-size : 14px;
font-weight : bold;
color : #a88f87;
}

h6 {
text-align: left;
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

/* special classes */

.logoarea1 {
background-color: #a47e6f;
color: #000000;
height: 60px;
width: 450px;
text-align: left;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.logoarea2 {
background-color: #A47E6F;
color: #FFFFFF;
text-size: 90%;
font-weight: normal;
height: 60px;
width: 100%;
text-align: right;
vertical-align: bottom;
padding-right: 10px;
padding-bottom: 4px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.logoarea2 a:link { color: #FFFFFF; font: normal bold 90%/18px Verdana, Arial, sans-serif; text-decoration: none;}
.logoarea2 a:visited { color: #FFFFFF; font: normal bold 90%/18px Verdana, Arial, sans-serif; text-decoration: none;}
.logoarea2 a:hover { color: #FFFFFF; font: normal bold 90%/18px Verdana, Arial, sans-serif; text-decoration: underline;}
.logoarea2 a:active { color: #FFFFFF; font: normal bold 90%/18px Verdana, Arial, sans-serif; text-decoration: underline;}

.navbar1 {
	background-color: #e0d5d1;
	color: #000000;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	height: 20px;
	padding-right: 10px;
	left: 0;
}

.navbar2 {
background-color: #ffffff;
color: #000000;
width: 100%;
text-align: right;
font-size: 90%;
font-weight: bold;
height: 25px;
padding: 5px 10px 10px 0px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
}

.left {
background-color: #e0d5d1;
color: #ffffff;
font-size: 95%;
vertical-align: top;
text-align: center;
font-color: #A47E6F;
width: 250px;
padding-bottom: 20px;
}

.right {
background-color: #ffffff;
color: #000000;
font-color: #A47E6F;
vertical-align: top;
width: 100%;
}

.main {
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
	padding: 20px 10px 20px 5px;
	height: 100%;
	font-color: #A47E6F;
	border-left: 1px solid #000000;
	border-color: #000000;
}

.hottopic {
color: #000000;
float: right;
width: 160px;
font-size: 85%;
font-weight: normal;
text-align: left;
border: 1px solid #A47E6F;
padding: 4px;
margin-left: 10px;
}
}

.copyright {
	background-color: #A47E6F;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bolder;
	text-align: left;
	padding: 5px 5px 5px 5px;
	height: 30px;
	letter-spacing: 2;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	background-repeat: repeat;
}