/* GENERAL CSS */

body {
  margin:0;
  height:100%;
  font-family:"Trebuchet MS", Arial, Verdana;
  font-size:0.9em;
  color:#555555;
  background-color:#D8EFA6;
  text-align:left;
  margin-left: 1em;
  margin-right: 1em;
}

input {
  background-color:#FFFFFF;
  padding:3px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#ffffff;
  border:1px solid #728c40;
  background-color:#94ae62;
  margin-bottom:2px;
}

input[type=submit] {
  background-color:#FFFFFF;
  padding:3px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#666666;
  border:1px solid #728c40;
  margin-bottom:2px;
}

a {
  color:#4f4e88;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color:#8f9859;
  text-decoration:underline;
}

acronym {
  cursor:help;
}

li {
  list-style-image:url('backgrounds/li.gif');
  line-height:180%;
  text-align:left
}

<LINK REL="SHORTCUT ICON" HREF="http://www.afm655.org/favicon.ico">

/* SIDEBAR */

div#sidebar {
  width:15em;
  float:right;
  margin-right:2%;
  font-size:95%;
  color:#6C534A;
  text-align:right;
}

div#sidebar h1 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:150%;
  text-transform:uppercase;
  font-weight:normal;
  border-bottom:1px solid #eeeeee;
  color:#728c40;
  text-align:right;
}
div#sidebar ul {
  padding-left:0px;
  padding-bottom:10px;
  list-style-type:none;
}
div#sidebar li {
  list-style-image:url('none');
  background-image:url('backgrounds/submenua.gif');
  background-position: right 50%;
  background-repeat:no-repeat
}

div#sidebar li:hover {
  background-image:url('backgrounds/submenua_hover.gif');
  background-position: right 50%;
  background-repeat:no-repeat
}

div#sidebar a {
  display:block;
  width:90%;
  padding:3px;
  padding-right:0px;
}

div#sidebar a:hover {
  text-decoration:none;
  background-image:url('backgrounds/submenua_hover.jpg');
  background-repeat:repeat-y
}
/* FOOTER */

#footer {
  width:100%;
  background-color: #d8efa6;
  float:left;
  border-top:1px solid #d8efa6;
  border-bottom:5px solid #376350;
  padding-top:5px;
  padding-bottom:5px;
  color:#FFFFFF;
  
}

#footer a {
  color:#006600;
}

#footer a:hover {
  color:#009900;
}