body
{
    width:100%;
    background-color: #44452F;
    margin:0px;
    padding:0px;
}

#bg_top
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:310px;
    background-color:#65664A;
    z-index:10;
}

#layout_wrapper
{
    position:absolute;
    width:100%;
    height:100%;
    z-index:20;
    top:0px;
    left:0px;
    text-align:center;
}

#layout
{
    text-align:left;
    width:830px;
    height:600px;
    margin:auto;
    padding:10px;
}

#left_panel, #right_panel
{
    border:5px solid white;
}

#left_panel
{
    float:left;
    height:680px;
    width:210px;
    margin-right:-8px;
    background-color:#40412F;
}

#right_panel
{
    height:660px;
    margin-left:215px;
    margin-top:10px;
    background-color:#8E9069;
}

#right_panel, #content, #footer
{
    width:581px;
}

#banner
{
    border-top:2px solid white;
    border-bottom:2px solid white;
}

#top_panel
{
    height:80px;
}

#logo
{
    float:left;
    margin-left:10px;
    margin-top:10px;
}

#title
{
    padding-top:12px;
    margin-left:93px;
    border-bottom:1px solid #474834;
    margin-right:10px;
    font-weight:bold;
    font-family:arial;
}

#content
{
    margin-top:10px;
    background-color: #DCD6C6;
    height:323px;
    overflow:auto;
    border-top:2px solid white;
    border-bottom:2px solid white;
    
    background-image: url('/images/leaf_bg.gif');
    background-repeat: no-repeat;
    background-position:bottom left;
    padding-left:5px;
    padding-right:5px;
    padding-top:10px;
    width:571px;
}

#content *
{
    font-size:small;
}

#footer
{
    background-color: #44452F;
    height:37px;
}

#copyright
{
    margin-top:10px;
    margin-left:15px;
    font-size:9px;
    float:left;
    color:#8E9069;
    width: 100%;
}

#sinuous
{
    margin-right:20px;
    float:right;
}

#copyright a
{
    color:#8E9069;
    text-decoration:none;
}

#copyright a:hover
{
    background-color: #44452F;
    text-decoration:none;
}

#print
{
    font-size:9px;
    margin-top:12px;
    line-height:18px;
    margin-right:15px;
    float:right;
    color:#D39639;
    vertical-align:middle;
    background-image: url('/images/printer.gif');
    background-repeat: no-repeat;
    background-position:right;
    padding-right:30px;
}

#left_panel #login_form
{
    padding:5px;
}

#left_panel #login_form label
{
    color:#D39639;
    text-transform:uppercase;
    font-size:x-small;
}

#left_panel #login_form .field
{
    background-color:#6A6B4E;
    border: 1px solid #595A41;
    margin-bottom:6px;
    width:100px;
    color:#ffffff;
    font-size:x-small;
}

#left_panel #login_form a
{
   color: #6A6B4E;
   text-transform:uppercase;
   font-size:x-small;
}

#left_panel #login_form a:hover
{
    background-color:#40412F;
}

#left_panel #login_form .submit
{
    background-image: url('/images/button_bg.gif');
    color:#ffffff;
    font-size:x-small;
    text-transform:uppercase;
    border:0px solid #202117;
    float:right;
    margin-right:10px;
    margin-top:5px;
}

#left_panel #login_form #client_login
{
    margin-top:10px;
    margin-bottom:10px;
}

#left_panel form
{
    margin:0px;
    padding:0px;
}

#left_panel #left_nav a, #left_panel #sub_nav a
{
   display:block;
   background-color:#51523B; 
   border-top:1px solid #747562;
   border-bottom:1px solid #000000;
   line-height:25px;
   text-decoration:none;
   padding-left:30px;
   color:white;
   background-image: url('/images/menu.gif');
   background-repeat:no-repeat;
   background-position:4 0;
   font-size:x-small;
   text-transform:uppercase;
}

#left_panel #left_nav a:hover, #left_panel #left_nav a.selected,
#left_panel #sub_nav a:hover, #left_panel #sub_nav a.selected
{
    background-image: url('/images/menu_selected.gif');
}

#left_panel #left_nav
{
   margin-top:15px;
   border-bottom:1px solid #747562;
   border-top:1px solid #000000;
}

#sub_nav
{
    padding-top:15px;
}

#report_section_tags
{
	float:right;	
	margin-top:-50px;
}

#report_section_field_tags
{
float:right;
}
