﻿/* TEMPLATE 3 - Sitemp / Disclaimer */
/* Page contains one central image and one column underneath */
a
{
    color:#ED1C24;
    text-decoration:underline;
}

a:hover{color:#000;}

.left_column a 
{
    color:#000;
    font-size:1.1em;    
}

.left_column a:hover{color:#ED1C24;}

.right_column a
{
    color:#000;
    font-size:1.1em;
}

.right_column a:hover{color:#ED1C24;}

div#page_content
{
    clear:both;
    margin:0px 25px 10px 25px;
    padding-top:20px;
    text-align:center;
}

div#page_content img
{
    margin:20px 0 10px 0;
}

.left_column
{
    margin:20px 20px 0 20px;
    float:left;
}

.right_column
{
    margin:20px 0 20px 20px;
    float:right;
    width:380px;
}

div#content_text
{
    margin-left:29px;
    _margin-left:20px; /*IE6 hack to correct margin */
}

.text_container
{
    width:863px;
    float:left;
    margin:10px;
    border:1px solid #B6B7B8;
    border-top:0;
    text-align:left;
}

.text_container p
{
    padding:10px;
}

div#sitemap_container
{
    width:863px;
    float:left;
    margin:10px 10px 0 10px;
    border:1px solid #B6B7B8;
    border-top:0;
    text-align:left;
}

.list ul
{
    width:100%;
    margin:0;
}

.list li
{
    padding:8px;
}

.list p
{
    padding:0;
}
