﻿
/* Page footer
================================================ */
.FooterMenu
{
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    list-style-type: none;
    
}
.FooterMenu li
{
    display: inline;
    padding: 2px;
    
}
.FooterMenu li a
{
    padding: 0.2em 1em;
    background:#b1aeae;
    color:White;
    text-decoration: none;
    float:none;
    border: 1px solid #000;
}
.FooterMenu li a:hover
{
    background: #989898;
    color: #fff;
}

.read-more {
margin-top: 10px;
padding-right: 15px;
color: #00204a;
font-weight: bold;
font-size: 10px;
font-family: Verdana, sans-serif;
background: url(../../images/arrow_readmore.gif) bottom right no-repeat;
}

html, body, form 
{
  height:100%;
  margin: 0;
  padding: 0;
  border: none;      
  
}