﻿/* CSS layout */
BODY{
background-color : #e3d9af;
font-family : Verdana, Arial, sans-serif;
margin: 10px;
color: #000000;
}

Table {
color: #000000;
font-family : Verdana, Arial, sans-serif;
font-size : 14px;
}

UL {
color: #000000;
font-family : Verdana, Arial, sans-serif;
font-size : 14px;
}

LI {
color: #000000;
font-family : Verdana, Arial, sans-serif;
font-size : 14px;
}

TD {
color: #000000;
font-family : Verdana, Arial, sans-serif;
font-size : 14px;
}

P {
	color: #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	margin: 18px 12px 12px 12px;
}

/* this group sets the normal link colors */
A:LINK {
color : #778a6a;
font-weight: none;
text-decoration : none;
}
A:VISITED {
color : #778a6a;
font-weight: none;
text-decoration : none;
}
A:HOVER {
color : #000000;
font-weight: none;
text-decoration : underline;
}
A:ACTIVE {
color : #778a6a;
font-weight: bold;
}

.menu P{
	text-align: center;
	margin-top: 18px;
}

.botmenu P{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.botmenu {
	background-image: url('images/botnav.gif');
}

.menu A:LINK {
	color : #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration : none;
}
.menu A:VISITED {
	color : #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration : none;
}
.menu A:HOVER {
	color : #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration : underline;
}
.menu A:ACTIVE {
	color : #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

H1 {
font-size : 20px;
font-weight : bold;
color : #778a6a;
margin: 12px 12px 12px 12px;
}


H6 {
font-size : 16px;
font-weight : bold;
color : #778a6a;
margin: 12px 12px 12px 12px;
}


H5 {
font-size : 16px;
font-weight : bold;
color : #778a6a;
margin: 12px 12px 12px 12px;
}


H4 {
font-size : 16px;
font-weight : bold;
color : #778a6a;
margin: 12px 12px 12px 12px;
}


H3 {
font-size : 14px;
font-weight : bold;
color : #000000;
margin: 0px 0px 0px 0px;
}


H2 {
font-size : 16px;
font-weight : bold;
color : #C00000;
margin: 12px 12px 12px 12px;
}

HR {
color: #778a6a;
height: 1px;
width: 90%;
}

.maintable {
	border: 2px solid #000000;
	background-color: #ffffff;
}
.theinfo {
	background-color: #778a6a;
	text-align: center;
	color: #FFFFFF;
}
.freebies {
	background-color: #008000;
	text-align: center;
	color: #FFFFFF;
}
.resources {
	background-color: #CC0000;
	text-align: center;
	color: #FFFFFF;
}
.thediva {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}
.boldred {
	color: #CC0000;
}
.leftindent {
	margin-left: 52px;
}
.divider {
	text-align: center;
}
.bullets {
	margin-left: 52px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topnav {
	background-image: url('images/topnav.gif');
}
.leftbullet {
	margin-left: 80px;
}
.center {
	margin-left: 12px;
	text-align: center;
}
.images {
	margin-left: 5px;
	margin-right: 5px;
}

.headind {
	margin-left: 40px;
}
.underline {
	text-decoration: underline;
}

.borderimg {
	border-width: 0px;
}
