﻿body {
    color: #008000;
}

.Quote {
    font-size: 1.4em;
    font-style: italic;
    color: #696969;
}

A, A:active, A:link, A:visited {
    color: #993300;
    text-decoration: underline;
}

A:hover {
    color: #cc0000;
    text-decoration: none;
}



/* ===================================== */
/* ============ HEADER TAGS ============ */
/* ===================================== */
H1.homePage {
    color: #8E1F0D;
    font-size: xx-large;
    font-family: Georgia;
}

H1 {
    color: #8E1F0D;
    font-size: x-large;
    font-family: Georgia;
}

H2 {
    color: #ff0000;
    font-size: large;
    font-family: Georgia;
    text-align: center;
    margin: 0px;
    font-weight: bold;
    font-style: italic;
}

/* ===================================== */
/* =========== TOP NAVIGATION ========== */
/* ===================================== */
td.navTabCurrent {
    border-top: #ccffcc 1px solid;
    border-right: #ccffcc 1px solid;
    border-left: #ccffcc 1px solid;
    background-color: #ffa07a;
    color: #8E1F0D;
    padding: 4px;
    text-align: center;
    font-weight: bolder;
    font-family: Georgia;
    font-size: smaller;
}

td.navTabCurrent a:link
{
	color: #8E1F0D;
	text-decoration: none;
}

td.navTabCurrent a:active
{
	color: #8E1F0D;
	text-decoration: none;
}

/* This overrides a:hover and you don't get the hover color? */
td.navTabCurrent a:visited
{
	color: #8E1F0D;
	text-decoration: none;
}

td.navTab {
    border-top: #ccffcc 1px solid;
    border-right: #ccffcc 1px solid;
    border-left: #ccffcc 1px solid;
    background-color: #ffffff;
    color: #8E1F0D;
    padding: 4px;
    text-align: center;
    font-weight: bolder;
    font-family: Georgia;
    font-size: smaller;
}

td.navTab a:link
{
	color: #8E1F0D;
	text-decoration: none;
}

/* This is not needed, "td.navLeftHover a:hover" overrides this */
/*
td.navTab a:hover
{
	color: #006600;
	text-decoration: none;
}
*/

td.navTab a:active
{
	color: #8E1F0D;
	text-decoration: none;
}

/* This overrides a:hover and you don't get the hover color? */
td.navTab a:visited
{
	color: #8E1F0D;
	text-decoration: none;
}

td.navTabHover {
    border-top: #ccffcc 1px solid;
    border-right: #ccffcc 1px solid;
    border-left: #ccffcc 1px solid;
    background-color: #ffa07a;
    color: #006600;
    text-decoration: none;
    padding: 4px;
    text-align: center;
    font-weight: bolder;
    font-family: Georgia;
    font-size: smaller;
}

td.navTabHover a:link
{
	color: #006600;
	text-decoration: none;
}

td.navTabHover a:hover
{
	color: #006600;
	text-decoration: none;
}

td.navTabHover a:active
{
	color: #006600;
	text-decoration: none;
}

td.navTabHover a:visited
{
	color: #006600;
	text-decoration: none;
}

/* ===================================== */
/* ============ NAV FADE BAR =========== */
/* ===================================== */
td.navTabFade {
    border-right: #ccffcc 1px solid;
    border-left: #ccffcc 1px solid;
}

/* ===================================== */
/* =========== CONTENT TABLE =========== */
/* ===================================== */
td.bodyTable {
    border-right: #ccffcc 1px solid;
    border-bottom: #ccffcc 1px solid;
    border-left: #ccffcc 1px solid;
}

/* ===================================== */
/* ============= MENU TABLE ============ */
/* ===================================== */
.MenuSubtext {
    font-weight: bolder;
    color: #993300;
    font-family: Georgia;
    font-size: small;
}

table.menuTable {
    border-right: #ccffcc 1px solid;
    border-left: #ccffcc 1px solid;
    border-top: #ccffcc 1px solid;
    border-bottom: #ccffcc 1px solid;
}

td.menuTable {
    border-right: #ccffcc 1px solid;
    border-left: #ccffcc 1px solid;
    border-top: #ccffcc 1px solid;
    border-bottom: #ccffcc 1px solid;
}

.GreenFadeBackground {
    background-image: url(Images/navbar_fade_green.jpg);
    background-repeat: repeat-x;
}

.GreenFlipedFadeBackground {
    background-image: url(Images/navbar_fade_green_flipped.jpg);
    background-repeat: repeat-x;
}

.RedFadeBackground {
    background-image: url(Images/navbar_fade_red.jpg);
    background-repeat: repeat-x;
}

.RedFadeLightBackground {
    background-image: url(Images/fade_red_light_top_down.jpg);
    background-repeat: repeat-x;
}

.GreedFadeLightBackground {
    background-image: url(Images/fade_green_light_top_down.jpg);
    background-repeat: repeat-x;
}

/* ===================================== */
/* =============== IMAGES ============== */
/* ===================================== */
.ImageMargin {
    margin: 5px;
}

/* ===================================== */
/* =============== FOOTER ============== */
/* ===================================== */
.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #6E312A;
    text-align: right;
}

/* ===================================== */
/* ============== CONTACT ============== */
/* ===================================== */
.contactTable {
    font-size: small;
    font-family: Georgia;
}

