body {
  margin: 0px;
  background: url('images/bg.gif') #FFF repeat-y;
}
a.top {
  font: bold 10pt arial, helvetica, sans-serif;
  color: #000;
  padding: 0.25em 0.75em;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #2F4F4F;
  margin: 0em;
}
a.top:hover {
  text-decoration: underline;
  background: url('images/btn.gif') #FFFFFF top right repeat-x;
}
a.dir {
  font: bold 10pt arial, helvetica, sans-serif;;
  color: #00F;
  text-decoration: none;
}
a.link {
  font: bold 10pt arial, helvetica, sans-serif;;
  color: #00F;
  text-decoration: none;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
a.title { 
  font-size: 11pt; 
  text-decoration: underline;
  color: #00C;
}
a.url {
  text-decoration: underline;
}

h1 { font: normal 18pt verdana, helvetica, sans-serif; text-decoration: underline; margin: 0em 0em 1em 0em; }
h2 { font: bold italic 10pt arial, helvetica, sans-serif; }
h3 { font: bold 10pt verdana, helvetica, sans-serif; }
h4 { font: bold 10pt verdana, helvetica, sans-serif; color: #090; }
h5 {  }

p { font: 10pt arial, helvetica, sans-serif; }
p.link { margin-top: 0em; padding-top: 0em;}

li {
  font: 10pt arial, helvetica, sans-serif; 
  margin-left: 1em; 
  list-style: decimal inside;}

.top {
  width: 100%;
  border: 0px;
}
.title {
  margin: 0.5em 0.5em 0.5em 0em;
}
.banner {
  background: url('images/banner.jpg') repeat-x;
  height: 100px;
  border-top: 1px solid #2f4f4f;
  border-bottom: 1px solid #2f4f4f;
}
.gradient {
  background: url('images/grad.gif') #4F7D31 bottom left repeat-x;
  height: 40px;
  text-align: center;
}

div#side {
  width: 150px;
  border: 2px outset #000000;
  padding: 0.5em;
  margin: 0em 0.25em 0.25em 0.25em;
  background: #EBEBEB;
}
div.adsense {
  font: 10px arial,helvetica, sans-serif; 
  float:left; 
  padding: 0em 1em;
}

.header {
  font: bold 10.5pt/2em arial, helvetica, sans-serif;
  color: #FFF;
  background: #31551F;
  margin: 0em 0.25em 0em 0.25em;
  border: 1px solid #2F4F4F;
  width: 163px;
  padding-left: 5px;
}

.main {
  background: #FFF;
  vertical-align: top;
  padding: 1em;
}
.name {
  font: bold 10pt arial, helvetica, sans-serif;
  color: #060;
}
.left {
  background: url('images/bg.gif') #FFF repeat-y;
  vertical-align: top;
  width: 150px;
}
.right { 
  vertical-align: top;
  width: 150px;
}
.green { color: #060; }