* {
 margin: 0;
 }
 
html, body {
height: 100%;
background: url('bg_palms4.jpg');
background-repeat: repeat;
font-face: Palatino;
font-weight: normal;
font-size: 11pt;
 }


A:link {
color: #7E8A77;
text-decoration: none;
outline: none;

}

A:visited
{
text-decoration: none;
color: #7E8A77;
outline: none;
}

A:active
{
text-decoration: none;
color: #7E8A77;
outline: none;
}

A:hover
{
text-decoration: none;
color: #7E8A77;
background: #CDAE6D;
outline: none;
}

 .wrapper {
   min-height: 100%;
  height: auto !important;
  height: 100%;
   margin: 0 auto -4em;
   }

.fade_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.fade_images a:hover img
{
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

    opacity: 0.5;
}

.fade_images a img
{
filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
    opacity: 1;
}


 .footer, .push,.link {
   text-decoration: none;
color: rgb(126,138,119);
font-face: Palatino;
font-weight: bold;
font-size: 9pt;
   height: 4em;
  }


.copyright {
color: lightgrey;
font-face Palatino;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
background: #FFFFFF;
}

.submitbutton
{
background-color: #color;
border-bottom:solid;
border-left: #FFEEEE;
border-right:solid;
border-top: #EEEEEE;
color: black;
background: #CDAE6D;
font-family: Verdana, Arial
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
}

