
/*
'yellow'	- #cdc57b
gray 		- #9a9a9a
main 		- e9e6dc
top 		- c4bc9f
*/
html {

    padding: 0px;
    margin: 0px;
    height: 100%;
    border: 0px solid blue;

}

body {
    font-size: 10px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #564b47;
    background: #E1D4C0 url( "../images/main_background.gif" ) top center repeat-y;
    padding: 0px;
    margin: 0px;
    border: 0px dashed red;

}

a:link, a:active, a:visited, a.postlink {
    color: #9a9a9a;
    /*font-weight: bold;*/
    border-bottom: 1px dashed #c4bc9f;
    text-decoration: none;
}

a:hover {
    color: #ffffff
}

#container {
    height: 100%;
    width: 750px;
    color: #333;
    border: 0px solid teal;
    margin: 0 auto;
}

#logo {
    position: relative;
    left: 0%;
    top: 0%;
    background: #E1D4C0 url( "../images/logo-no-email.png" ) top left no-repeat;
    border: 0px solid red;
    height: 104px;
    background-color: #cdc57b;
}

#top-nav {
    background-color: #c4bc9f;
    border: 0px solid red;
    font-size: 8pt;
    /*height: 20px;*/

}

ul#navlist {
    margin: 0 auto;
    padding: 0px;
    white-space: nowrap;
    border: 0px solid blue;
    height: 100%;
}

#navlist li {
    display: inline;
    list-style-type: none;
    border: 0px solid red;
    margin: 0px;
    /*height: 100%;*/
}

#navlist a {
    border: 0px dashed green;
    padding: 0px 10px;
}

#navlist a:link, #navlist a:visited {
    color: #fff; /*background-color: #036;*/
    text-decoration: none;
}

.hover {
/*background-color: #9a9a9a;*/
    border: 0px solid #9a9a9a;
    text-align: center;
}

.nav-button {
    text-align: center;
    border: 0px solid #c4bc9f;
}
.selected {
    background-color: #e9e6dc;
    border: 0px solid #e9e6dc;
    color: #9a9a9a;
    text-align: center;
}


#content {
    position: relative;
    left: 0%;
    top: 0%;
    padding: 40px 80px;
    text-align: justify;
    color: #9a9a9a;
    background-image: url( ../images/swirl.gif );
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 600px;
}

.section-heading {
    font-size: 12pt;
    font-weight: bold;
}

.paragraph-heading {
    font-size: 10pt;
}


#footer {
    border: 0px solid red;
    text-align: center;
}

#master {
    width: 100%;
    height: 100%;
    background-color: #e9e6dc;
    border: 1px solid #c4bc9f;
}

#validation {
    position: absolute;
    bottom: 2%;
    left: 9%;
}

#spacer {
width: 25%;
}


.lamp {
    color: #660000;
}


.button {
    background-color: #c4bc9f;
    color: #ffffff;
}

.label {
    font-size: 10pt;
}

.simple-border {
    border: 1px solid #9a9a9a;
}

div.a-link {

    padding-left: 5px;
    margin: 20px;
}

div.a-link p {
    border-top: 0px dashed #cccccc;
    margin: 5px;
    padding-left: 20px;
}






