* {
    margin: 0px;
    padding: 0px;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, Verdana;
    background: #007a3e;
    font-size: 13px;
}

img {
    border: none;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    color: #f15d30;
    margin-bottom: 10px;
}

.red {
    color: #f15d30;
}

ul {
    margin-left: 20px;
}

h2 {
    font-size: 28px;
    color: #007a3e;
    margin-bottom: 10px;
}

h3 {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
}

p {
    margin: 0 0 10px 0;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        color: #007a3e;
        text-decoration: underline;
    }

.clear {
    clear: both;
}

.header {
    height: 327px;
    width: 800px;
    background: url(images/header_05.jpg) no-repeat top;
}

.navigation {
    background: #000;
    overflow: hidden;
    padding-left: 20px;
}

    .navigation a {
        font-size: 16px;
        color: #FFFFFF;
        text-decoration: none;
        padding: 8px 11px;
        display: block;
        float: left;
        min-width: 73px;
        text-align: center;
    }

        .navigation a:hover, .navigation a.active {
            color: #fff;
            background: url(Images/nav-hover.png) repeat-x top;
        }

.wrapper {
    position: relative;
    margin: 0px auto;
    width: 800px;
}

.content {
    padding: 0px 20px 20px 20px;
    background: url(Images/content_bg.jpg) left top no-repeat #000;
}

.contentWrapper {
    background: #fff;
    overflow: hidden;
    padding: 20px;
}

.contentRight {
    width: 310px;
    padding: 20px;
    float: left;
}

.contentLeft {
    padding: 20px;
    width: 310px;
    float: left;
}

a.link {
    color: #f15d30;
    text-decoration: none;
}

    a.link:hover {
        color: #005840;
        text-decoration: underline;
    }


     
.footer {
    height: 166px;
    width: 760px;
    background: url(Images/sponsors_footer_12.png) center center no-repeat;
    margin-top: -30px;
    z-index: 2;
    position: relative;
}

.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 2px 2px 5px #b9b9b9;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .CSSTableGenerator table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .CSSTableGenerator tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .CSSTableGenerator tr:nth-child(odd) {
        background-color: #e5e5e5;
    }

    .CSSTableGenerator tr:nth-child(even) {
        background-color: #ffffff;
    }

    .CSSTableGenerator td {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 7px;
        font-size: 10px;
        font-family: Arial;
        font-weight: normal;
        color: #000000;
    }

    .CSSTableGenerator tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .CSSTableGenerator tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .CSSTableGenerator tr:first-child td {
        background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
        background: -o-linear-gradient(top,#cccccc,b2b2b2);
        background-color: #cccccc;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: #000000;
    }

    .CSSTableGenerator tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
        background: -o-linear-gradient(top,#cccccc,b2b2b2);
        background-color: #cccccc;
    }

    .CSSTableGenerator tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }
