body {
    text-align: left;
    background-color : white;
    font-family:verdana,arial,sans-serif;
    line-height: 1.5;
    color:#46402D;
    font-size: 0.8em;
    font-weight: normal;
}

em {
    background-color : white;
    color:  red;
}

dt {
    font-weight:    bold;
}

h1 {
    text-align:     center;
}

#news {
    float:          right;
    width:          25%;
    padding-left:   1em;
    border-style:   dotted;
    border-width:   1px;
}

.footer {
    border-width:   1px 0 0 0;
    border-style:   solid;
    text-align:     center;
    font-size:      0.8em;
    clear:          both;
}

.right {
    float:          right;
}

h2 {
    clear:          both;
}

.left {
    float:          left;
    margin-right:    1em;
}

ul.menu {
    list-style:     none;
    background-color:   #0B610B;
    color:              white;
    margin:             0 0 0 0;
    padding:            0 0 0 0;
    float:              left;
    width:              100%;
}

ul.menu li {
    float:              left;
    margin:             0 1em 0 1em;
}

ul.menu li a {
    text-decoration:    none;
    color:              white;
}

#header {
    text-align:         right;
}

#header img {
    border:             0;
    margin-right:       1em;
}
#contents {
    clear:              both;
    background:         url(images/border.png) repeat-y top left;
    padding-left:        50px;
    margin-top:         30px;
}

