﻿@import url(Reset.css);

body
{
    background: #000000;
    color: white;
    font-size: 62.5%;
    font-family: Georgia , "Lucida Sans Unicode" , Lucida, Arial, Helvetica, sans-serif;
}

#header
{
    padding-bottom: 2em;
    margin-bottom: 1em;
}

#container
{
    background-color: #8C0017;
    width: 1000px;
    margin: 10px auto 0px auto;
    overflow: hidden;
}

#wrapper
{
    margin: 0 auto;
    padding: 1.5em 0;
    width: 983px;
    overflow: hidden;
}

x#grid
{
    background: url(grid-17px.png) repeat-y;
    width: 983px;
    height: 100%;
    position: absolute;
}

#textContent
{
    width: 38%;
    float: right;
}

td
{
    padding: 3px;   
}

#footer
{
    background-color: Black;
    color: White;
    text-align: right;
    width: 100%;
    font-size: small;
    padding: 10px 0;
}

.highlight
{
    color: #FFFF00;
}

.highlight2
{
    color: #FFFF00;
    font-size: x-large;
}

.required
{
    color: #00BCBD;
    font-weight: bold;
}

.Nav
{
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.54545454em;
    padding-top: 0.3em;
    padding-bottom: 0.4927272em;
    width: 100%;
    text-align: center;
}

img.border
{
    border: solid 4pt white;
}

h1
{
    text-align: justify;
    font-size: x-large;
    color: white;
    padding-left: 1.2em;
}

h2
{
    text-align: justify;
    font-size: x-large;
    color: #FFFF00;
    padding-bottom: 2px;
}

h2 span
{
    background-color: White; 
    color: #8C0017;  
    padding: 3px;
}

h3
{
    font-size: small;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.56666666em;
    clear: both;
    color: #FECA4B;
}

p
{
    font-size: large;
    line-height: 20px;
    margin-top: 1em;
    text-align: justify;
    padding-left: 1.4em;
}

ul
{
    list-style-type: square;
    color: White;
    margin-top: 5px;
    margin-left: 3px;
}

ul li
{
    margin-left: 1em;
    margin-bottom: 0.5em;
       
}

/* = Buttons
----------------------------------------------------------------*/
.Button
{
    font-size: medium;
    width: 5em;
    text-align: center;
}

/*=Links
----------------------------------------------------------------*/
#navigation
{
    background-color: #000000;
    width: 100%;
    text-align: left;
    padding-bottom: 1em;
    border-bottom: 1pt solid #8b0017;
    overflow: hidden;
}

#navigation a
{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: large;
    margin: 0 2em;
}

#navigation a:hover
{
    color: #00BCBD;
}

a
{
    color: #FFFF00;
    text-decoration: underline;
}

a:link
{
    text-decoration: underline;
}

a:visited
{
    text-decoration: underline;
}

a:active
{
    text-decoration: underline;
}

a:hover
{
    color: #00BCBD;
    text-decoration: none;
}

a img
{
    border: 0;
}

a.bullet
{
    font-weight: bold;
    color: #FECA4B;
    text-decoration: none;
}

span.bullet
{
    font-weight: bold;
    color: #FECA4B;
}

bullet
{
    font-weight: bold;
    color: #FECA4B;
}

