﻿/* BODY STYLES */

body
{
    background-color: #cecece;      /* light gray - background */
    font-family: "century gothic",verdana,sans-serif;
    font-size: 90%;
    text-align: left;
    color: #383838;     /* dark gray - text */
}

a:link, a:visited
{
    text-decoration: none;
    color: #cecece;     /* light gray - link */
    border: none;
}

a:hover, a:active
{
    text-decoration: none;
    color: #cecece;     /* light gray - link */
    border: none;
}

/* H1 - H6 STYLES */

h1
{
    color: #383838;     /* dark gray - text */
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

/* HEADER STYLES */

#header
{
    color: #383838;     /* dark gray - text */
    font-weight: bold;
}

/* CLASS AND DIV STYLES */

.main
{
    background-color: #0746a5;      /* dark blue - background */
    width: 775px;
    font-weight: bold;
    text-align: left;
    color: #a7a6b2;     /* medium gray - text */
    padding: 10px;
}

/* FOOTER STYLES */

#footer
{
    width: 800px;
    color: #383838;	    /* dark gray - text */
    font-size: 75%;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 25px;
}

#footer a:link, #footer a:visited
{
    text-decoration: underline;
    color: #383838;	    /* dark gray - link */
    border: none;
}

#footer a:hover, #footer a:active
{
    text-decoration: underline;
    color: #6d95d0;     /* medium blue - link */
    border: none;
}