/* Generated by KaZcadeS */
a.footer {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: gray;
  text-decoration: none;
}
a.footer:hover {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10px;
   font-weight: 700;
   color: white;
   /*text-decoration: underline;*/
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
p {
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
  vertical-align: top;
}
ul {
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
  vertical-align: top;
}

body {
  font-family: Arial,Helvetica,sans-serif;
}
table#layout{
   width: 800px; height: 100%;
   cellpadding: 0; cellspacing: 0; border: 0;
   text-align: left; margin-left: auto; margin-right: auto;
}
td#header {
   background: white url(images/headerbackground.gif) repeat-x bottom left;
   height: 70px;
   valign: bottom;
}
td#sidebar {
   background-color: rgb(144, 234, 169);
   width: 115px;
   margin-left: auto; margin-right: auto;
   valign: top;
}
td#main {
   width: 690px;
   valign: top;
   text-align: left;
}
td#footer {
   background-color: rgb(144, 234, 169);
   text-align: center;
   font-weight: 700;
   font-size: 10px;
   color: gray;
}

