body{
    background-color:white;
}

.infobox{
    display:block;/*compat*/
    clear:both;
    text-align:center;
}

#navbar{
    display:table;
    width:100%;
    border-collapse:collapse;
}

#navbar a{
    border-color:black;
    border-style:solid;
    display:table-cell;
    width:25%;
}

#content{
    float:left;
}


.important{
    color:red;
}

#titlebox{
    min-height:100px;
    text-align:center;
}

#contentbox{
    border-width:1px;
    border-style:solid;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    margin:auto;
    height:100%;
    max-width:1000px;
    background-color:#E0E0FF;
}

#footerbox{
    margin:auto;
    max-width:1000px;
}

.datetable{
    table-layout:fixed;
    width: 100%;
    border:1px solid black;
    border-spacing:5px;
    border-collapse: collapse;
}

.datetable th:nth-child(1){
    width:10%;
}

.datetable th:nth-child(2){
    width:15%;
    text-align:center;
}

.datetable th:nth-child(3){
    width:60%;
    text-align:center;
}

.datetable td:nth-child(2){
    text-align:center;
}

.datetable th, td{
    border:1px solid black;
}


.datetable2{
    table-layout:fixed;
    width: 100%;
    border:1px solid black;
    border-spacing:5px;
    border-collapse: collapse;
}

.datetable2 th:nth-child(1){
    width:15%;
}

.datetable2 th:nth-child(2){
    width:25%;
    text-align:center;
}

.datetable2 th:nth-child(3){
    width:60%;
    text-align:center;
}

.datetable2 td:nth-child(2){
    text-align:center;
}

.datetable2 th, td{
    border:1px solid black;
}

.datetable2 td{
    height: 0.4in;
}



.tiny {
    font-size: 10px;
}