/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/

#main_content
{
    position: relative;
	color: Black;
	height: 3030px;
    background: Black url("/images/main-edges-black.png") repeat-y;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}

#main_text
{
	color: White;
}
#main_image
{
    position: absolute;
    top: 0px;
    left: 2px;
}

#main_text h1
{
    background: url("/images/frequently-asked-questions.gif") no-repeat top left;
}

#main_text h2
{
    font-size: 18px;
}

#main_text a.button
{
    display: block;
    margin-top: 25px;
}
#main_text a
{
	color: #444444;
	text-decoration: none;
}
#main_text a:hover
{
	text-decoration: underline;
}
#QandA
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#QandA h3
{
    font-size: 13px;
    margin: 0 0 5px 0;
}

#QandA li
{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px Gray;
}

#QandA li.last
{
    border-bottom: none;
}

#sub_list
{
    list-style: disc;
    margin-top: 7px;
}

#sub_list li
{
    margin: 3px 0;
    padding: 0;
    border: none;
}
