body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 20px;
    padding: 0px;
    text-align: center;
}

h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14pt;
}

div, table {
     font-size: 8pt;
     text-align:left;
}

div#outer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
div#head {
    position: absolute;
    width: 900px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
div#columns {
    position: relative;
    width: 900px;
    top: 150px;
    background-color: #FFFFFF;
}
div#side1 {
    position:absolute;
    width:250px;
    top: 0px;
    left:0px;
    background-color: #FFFFFF;
}
div#content {
    position: relative;
    width: 620px;
    top: 0px;
    left: 250px;
    background-color: #FFFFFF;
}
div#block {
    position: relative;
    width:580px;
    top: 0px;
    background-color: FFCC33;
    padding : 1em 1em 1em 1em;
}
div#foot {
    position: relative;
    width: 700px;
    clear: both;
    background-color: #FFFFFF;
}

.small {font-family: Verdana; font-size: -3;} 

.title {font-family: Verdana; font-size: 2; font-weight: bold;} 

.title2 {font-family: Verdana; font-size: 1%x; font-weight: bold;} 

