body {
   margin: 0;
   padding: 0;
   background: #fff;
   color: #000;
   font-family: Times New Roman;
}

.title {
   background: #65647C url(../graphics/top-right.gif) no-repeat top right;
   color: #fff;
   text-align: left;
   font-size: 1px;
}

p {
   padding: 0;
   margin: 0;
}

.menu {
   margin: 0;
   padding-bottom: 50px;
   color: #fff;
   background: #65647C url(../graphics/bottom-left-narrow.gif) no-repeat bottom left;
}

.menu a  {
   text-decoration: none;
   color: #fff;
}

.menu a:hover {
   text-decoration: underline;
   color: #fff;
}

.shadow {
   font-size: 1px;
   height: 8px;
   background: #65647C;
}

.parent {
   font-weight: bold;
   font-size: 20px;
   color: #fff;
   letter-spacing: 2px;
}

.levelOne {
   font-weight: bold;
   font-size: 16px;
   color: #fff;
}

.levelTwo {
   font-size: 16px;
   color: #fff;
}

.levelThree {
   font-size: 12px;
   color: #fff;
}

form {
   padding: 5px 0 0 2px;
   margin: 0;
}

.button {
   border: 1px solid #ccc;
   font-size: 12px;
   font-weight: bold;
   font-family: Times New Roman;
   color: #fff;
   background: #6A2F2F;
}

.buttonO {
   border: 1px solid #6A2F2F;
   font-size: 12px;
   font-weight: bold;
   font-family: Times New Roman;
   color: #000;
   background: #ccc;
   cursor: pointer;
}