﻿body
{
    background:#E7E7E8;
    font-family:Verdana;
    font-size:10px;
    color:#4D1447;
}

#Header
{
    width:798px;
    padding:0 5px 0 5px;
    margin:auto;
    background:url(../../App_Images/Header-Background.gif) no-repeat left 93px;
}

#Container
{
    background:url(../../App_Images/Content-Background.gif) repeat-y left top;
    width:798px;
    padding:0 5px 0 5px;
    margin:auto;
    height:600px;
}

#PageTagLine
{
    padding:10px 0 10px 165px;
    z-index:100; 
    position:relative;
}

#Footer
{
    /*
    color:#A1A1A1;
    padding:0 0 20px 30px;
    width:800px;
    margin:-30px auto 0 auto;
    */
    
    width:783px;
    padding:0 5px 20px 20px;
    margin:-20px auto 0 auto;
    background:url(../../App_Images/Footer-Background.gif) no-repeat left bottom;  
      
}

a
{
    font-weight:bold;
    text-decoration:none;
    color:#4D1447;
}

img 
{
    border:none;
}

.FormTable
{
    width:100%;
}

.FormTable .XO
{
    width:30%;
    vertical-align:top;
    font-weight:bold;
}

.FormTable .OX
{
    width:70%;
}

.Questions a
{
    font-weight:normal;
    cursor:pointer;
}

a.Up
{
    font-weight:bold;
}

.Answer
{
    top:0;
    left:0;   
    position:absolute;
    visibility:hidden;
}
