/* CSS Document */

html {
    height: 100%;
    background: url(images/bodyBg.jpg) repeat top left;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    background: url(images/topBg.jpg) repeat-x top left;
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
}

/* ----------- HEADER STYLES ------------ */

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 4px;
    text-align: center;
    margin: 0;
    margin-bottom: 3px;
}

h2 {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    color: #f3edbf;
    margin: 0;
    margin-bottom: 6px;
    margin-top: 20px;

}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin: 0;
    margin-bottom: 4px;
}

img a {
    border: 0px;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

a:link {
    color: #FFF;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #FFF;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

#header {
    height: 346px;
    width: 1000px;
    margin: 0;
    padding: 0;
}

#content {
    float: left;
    width: 650px;
    height: auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size: .8em;
    line-height: 1.3em;
    border-left: 3px solid #FFF;
    padding: 0px 0 20px 40px;
    margin-top: 10px;
}

#sidebar {
    float: left;
    width: 235px;
    height: auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #f3edbf;
    font-size: .8em;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0 15px 15px 0;
}

#sidebar ul {
    line-height: 1.7em;
}

#footer {
    clear: both;
    width: 100%;
    background: url(images/bottomBg.jpg) repeat-x top left;
    height: 73px;
    padding-top: 60px;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.floatright {
    float: right;
    margin: 0 0 15px 15px;
}

.pic {
    border: 2px solid #FFF;
}

.redtext {
    color: #FF0000;
    font-weight: bold;
}

.greentext {
    color: #00CC33;
    font-weight: bold;
}

.noshow {
    display: none;
}

.input {
    border: 1px solid #FFF;
}

fieldset {
    border: 1px solid #FFF;
    padding: 20px 20px 20px 20px;
    width: 400px;
}

legend {
    background-color: #22173e;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFF;
}
