body
{
  margin: 0px;
  padding: 0px;
  background-color: #4D4D4D;
  background-image: url(mainBg.png);
  background-repeat: repeat-x;
  font-family: arial;
}

a{  color: #90432e;}

.content
{
  background-image: url(back.png);
  background-repeat: no-repeat;
  width: 798px;
  background-color: white;
}

.menu
{
  background-image: url(menuBack.png);
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: -290px;
  width: 183px;
  z-index: 5;
  padding-top: 170px;
}

.menuItem
{
  background-repeat: no-repeat;
  width: 183px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 19px;
  color: #f3631d;
  font-weight: bold;
  font-family: arial;
  text-align: center;
}

.menuItem:hover
{
    font-size: 21px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.menuItem a
{
    text-decoration: none;
    color: #f3631d;
}

.searchBox
{
  float: right;
  position: absolute;
  margin-left: 35.2em;
  background-image: url(searchBack.png);
  background-repeat: no-repeat;
  width: 233px;
  padding-left: 10px;
  padding-top: 2px;
  text-align: left;
  margin-top: 5px;
  display: none;
}

.searchBox input
{
  border-style: solid;
  border-width: 1px;
  border-color: #006633;
  font-size: 13pt;
  color: #006633;
  padding: 2px;
}

.searchBox .submit
{
  vertical-align: bottom;
  border-style: none;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

.tagline
{
  float: right;
  position: absolute;
  margin-left: 500px;
  width: 350px;
  padding-left: 10px;
  padding-top: 20px;
  text-align: left;
  margin-top: 5px;  
  color: #ababab;
  font-size: 13px;
  font-weight: bold;
}

.main
{
  position: relative;
  top: -170px;
  text-align: left;
  padding-left: 202px;
  font-size: 20px;
  color: #f3631d; 
}

.answer
{
  padding: 0px 5px 0px 5px;
  margin: 10px;
  font-size: 80%;
}

.times
{
  font-size: 55%;
  color: #777777;
}

.odd, .even
{  
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.odd .time, .even .time
{
  font-size: 12px;
  color: #4D4D4D;
}

.odd {background-color: #f3f3f3;}
.even{}

.answersBox
{
  padding: 0px;
}

.question
{
  text-decoration: none;
  color: #f3631d;
}

.question:hover
{
  color: #f38149;
}

.footer
{
  font-size: 12px;
  color: #e8e8e8;
  background-color: #2538a9;
  text-align: center;
  width: 100%;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #4D4D4D;
  width: 798px;
}

.answersLink{font-size: 55%;}


.answersBox textarea 
{
  padding-bottom: 2px;
  overflow:auto;
  border: 3px solid #acacd5;
  color: #f3631d;
  width: 85%;
  height: 190px;
  font-size: 20px;
  line-height: 25px;
  margin: 20px;
  padding: 3px 3px 3px 3px;
  font-family: arial;
}

.answersBox input
{
  color: white;
  border: 1px solid white;  
  background-color: #acacd5;
  padding: 5px;
  margin-bottom: 0;
}

.answersBox form
{
  padding-bottom: 0;
  margin-bottom: 0;
}

.answersBox input:hover{background-color: #f3631d;}

p
{
  font-size: 70%;
  color: #777777;
}


li
{
  font-size: 10pt;
}

.plain
{
  width: 80%;
  margin-left: 10%;
}
