body {
  background:url(../images/line.jpg) repeat-x; 
  background-position: center;
  background-color: #868974;
  color: #000000;
  font-family: verdana, arial, "sans-serif";
  font-size: 10pt;
  text-align: center;
  scrollbar-face-color:#868974;
  scrollbar-highlight-color:#DEDEC4;
  scrollbar-3dlight-color:#B4B6A0;
  scrollbar-darkshadow-color:#000000;
  scrollbar-shadow-color:#868974;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#B3B7A0;
}

p {
  font-size: 7pt;
  font-style: italic;
}

A {
  color: #41423A;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #858970;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #d0d0d0;
}

#topleft {
  height: 20px;
  width: 20px;
  background-image: url("topleft.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #d4e1f0;
}

#top {
  height: 20px;
  background-image: url("top.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #d4e1f0;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url("topright.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #d4e1f0;
}

#left {
  width: 20px;
  background-image: url("left.jpg");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #d4e1f0;
}

#center {
  background-color: #ffffff;
  width: 750px;
}

#right {
  width: 20px;
  background-image: url("right.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #d4e1f0;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url("bottomleft.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #d4e1f0;
}

#bottom {
  height: 20px;
  background-image: url("bottom.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #d4e1f0;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url("bottomright.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #d4e1f0;
}




#coolmenu{
border: 0px solid black;
width: 120px;
background-color: #DEDEC4;
}

#coolmenu a{
font: bold 10px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: #868974;
color: white;
border-right: 5px solid black;
}

#tabledescription{
font: bold 14px Arial;
color: #868974;
width: 90%;
filter:alpha(opacity=0);
-moz-opacity:0;
}
