html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

td
{
    vertical-align: top;
}

div#spacer
{
    position: relative;
    height: 15px;
}

div#top_left
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 208px;
    height: 110px;
}

div#top_right
{
    position: absolute;
    top: 0px;
    left: 208px;
    width: 795px;
    height: 180px;
}

div#left
{
    position: absolute;
    top: 110px;
    left: 0px;
    width: 208px;
}

div#menu
{
    position: relative;
}

table.menu
{
    width: 100%;
    border: 0pt;
}
td.menu_item
{
    padding-right: 5px;
}
td.menu_selected
{
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
}
td.menu_not_selected
{
    width: 11px;
    text-align: center;
    vertical-align: middle;
}

div#content
{
    position: absolute;
    top: 115px;
    left: 208px;
    padding: 20px;
}

div#page_title
{
    position: relative;
    height: 25px;
    padding-left: 13px;
    /*
    width: 690px;
    */
    width: 762px;
    padding-top: 5px;
}

div#page_content
{
    position: relative;
    width: 690px;
    background-color: #FCF8DF;
    padding: 0px;
    border: 1pt solid #F3F3F3;
    height: 100%;
    margin-bottom: 0px;
}

div#page_content a
{
    text-decoration: underline;
    color: #000000;
}

div#page_content a:hover
{
    text-decoration: underline;
    color: #000000;
}

div#page_content a:visited
{
    text-decoration: underline;
    color: #000000;
}

div#page_content a:active
{
    text-decoration: underline;
    color: #000000;
}

.questionnaires
{
    width: 95%;
}
td.q_number
{
    padding-left: 5px;
}
td.q_question
{
    width: 550px;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 11px;
}
td.q_answers
{
    padding-top: 5px;
    padding-bottom: 5px;
}

div#box_grey
{
    position: relative;
    padding: 5px;
}

div#box_yellow
{
    position: relative;
    padding: 5px;
}

td.subtext
{
    width: 50px;
}

.bordered_table
{

}

