/* STRIP AT THE TOP */
#topbanner {
    width: 100%;
    height: 180px;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    background-color: #BDAF8D;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #FFFFFF;
    }

/* BODY CONTENT */
#maincontent A:Link, #maincontent A:Visited, #maincontent A:Active {
    color: #D1C29E;
    text-decoration: underline;
    }

#maincontent A:Hover {
    color: #D1C29E;
    text-decoration: underline;
    }

#maincontent P.titletext {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    }

/* FORM FIELDS */
.formfield01 {
    width: 200px;
    background-color: #BDAF8D;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

.formfield02 {
    width: 200px;
    height: 100px;
    background-color: #BDAF8D;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

.button01 {
    background-color: #BDAF8D;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    }
