/* Copyright 2008-2009 Gateway Computer Club */

*
{
    margin: 0;
    padding: 0;
}

html
{
    overflow: scroll;
}

body
{
    margin: 0;
    padding: 0;
}

div#frame
{
    border: 1px solid #000000;
    width: 770px;
    min-height: 600px;

    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #000000;

    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}

div#top_left
{
    /*background-color: #FFFFDA;*/
    border-bottom: 1px solid #000000;
    width: 100px;
    height: 107px;
}

div#top_center
{
    /*background-color: #FFFFDD;*/
    border-bottom: 1px solid #000000;
    width: 570px;
    height: 107px;
    margin-top: -108px;
    margin-left: 100px;
    text-align: center;
}

div#top_center h1
{
    margin-top: -10px;
    margin-bottom: 16px;
}

div#top_right
{
    /*background-color: #FFFFDA;*/
    border-bottom: 1px solid #000000;
    width: 100px;
    height: 107px;
    margin-top: -108px;
    margin-left: 670px;
}

div#left
{
    /*background-color: #DDDDFF;*/
    margin-top: -300px;
    width: 560px;
    min-height: 592px; padding: 5px;
}

div#left p
        {
            text-indent: 2em;
        }
div#left p + p
        {
            margin-top: 1em;
        }
div#left p.extra_indent
        {
            text-indent: 4em;
        }

div#left p.no_indent
        {
            text-indent: 0;
        }
div#left p.nospacing + p.nospacing
        {
            margin-top: 0em;
        }

div#left div#content_header
        {
            text-align: center;
        }
div#left div#content_header h1
        {
            clear: none;
            margin-bottom: 16px;
        }

div#right_top
{
    /*background-color: #DDFFDD;*/
    margin-left: 570px;
    width: 200px;
    height: 300px;
}

div#right_bottom
{
    /*background-color: #FFDDFF;*/
    margin-left: 570px;
    margin-top: -70px;
    width: 200px;
    height: 70px;
    text-align: center;
    vertical-align: bottom;
    font-size: 10px;
}

ul.menu
{
    width: 200px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.menu li
{
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 199px;
    padding: 0px;
}

ul.menu a
{
    width: 184px;
    height: 18px;
    text-decoration: none;
    padding-left: 15px;
    display: block;
    color: #000000;
}

ul.menu li a:hover
{
    background-color: #CCCCFF;
}

ul.menu li.submenu
{
    /*background-color: #FFFFFF;*/
    width: 199px;
}

ul.menu li.submenu a
{
    padding-left: 30px;
    display: block;
    width: 169px;
}

img
{
    border: 0px;
}

img.s3c_validate
{
    width: 88px;
    height: 31px;
}

.jsShow
{
    display: block;
}

.cssShow
{
    display: block;
}

.jsHide
{
    display: none;
}

.cssHide
{
    display: none;
}
