/* STRIP AT THE TOP */
#topbanner {
    width: 100%;
    height: 180px;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    background-color: #E0BE49;
    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: #EBD37F;
    text-decoration: underline;
    }

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

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

/* FORM FIELDS */
.form01 {
    width: 150px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #E0BE49;
    }

.form02 {
    width: 250px;
    height: 100px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #E0BE49;
    }

.dropdown01 {
    background-color: #E0BE49;
    color: #000000;
    }

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