/*** Basic Styles ***/

body {
  background: #cc3333;
  padding: 0px;
  margin: 0px;
}

p,td,th,ul {
  font-family: verdana,arial,geneva,sans-serif;
}

p {
  margin-left: 8px; margin-right: 8px;
}

b {
  color: #cc3333;
  font-size:120%;
  font-weight: bold;
}

ul {
}

a:link{color: #804000;}
a:visited{color:#804000;}
a:hover{color:#ffffff; background: #804000; }

img {
  border: 0px;
}

.sm {
  margin-top: 60px;
  font-size: 85%;
  text-align:center;
}

/*** Top ***/

#top {
  text-align: center;
  background: #cc3333;
}

/*** Left ***/

#left {
  width: 200px;
  position: absolute;
  top:90px; left: 0px; bottom: 0px;
  background: #ffcccc;
}
#left ul {
  font-size:85%;
  list-style: url(img/arrow.gif);
  margin-left:0px;
}
#left li {
  margin-bottom: 2px;
}

/*** Right ***/

#right {
  position: absolute;
  top: 90px; left: 200px; right: 0px; bottom: 0px;
  background: #ffffff;
}

.cent {
  margin-top: 30px; margin-bottom: 15px;
  text-align: center;
}

#right ul {
  list-style: url(img/arrow.gif);
  margin-left:0px;
}

#right li {
  margin-bottom: 10px;
}