body{
    padding:0px 0px;
    margin: 0px 0px 0px 0px;
/*    font: normal 13px; */
    font-size:80%;    
    font-family: Tahoma, Arial, Trebuchet MS, Helvetica;
/*    font-size: 12px; */
    background: #FFFEED; /* #F3F4F5 - light grey #EBEBEB; */
}

textarea{
    font-family:Tahoma, Arial;
    font-size:100%;
}

input{
    font-family:Tahoma, Arial;
    font-size:100%;
}

a{
    cursor:pointer;
    text-decoration:underline;
    color:#F4A27C;    
}
a:hover{
    text-decoration:underline;
    color:#F4A27C;
}

h2{
    color:#F4A27C;
    font-size:25px;
    line-height:lighter;
    margin: no-margin;
    margin-top:0;
    margin-bottom:0;
}

h1.htext {
    padding:0px;
    margin:0px;
}

.htext{
    color:#F4A27C;
    font-size:17px;
    font-weight:normal;
    line-height:normal;
}

.red{
    color:#F4A27C;
}

.mtext{
    color:#FD3100;
    font-size:12px;
    font-weight:bold;
}

.t-header {
    margin:3px 1px 0px 3px;
    background: #FFFEED; /* #EBEBEB; */
    position:relative;
}

.t-header img {
    margin-bottom:5px;
    background:  #FFFEED; /* #EBEBEB; */
}

table.t-header td.center{
    margin-top:20px;
}

table.t-header h1 {
    font-family: Tahoma, Arial;
    font-size:28px;
    font-weight:lighter;
    color:black;
    text-align:left;
    margin:0px 0px 0px 20px;
}

.col { width: 375px;
padding: 8px 8px 8px 8px;
background: rgb(246,246,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,254,235,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,254,235,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,254,235,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,254,235,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,254,235,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fffeeb',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,254,235,1) 100%); /* W3C */
border-radius:8px;-khtml-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
border-top-right-radius: 8px 8px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;

}

table.header{

}
table .menu {
    
    float:bottom;
    margin-left:15px;
    height:34px;
    width:960px;
    background: #FFFEED; /* #EBEBEB; */
}
*html table .menu{
    width:960px;
}
.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{
    background: #FFFEED; /* #EBEBEB; */
}

table.main td{
    vertical-align:top;
    margin-right:0px;
    border-spacing: 0px;
}
table.main .left{
    padding-left:0px;
    padding-top:0px;
}
table.main .left .menuitem .left{
    padding:0px;
}

table.main .left div{
    white-space:nowrap;
    overflow:hidden;
}

.lbutton_container{
    margin-top:4px;
    height:34px;
}
table.main td.right{
    padding-top:0px;
}
table.main td.right div{
    margin-left:10px;
    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.2em;
}
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;
}

div.content table{
    border-collapse: collapse;
}
div.content table th{
    border: 1px solid #aaa
    margin:0px 0px 0px 0px;
    vertical-align: middle;
    padding:8px 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;
    padding: 8px 8px 8px 8px;
}
div.content table.noborder th{
    border:0px;
    padding: 8px 8px 8px 8px;
}

.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;
}

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;
    list-style-type: url(images/checkmark.png);
}
ul.nomargin  li{
    list-style-type:  url(images/checkmark.png);
    margin: 8px 0 8px 0;        
}
.left_flat_button{
    padding:0px 0px 4px 0px;
                        
}

.searchcell a {
  color: blue;
}

dl dt a {
  color: darkblue;
  text-decoration: underline;
}
