﻿body, html, form 
{
    margin:0 0 0 0;
    padding:0 0 0 0;
    background-color:#45669e;
    font-family:Tahoma;
    font-size:12px;  
}
a
{
    color:#000;
    text-decoration:none; 
}
a:hover
{
    text-decoration:underline; 
}
h3
{
    font-size:14px; 
}
.main
{
    width:955px;
    margin: 0 auto 0 auto;
    margin-top:0; 
    background-color:#FFF; 
}
.header
{
    width:955px;
    height:82px;
    background-image:url('./images/header.jpg');
    background-repeat:no-repeat;
    margin-bottom:1px;
    border-bottom:solid 1px #000;  
}
.logo
{
    padding:10px 0 0 10px;
}
.banner
{
    background-color:#777777;
    width:955px;
    margin-top:1px;
    padding-top:10px;
    padding-bottom:5px;
    border-top:solid 1px #000;   
}
.window
{
    background-image: url('./images/banner.jpg'); 
    background-repeat: no-repeat; 
    width:955px; 
    height:243px
}

/** Menu **/
#menu
{
    width:955px;
    height:26px;
    background-color:#dbdbdb;
    background-image:url('./images/menu.png');
    background-repeat:no-repeat;
    margin:0 0 0 0;
    padding:0 0 0 0;    
}
#menu, #menu ul
{
    list-style-type: none;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:26px;
}
#menu ul img
{
    float: left;
    position: relative;
}
#menu
{
}
#menu li
{
    float: left;
    position: relative;
}
#menu a, #pmenu a:visited
{
    display: block;
    width: auto;
    font-size: 14px;
    font-weight:bold; 
    color: #000;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    padding-right: 44px;
    padding-left: 44px;
}
#menu li:hover > a
{
    background-color:#45669e;
    color:#FFF; 
}
.leftmenu
{
    background-color:#323232;
    width:179px;
    background-image:url('./images/leftmenu-back.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
    margin-left:10px;
    float:left;  
     
}
#leftmenu
{
    width:169px;
    float:left;
}
#leftmenu, #leftmenu ul
{
    list-style-type: none;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
#leftmenu
{
}
#leftmenu li
{
}
#leftmenu a, #leftpmenu a:visited
{
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    padding-left:10px; 
}
#leftmenu li:hover > a
{
    text-decoration:underline; 
}

/** Content **/
.content
{
    width:955px;
    background-image:url('./images/background.png');
    background-repeat:repeat-x;   
}
.table
{
    padding-top:40px;
}
.row
{
    width:80%;
    font-size:14px;
    font-weight:bold;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000; 
}
.row div
{
    height:40px;
}
.row p
{
    margin-top:10px;
}
.rightcontent
{
    padding-top:20px;
    width:930px;
    float:left;   
}
.title
{
    width:250px;
    height:17px;
    line-height:17px; 
    background-color:#e8e8e8; 
    font-size:14px;
    font-weight:bold;  
}
.title2
{
    width:600px;
    height:17px;
    line-height:17px; 
    background-color:#e8e8e8; 
    font-size:14px;
    font-weight:bold;
    margin-left:60px;  
}
.imageholder
{
    background-image:url('./images/imageholder.png'); 
    background-repeat:no-repeat; 
    width:300px; 
    height:170px;
}

/** Footer **/
.footer
{
    clear:both;
    padding:30px 5px 5px 0;
    font-size:11px;   
}

