body {
    border:             0em;
    margin:             0em;
    padding:            0em;
    background-color:   white;
    color:              black;
    font-size:          0.8em;
    font-family:        arial, verdana;
}

table, tr, td, div, p {
    font-size:          1em;
}

table, tr, td, div, img {
    border:             0em;
    margin:             0em;
    padding:            0em;
}

h1, h2, h3, h4, h5, h6 {
    font-family:        times, verdana, arial;
}

h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
h6 {font-size:1.0em;}

#main {
    background-color:   white;
}

#top {
    background-color:   gold;
    padding:            0.5em;
}

#middle {
    background-color:   white;
}

#bottom {
    background-color:   gold;
    color:              red;
    padding:            0.4em;
    text-align:         center;
}

#left {
    padding:            1em;
}

table.menu {
    border-top:         0.1em dashed red;
    border-right:       0.1em dashed red;
    margin-bottom:      1em;
}

table.menu td.head {
    padding:            0.5em 1em 0em 0em;
}

table.menu td {
    padding:            0em 1em 0em 0em;
}

#center {
    padding:            1em;
    width:              100%;
}

#right {
}

#title {
    font-size:          2.5em;
    font-family:        times, verdana, arial;
    font-weight:        bold;
    padding-left:       2em;
}

#title2 {
    font-size:          1.5em;
    font-family:        verdana, arial;
    text-align:         right;
}

.navlink:link, .navlink:visited {
    color:              black;
    text-decoration:    none;
}

.navlink:hover, .navlink:active {
    color:              blue;
    text-decoration:    underline;
}

.redlink:link, .redlink:visited {
    color:              red;
    text-decoration:    none;
}

.redlink:hover, .redlink:active {
    color:              red;
    text-decoration:    underline;
}

