﻿/* CSS layout */

BODY{
background-color : #50281D;
font-family : Arial, Verdana, sans-serif;
font-size : 100%;
color: #50281D;
scrollbar-arrow-color: #ecdfd5;
scrollbar-face-color: #9f5f2c;
scrollbar-3dlight-color: #9f5f2c;
scrollbar-highlight-color: #ecdfd5;
scrollbar-shadow-color: #ecdfd5;
scrollbar-darkshadow-color: #ecdfd5;
scrollbar-track-color: #9f5f2c;
}

Table {
color: #50281D;
font-family : Arial, Verdana, sans-serif;
font-size : 95%;
text-align:justify;
}

UL {
color: #50281D;
font-family : Arial, Verdana, sans-serif;
font-size : 95%;
text-align:justify;
}

LI {
color: #50281D;
font-family : Arial, Verdana, sans-serif;
font-size : 95%;
text-align:justify;
}

TD {
color: #50281D;
font-family : Arial, Verdana, sans-serif;
font-size : 95%;
text-align:justify;
}

P {
color: #50281D;
font-family : Arial, Verdana, sans-serif;
font-size : 95%;
text-align:justify;
margin: 12px 12px 12px 12px;
}

/* this group sets the normal link colors */ 

A:VISITED { 
color : #50281D;
font-weight: none;
text-decoration : none;
}

A:LINK { 
color : #50281D;
font-weight: none;
text-decoration : none;
}
A:HOVER {
color : #50281D;
font-weight: none;
text-decoration : underline;
}
A:ACTIVE {
color : #50281D;
text-decoration : bold;
}

H1 {
font-size : 140%;
font-weight : bold;
color : #50281D;
margin: 12px 12px 12px 12px;
text-align:center;
}


H6 {
font-size : 110%;
font-weight : bold;
color : #50281D;
}


H5 {
font-size : 110%;
font-weight : bold;
color : #50281D;
}


H4 {
font-size : 110%;
font-weight : bold;
color : #50281D;
}


H3 {
font-size : 110%;
font-weight : bold;
color : #50281D;
}


H2 {
font-size : 110%;
font-weight : bold;
color : #50281D;
}

HR {
color: #50281D;
height: 1px;
width: 100%;
}

.topnav {
	margin-bottom: 4px;
	text-align:center;
	color:#9f5f2c;
	font-size:16px;
	margin-left:6px;
}

.topnav A { 
color : #ecdfd5;
font-weight: none;
text-decoration : none;
}

.topnav A:hover { 
color : #9f5f2c;
font-weight: none;
text-decoration : none;
}

.maintable {
	background-color: #9F5F2C;
}

.mainback {
	background-color: #F8F3EF;
	border:2px #50281D solid;
}
.header {
	background-image: url('images/topheader.gif');
}

.navigation {
	background-color: #50281D;
	text-align:center;
}
.footer {
	background-image: url('images/footer.gif');
	text-align:center;
	color: #F8F3EF;
	}
.content {
	background-image: url('images/mainbg.gif');
	background-repeat: repeat-x;
}
.copyright {
	font-family: "Times New Roman";
}

.maintable0 {
	text-align: center;
}
.maintable1 {
	color: #ECDFD5;
}
.buttonnav {
	border-width: 0px;
}
.thumbnail {
	border-width: 0;
}

