body {
   font-size: 9pt;
   font-family:  Arial, Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

td {
    padding-left: 8px;
    padding-right: 8px;
}

div#leftnav {
    float: left;
    left: 5px;
    top: 80px;
/*  width: 150px;*/
    padding-right: 20px;
    margin-top: 80px;
/*height: 1100px;
    background: yellow; */
/*    border-width: 2px;
border-style: solid;*/
}
    
div#rightbar {
    top: 120px;
    position: relative;
    float: left;
    width: 165px;
    padding: 0px 12px 0px 12px;
    margin-left: 15px;
    border-style: solid;
    border-color: red;
    background-color: #ffffa8;
}

div#rightbar2 {
    top: 120px;
    position: relative;
    float: left;
    width: 165px;
    padding: 0px 12px 0px 12px;
    margin-top: 10px;
    margin-left: 15px;
    border-style: solid;
    border-color: red;
    background-color: white;
}

div#emph_border
{
    border-style: solid;
    border-width: thick;
    margin: 15px;
    padding: 15px;
    border-color: red;
}

#center {
    text-align: center;
}

#rightbar ul {
    padding-left: 0;
}
#rightbar li {
    list-style: none;
    text-align: left;
}

#rightbar a:hover {
    background-color: orange;
}

#rightbar div {
    margin-top: 25px;
}

a:hover {
    background-color: yellow;
}

div#main {
    float: left;
    margin-left: 20px;
    width: 60%;
}

.boxheader {
    text-align: left;
    color: blue;
    font-size: 11pt;
    font-weight: bold;
    line-height: 0;
    margin-bottom: 0;
}

.notice {
    font-size: 12pt;
    text-align: center;
}

.left_notice {
    font-size: 12pt;
    text-align: left;
}

.bignotice {
    font-size: 16pt;
    text-align: center;
}

