*
{
    font-family: Arial;
    font-size: 12px;
    outline: none;
    color: #3f3e37;
}

html, body
{
    margin: 0;
    padding: 0;
}

a img
{
    border: none;
}

body
{
    background: url(../images/background.jpg) top left;
}

h1
{
    font-size: 18px;
    color: #134a46;
    
    margin-top: 25px;
    margin-bottom: 5px;
}

h2, h2 a
{
    font-size: 14px;
    color: #286462;
    
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 a
{
    padding-left: 13px;
    background: url(../images/right_arrow.gif) left 3px no-repeat;
}

.header_bar
{
    display: block;
    margin-bottom: 15px;
}

#page
{
    width: 845px;
    
    margin: auto;
    margin-top: 30px;
    
    background-color: Black;
    
    position: relative;
}

#shadow_left
{
    width: 19px;
    height: 100%;

    position: absolute;
    left: -19px;
    top: 0px;
    
    background: url(../images/shadow_left.png) top left repeat-y;
}

#shadow_upper_left
{
    width: 19px;
    height: 19px;

    position: absolute;
    left: -19px;
    top: -19px;
    
    background: url(../images/shadow_top_left.png) top left no-repeat;
}

#shadow_top
{
    width: 845px;
    height: 19px;

    position: absolute;
    left: 0px;
    top: -19px;
    
    background: url(../images/shadow_top.png) top left repeat-x;
}

#shadow_right
{
    width: 19px;
    height: 100%;

    position: absolute;
    left: 845px;
    top: 0px;
    
    background: url(../images/shadow_right.png) top left repeat-y;
}

#shadow_upper_right
{
    width: 19px;
    height: 19px;

    position: absolute;
    left: 845px;
    top: -19px;
    
    background: url(../images/shadow_top_right.png) top left no-repeat;
}

#top_nav
{
    height: 20px;

    position: relative;
}

#left_nav
{
    width: 169px;

    float: left;
    
    margin-top: 155px;
}

#left_nav a
{
    display: block;
    margin-bottom: 10px;
    margin-left: 12px;
}

#container
{
    margin: 0;

    /*
    margin-left: 20px;
    margin-right: 20px;
    
    background-color: #fdf6da;
    */
    
    position: relative;
}

#top_left_corner
{
    position: absolute;
    
    left: 0;
    z-index: 1;
}

#top_right_corner
{
    position: absolute;
    
    right: 0;
}

#patch
{
    width: 167px;
    height: 165px;
    
    position: absolute;
    top: -19px;
    left: 8px;
}

#content
{
    width: 625px;
    float: left;
    
    margin-left: 11px;
}

#content_holder
{
    min-height: 400px;
}

#designed_by
{
    margin-left: 20px;
    padding-top: 4px;
    margin-bottom: 4px;
    
    background-color: Black;
}

#bottom_strip
{
    width: 845px;
    height: 22px;
    
    background: url(../images/bottom_strip.jpg) top left no-repeat;
}

#footer
{
    margin-bottom: 20px;
    margin-top: 20px;
}

#login_form
{
    float: right;
}

#login_form input
{
    width: 100px;
    
    font-size: 10px;
    height: 12px;
    
    margin-right: 5px;
    
    display: block;
    float: left;
    
    border: none;
}

#login_form input[type="image"]
{
    width: 41px;
    height: 13px;
    
    margin-right: 20px;
    
    display: block;
    float: left;
}

#login_form img
{
    margin-top: 3px;
    margin-right: 5px;
    
    display: block;
    float: left;
}

.faq_question
{
    cursor: pointer;
    margin-right: 80px;
    
    padding-left: 14px;
    text-indent: -14px;
}

.faq_answer
{
    display: none;
    margin-right: 90px;
}

/*-----------------------------------------------------------*/
/* Styles for validation helpers */
/*-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors, .validation-summary-errors li
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

