body
{
    background-color:#565656;
    font-family:arial;
}

#pageframe
{
    width:831px;
    margin:5px auto;
}

#banner
{
    height:127px;
    background:#565656 url('/templates/images/banner.jpg') top left no-repeat;
}

#top_menu_container
{
    height:28px;
    background:#565656 url('/templates/images/top_menu.gif') top left no-repeat;
}

#top_menu
{
    padding:8px 20px 0 0;
    font-size:11px;
    color:#A6A6A6;
    text-align:right;
    text-transform:uppercase;
}

#top_menu .top_menu_item a, #top_menu .top_menu_divider
{
    text-decoration:none;
    color:#AAA;
}

#top_menu .top_menu_divider
{
    margin:0 10px;
    font-weight:bold;
}

#top_menu #top_menu_selected
{
    font-weight:bold;
}

#main_body
{
    padding:0 4px;
    background:#565656 url('/templates/images/main_background.gif') top left repeat-y;
}

#side_background
{
    background:transparent url('/templates/images/side_background.jpg') bottom left no-repeat;
}

#main_body_home_pic
{
    background:transparent url('/templates/images/main_home.jpg') bottom right no-repeat;
}

#main_body_padding
{
    padding:20px 30px 10px 30px;
}

#content_left
{
    width:212px;
    font-size:18px;
    color:#999;
    line-height:30px;
    float:left;
}

#content_left p
{
padding:35px 0px 0px 0px;
line-height:35px;
}
#content_main
{
float:left;
width:510px;
    border-left:1px solid #AAA;
    padding-left:30px;
    font-size:12px;
    color:#666;
    line-height:20px;

}

#content_main_home_inner
{
}

#content_main h1
{
    margin-bottom:20px;
    font-size:20px;
    font-weight:bold;
}

#content_main h2
{
    margin:25px 0 10px 0;
    font-size:14px;
    font-weight:bold;
}

#content_main p
{
    margin:10px 0 10px 0;
}

#content_main ul li
{
    margin-left:20px;
    list-style:disc;
}

#content_main table td
{
    text-align:left;
}

#content_left, #content_main
{
    padding-top:20px;
}

#footer
{
    height:25px;
    background:#565656 url('/templates/images/footer.jpg') top left no-repeat;
}

#footer_home
{
    height:25px;
    background:#565656 url('/templates/images/footer_home.jpg') top left no-repeat;
}

#copyright
{
    padding:10px 0;
    font-size:11px;
    color:white;
    text-align:center;
}

#copyright a
{
    color:white;
}


.clear
{
    clear:both;
}

.home_small
{
width:240px;
}