body{
    padding:0px 0px;
    margin: 0px 0px 0px 0px;
    font-family:Arial;
}
a{
    color:#000;
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
div.logo{
    background:url('/images/logo.png');
    width:143px;
    height:50px;
}
* html div.logo{
    background: url('/images/empty.png');
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
}

table.header{
    height:150px;
}
table.header td.leftleft{
    background: url('/images/head-left-left.jpg');
    background-repeat: repeat-x;
}

table.header td.left{
    background: url('/images/head-left.jpg');
    background-repeat: no-repeat;   
}

table.header td.center{
    background: url('/images/head-center.jpg');
    background-repeat: repeat-x;
}

table.header td.right{
    background: url('/images/head-right.jpg');
    background-repeat: no-repeat;
    
}
table .menu {
    
    width:auto;
    float:bottom;
    padding-left:75px;
    height:34px;
    width:831px;
    
}
.menuitem{       
    float:left;
}
.fixedwidth{
}
.fixedwidth div.center{
    width:164px;
}
.menuitem div{
    height:32px;
    float:left;        
    cursor:pointer;
    clear:right;
}
.menuitem div.left{
    background: url('/images/menubutton-left.png');
    width:10px;
    background-repeat: no-repeat;
     
}
.menuitem div.center{
    background: url('/images/menubutton-center.png');
    background-repeat: repeat-x;
    
}

.menuitem div.center div{
    padding:8px 7px 0px 7px;
    height:auto;
    font-size:14px;
}
.menuitem div.right{
    background: url('/images/menubutton-right.png');
    width:9px;   
    background-repeat: no-repeat;
    
}


* html .menuitem div.left{
     background: url('/images/empty.png');
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menubutton-left.png', sizingMethod='scale');
}
* html .menuitem div.center{
   background: url('/images/empty.png');
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menubutton-center.png', sizingMethod='scale');
}

* html .menuitem div.right{
    background: url('/images/empty.png');
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menubutton-right.png', sizingMethod='scale');
}

.menu .active{
    height:33px;
}
.menu .active div.center{
     background: url('/images/activemenubutton-center.png');
}

.menu .active div.left{
     background: url('/images/activemenubutton-left.png');
}
.menu .active div.right{
     background: url('/images/activemenubutton-right.png');
}

* html .menu .active div.left{
     background: url('/images/empty.png');
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/activemenubutton-left.png', sizingMethod='scale');
}
* html .menu .active div.center{
   background: url('/images/empty.png');
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/activemenubutton-center.png', sizingMethod='scale');
}

* html .menu .active div.right{
    background: url('/images/empty.png');
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/activemenubutton-right.png', sizingMethod='scale');
}

.menu a{
    color:#000;
    text-decoration:none;
}
.menu a:hover{
    text-decoration:underline;
}


table.main{
    
}

table.main td{
    vertical-align:top;
}
table.main .left{
    padding-left:9px;
    padding-top:10px;
}
table.main .left .menuitem .left{
    padding:0px;
}

table.main .left div{
    white-space:nowrap;
    overflow:hidden;
}

.lbutton_container{
    margin-top:4px;
    height:97;
}
table.main td.right{
    padding-top:15px;
}
table.main td.right div{
    margin-left:18px;
    padding-bottom:3px;
}
table.main td.right div img{
    border:0px;
}
table.main td.center {
    padding-top:10px;
}
table.main td.center div.content{
    font-size:0.75em;
    line-height: 1.4em;
}
table.main td.center div.content p{
    padding:0px 0px 0px 0px;
    margin:15px 0px 0px 0px;
    
   
}
table.main td.center div.content p a{
    color: #F65100;
    text-decoration:underline;
}

table.main td.right div.content{
    font-size:0.75em;
    line-height: 1.4em;
}
table.main td.right div.content p{
    padding:0px 0px 0px 0px;
    margin:15px 0px 0px 0px;
    
    
}
table.main td.right div.content p a{
    color: #F65100;
    text-decoration:underline;
}

table.main td.left div.content{
    font-size:0.75em;
    line-height: 1.4em;
}
table.main td.left div.content p{
    padding:0px 0px 0px 0px;
    margin:15px 0px 0px 0px;
    
    
}
table.main td.left div.content p a{
    color: #F65100;
    text-decoration:underline;
}

div.content .header{
    font-size:1.2em;
}

.htext{
    color:red;
    font-size:17px;
    font-weight:bold;
}

.mtext{
    color:#FD3100;
    font-size:12px;
    font-weight:bold;
}

div.content table{
    border-collapse: collapse;
}
div.content table th{
    border: 1px solid #aaa;
    margin:0px 0px 0px 0px;
    vertical-align: middle;
    padding:3px 5px 3px 5px;
}
div.content table td{
    border: 1px solid #aaa;
    margin:0px 0px 0px 0px;
    vertical-align: middle;
    padding:3px 5px 3px 5px;
}
div.content table.noborder td{
    border:0px;
}
div.content table.noborder th{
    border:0px;
}

.footer{
    border-top: 1px solid #aaa;
    
    font-size:11px;
    padding:3px 0px 20px 0px;
    width:98%;
    margin:0px auto;
    
    
}
.footer div.copyright{
       float:left;
}
.footer div.contact{
    float:right;
}

.red{
    color:red;
}
table.main td.left a{
    color:#000;
    text-decoration:none;
}
table.main td.left a:hover{
    text-decoration:underline;
}

.leftimage{
    float:left;
    text-align:center;
    padding: 10px 10px 10px 10px;
}

.rightimage{
    float:right;
    text-align:center;
    padding: 10px 10px 10px 10px;
}
ul.nomargin{
    margin :0px 0px 0px 14px;
    padding:0;
}
ul.nomargin  li{
    margin: 0;
}
.left_flat_button{
    padding:0px 0px 4px 0px;
                        
}
