body {
   background-color: #F0A941;
   font-family: arial;
   color: #FFFFFF;
   font-size: 12px;
 }
.finePrint {
     font-weight: bold;
     font-size: 9px;
     color: #FFFFFF;
 }
table {
   font-size: 12px;
   font-family: arial;
 }
a:active {
   color: #A52A2A;
   font-weight: bold;
   text-decoration: none;
 }
a:link {
   color: #A52A2A;
   font-weight: bold;
   text-decoration: none;
 }
a:visited {
   color: #A52A2A;
   font-weight: bold;
   text-decoration: none;
 }
a:hover {
   color: #A52A2A;
   font-weight: bold;
   text-decoration: none;
 }
.foot {
    position: absolute;
    top: 768px;
    left: 500px;
 }
.header {
    background-image: url('../img/title.png');
    background-repeat: no-repeat;
    background-color: #F0A941;
 }


/* JS TopMenu */


#csstopmenu, #csstopmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
 }
#csstopmenu li {
    float: left;
    position: relative;
 }
#csstopmenu a {
    text-decoration: none;
 }
.mainitems {
    border: 1px solid black;
    border-left-width: 0;
    background-color: #FFD28B;
 }
.headerlinks a {
    margin: auto 8px;
    font-weight: bold;
    color: black;
 }
.submenus {
    display: none;
    width: 10em;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-color: #FFE3B7;
    border: 1px solid black;
 }
.submenus li {
    width: 100%;
 }
.submenus li a {
    display: block;
    width: 100%;
    text-indent: 3px;
 }
html>body .submenus li a {     /* non IE browsers */
    width: auto;
 }
.submenus li a:hover {
    background-color: #FFFFFF;
    color: black;
 }

#csstopmenu li>ul {           /* non IE browsers */
    top: auto;
    left: auto;
 }
#csstopmenu li:hover ul, li.over ul {
    display: block;
 }
html>body #clearmenu{         /* non IE browsers */
    height: 3px;
 }

