﻿#wrapper {
	float: left;
	background: url(../images/paper-rep.jpg) repeat-y 0px 0px;
}
#paperBottomHolder {
	float: left;
	background: url(../images/paper-bottom.jpg) no-repeat 180px bottom;
}
#sideRight {
	float: left;
	width: 585px;
	padding: 220px 0 0 0;
	background: url(../images/paper-top.jpg) no-repeat 0px 0px;
}
#sideRight li {
    background: none;
}
.highLight {
	color: #b06238;
}
#sideRight h6 {
    font: normal 13px/17px Arial, sans-serif;
    text-transform: none;
	color: #4f4f4f;
}
#sideRight h3 {
    font: bold 14px Arial, sans-serif;
    text-transform: none;
	color: #384d5e;
	padding: 20px 0 0 0;
}
#sideRight h4 {
    font: bold 14px Arial, sans-serif;
    text-transform: none;
	color: #7e5139;
	padding: 0 0 3px 0;
}
.signTableMemo {
  padding: 2px 0;
  margin: 0 0 8px 0; 

}
.signTableMemo th {
  padding: 5px 0;
  font-weight: normal; 
  width: 85px;
}
.signTableMemo input { 
  width: 152px;
  border: solid 1px #9d9a92;
  background: #eae6de;
  height: 15px;
  padding: 2px 0 0 2px;
}
.signTableMemo input.shortText
{
	width: 46px;
}
.memoRadioHolder {
 width: 400px;
 margin-left: 0px;
 float:left;
 
    }
.storySelect 
{
 width: 380px;
  cursor:pointer;
}
.storySelect td
{
 text-align:center;

    }
a.memoSubmitBtn {  background: url(../images/memoSubmit.gif) no-repeat 0 0;
      width: 152px;
      height: 26px;
      display:block;
	  text-decoration:none;
	  margin: 10px 0 12px 90px;
	  _margin: 10px 0 12px 42px;
    }   
a.memoSubmitBtn:hover, a.trueBTN:hover, a.LBenter:hover, input.LBtry:hover {
      background-position: 0 -26px;
         }
a.regulLink 
{
    float: right;
 color: #333333;
 margin-right: 27px;
    }
a.regulLink:hover 
{
    text-decoration: none;
    }
.trueFalse
{
 width: 172px;
 float: left;
 margin: 5px 0 30px 0;
}
.trueFalse td
{
 padding: 3px 5px 0 10px;
}
a.trueBTN {  background: url(../images/true.gif) no-repeat 0 0;
      width: 152px;
      height: 26px;
      display:block;
	  text-decoration: none;

    }
a.LBenter {  background: url(../images/LBenterBtn.gif) no-repeat 0 0;
      width: 152px;
      height: 26px;
      display:block;
	  text-decoration: none;

    }
input.LBtry {  background: url(../images/tryBtn.gif) no-repeat 0 0;
      width: 152px;
      height: 26px;
      display:block;
      border: none;
}
.footDefault {
    background: #255D82;
    padding: 15px 0px 15px 180px;
    }