html, body, form
{
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: Arial, Verdana;
    font-size: 12px;
    line-height: 18px;
}
body
{
    background: #c0c0c0 url(../CT_img/background.gif) repeat-y center top;
    text-align: center;
    vertical-align: middle;
}
div#container
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: 900px;
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    overflow: visible;
}
div.footer
{
    height: 0px;
}

/* * * * HEADER * * * */
div.header
{
    position: absolute;
    overflow: hidden;
    top: 0px;
    width: 820px;
    left: 40px;
    background-color: #FFFFFF;
    height: 100px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}
div.name
{
    color: #221178;
    float:left;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    /*position: relative;*/
    line-height: 28px;
    margin-top: 40px;
}
span.namePrint
{
    font-size: 30px;
    font-weight: bold;
    left: 10px;
    letter-spacing: -2px;
    position: relative;
    top: 10px;
}
div.headerRight
{
    float: right;
    height: 100px;
}
div.search
{
    color: #660066; /*#663399;*/
    font-style: italic;
    font-size: 11px;
    position: relative;
    right: 20px;
    top: 1px;
    width: 320px;
    height: 30px;
    text-align: right
}
div.slogan
{
    color: #660066; /*#663399;*/
    font-style: italic;
    font-size: 11px;
    position: relative;
    right: 20px;
    top: 15px;
    width: 320px;
}
div.topMenu
{
    float: left;
    font-weight: bold;
    padding-left: 5px;
    width: 300px;
}
div.topMenu a
{
    color: #000000; /*#221178;*/
    margin: 0px 20px 0px 0px;
    text-decoration: none;
}

/* * * * MENU * * * */
div.menu
{
    position: absolute;
    top: 100px;
    width: 780px;/*795px;*/
    left: 60px;
    background-color: #FFFFFF;
    border-bottom: solid 2px #221178;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
div.menu a
{
    background-attachment: scroll;
    background-image: url( "/CT_img/tab.gif" );
    background-position: top;
    background-repeat: no-repeat;
    color: #000000; /*#221178;*/
    display: block;
    float: left;
    height: 28px;
    margin: 2px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
    vertical-align: middle;
    width: 125px;
}

div.menu a.hover
{
    background-image: url( "/CT_img/tabHover.gif" );
}

div.menu a.selected
{
    background-image: url( "/CT_img/tabSelected.gif" );
    height: 32px;
}

/* * * * CONTENT * * * */

div.space
{
    height: 130px;
    border-bottom: solid 8px #c0c0c0;
}

div.content
{
    width: 780px;
    text-align: left;
    min-height: 100%;
    overflow: visible;
    padding-left: 60px;
    padding-right: 60px;
}

div.contentPrint
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

div.content a, div.contentPrint a
{
    color: #000000;/*#3b9e28; #88DF3A;*/
    text-decoration: underline;
}

div.content a:hover
{
    text-decoration: none;
}
div.text
{
    padding-left: 50px;
    padding-top: 20px;
    padding-right: 50px;
}
/* * * * CONTACT * * * */
div.contactIntro
{
    float: left;
    padding: 5px 0px 10px 10px;
    text-align: left;
    width: 310px;
}

div.contactForm
{
    float: left;
    padding: 0px 10px 0px 20px;
    text-align: left;
    width: 400px;
}

div.contactForm button.btnCancel
{
    background-color: #663399;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 60px;
}

div.contactForm input.btnSave
{
    background-color: #88DF3A;
    color: #444444;
    cursor: pointer;
}

div.contactForm input.textbox
{
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #221178;
    border-left: solid 1px #221178;
    padding-left: 3px;
    width: 300px;
}

div.contactForm textarea.textarea
{
    border-top: solid 1px #221178;
    border-right: solid 1px #221178;
    border-bottom: solid 1px #221178;
    border-left: solid 1px #221178;
    color: #444444;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    height: 80px;
    width: 302px;
}

div.contactForm table.default td.default
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
}

div.contactForm span.errorMessage
{
    color: #663399;
    font-size: 10px;
}
/* * * * FREEPAGE * * * */
div.freepage
{
    padding: 0px 10px 10px 10px;
}
div.freepageButtons
{
    text-align: right;
}
