﻿BODY {
background-color : #dddac9;
margin: 0px;
font-size : 14px;
color: #000000;
}

/* Main Content / General Settings */

Table {
color: #000000;
font-family : Tahoma, Arial, sans-serif;
font-size : 14px;
border: 0px #581f1f solid;
}


UL {
color: #000000;
font-family : Tahoma, Arial, sans-serif;
font-size : 14px;
border: 0px #581f1f solid;
}


LI {
color: #000000;
font-family : Tahoma, Arial, sans-serif;
font-size : 14px;
border: 0px #581f1f solid;
}


TD {
color: #000000;
font-family : Tahoma, Arial, sans-serif;
font-size : 14px;
border: 0px #581f1f solid;
}


P {
color: #000000;
font-family : Tahoma, Arial, sans-serif;
font-size : 14px;
border: 0px #581f1f solid;
}


A:LINK {
color : #581f1f;
text-decoration : none;
}
A:VISITED {
color : #581f1f;
text-decoration : none;
}
A:HOVER {
color : #581f1f;
text-decoration: underline;
}
A:ACTIVE {
color : #581f1f;
font-weight: bold;
text-decoration : none;
}


H1 {
font-size : 120%;
font-weight : bold;
color : #581f1f;
}


H6 {
font-size : 110%;
font-weight : bold;
color : #581f1f;
}


H5 {
font-size : 110%;
font-weight : bold;
color : #581f1f;
}


H4 {
font-size : 110%;
font-weight : bold;
color : #581f1f;
}


H3 {
font-size : 110%;
font-weight : bold;
color : #581f1f;
}


H2 {
font-size : 110%;
font-weight : bold;
color : #581f1f;
}


HR {
color: #581f1f;
height: 1px;
width: 90%;
}

.bgcontent {
	background-image: url('/fpdb/images/middlebg.png');
}

.topbg {
	background-image: url('/fpdb/images/topbg.png');
}

.footer {
	background-image: url('/fpdb/images/bottombg.png');
}

.homebg {
	background-image: url('/fpdb/images/homebg.gif');
}
.homeconbg {
	background-image: url('/fpdb/images/homeconbg.gif');
}

.mainconbg {
	background-image: url('/fpdb/images/mainconbg.gif');
}

.center {
	text-align: center;
}

.borderimg {
	border-width: 0px;
}

/* Copyright */

.copyright {
	color: #000000;
	font-size: 12px;
	text-align: center;
}

.copyright A:LINK {
color : #581f1f;
text-decoration : none;
}
.copyright A:VISITED {
color : #581f1f;
text-decoration : none;
}
.copyright A:HOVER {
color : #581f1f;
text-decoration: underline;
}
.copyright A:ACTIVE {
color : #581f1f;
font-weight: bold;
text-decoration : none;
}

/* Dropdown Menu */

#dropmenudiv{
border-left:1px solid #000000; 
border-right:1px solid #000000; 
border-top:1px solid #000000; 
border-bottom:1px solid #000000; 
position:absolute;
line-height:18px;
z-index:100; 
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-size:12px; 
font-family:Tahoma, Arial, sans-serif;
text-align: center;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

#dropmenudiv a:hover{ /*hover color*/
color: #ffffff;
}