﻿body 
{
    margin: 0;
    background-image: url('images/top_bg.gif');
    background-repeat: repeat-x;
    font-size: 10pt;
    font-family: Georgia;
    color: #644327;
    line-height: 1.6em;
}
a:link
{
    color: #E86900;
    
}
a:visited
{
    color: #B85300;
}
a:hover
{
    color: #FF8521;
    text-decoration: none;
}
/* TOP */
#top
{
    width: 820px;
    height: 200px;
    background-color: Transparent;
    margin: 0 auto;
}
#top img
{
    margin-top: 10px;
}
#top div
{
    text-align: right;
}
#top div ul
{
    margin: 0;
    padding: 0; 
}
#top div li
{
    list-style-type: none;
    display: inline;
}
#top a
{
    padding: 1px 8px 1px 15px;
    font-size: 1.4em;
    text-decoration: none;
}
#top a:link, #top a:visited
{
    color: #B85300;
    color: #F0C7A5;
   
}

#top a:hover, #top a.current
{
    color: #B85300;
    
}
/* Middle Container */
#middle
{
    width:      770px;
    margin: 0 auto;
}
/* MIDDLE CONTENT */
#mid_content
{
    width:      466px;
    margin-right: 40px;
    float: left;
}
h3
{
    margin-bottom: 4px;
    
}
/* MIDDLE SIDE */
#mid_side
{
    width:      246px;
    float: right;
    
}
#mid_side div
{
    font-size: .8em;
    font-style:italic; 
    margin-left: 14px;
    line-height: 22px;
    
}
#bottom
{
    width:      770px;
    margin: 40px auto;
    padding-top: 14px;
    text-align: center;
    font-size: .8em;
    font-style: italic;
    color: #000066;
    background-image: url('images/bottom_line.gif');
    background-repeat: no-repeat;
}


TD.tabletitle 
{
	color:White; background-color:#4169E1; font-weight:bold; text-transform:uppercase; padding:0px 5px;
}