body {
  color: #000000;
  font-size: 14px;
  font-family: Century Gothic, sans-serif;
  background: #98846D url('/img/background.gif') top left repeat-x;
  margin: 0px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 5px 0px 10px 0px;
}

.footerContent {
  height: 100px;
  width: 100%;
  border: 1px solid black;
  background-color: #FFFFFF;
  padding:0px;
  margin:0px;
  overflow:hidden;
}

.footerContentShadow {
  margin:0px;
  padding: 0px 10px 10px 10px;
  background: transparent url('/img/shadow.png') bottom left no-repeat;
  top:10px;
}

.outterDiv {
  margin: 0px;
  padding: 0px;
  background: transparent url('/img/scroll_work.png') no-repeat top right;
  height: 100%;
}

.mainDiv {
  width: 908px;
  #width: 910px;
  height: 540px;
  #height: 560px;
}

.headerDiv {
  width: 100%;
  height: 81px;
  padding: 0 0 0 0;
  background-color: transparent;
}

.lowerDiv {
  height: 430px;
  width: 888px;
}

.lowerDivShadow {
  margin:0px;
  padding: 0px 10px 10px 10px;
  background: transparent url('/img/shadow_main.png') bottom left no-repeat;
  top:10px;
}

.titlesDiv {
	height: 30px;
	float: left;
	width: 100%;
}

.textContent {
    text-align: center;
    position:relative;
    float:left;
    margin: 10px 0px 5px 0px;
    padding: 0px 10px;
}

.oneThirdShadow {
  margin:0px;
  padding: 0px 10px 10px 10px;
  background: transparent url('/img/shadow.png') bottom left no-repeat;
  top:10px;
  float:left;
}

.oneThirdContent {
  height: 335px;
  width: 274px;
  border: 1px solid black;
  background-color: #FFFFFF;
  padding:0px;
  margin:0px;
  overflow:hidden;
}

.scrollingDiv {
  padding-right:5px;
  overflow:auto;
  overflow-y:auto;
  overflow-x:hidden;
}

.clientLoginLink {
	padding-left: 20px;
	background: transparent url('/img/arrow.gif') bottom left no-repeat;
}

a, a:link, a:active {
  color: #AF0A0A;
  font-weight: bold;
}

a:hover {
  font-weight: bold;
  color: #DF0D0D;
}

a:visited {
  font-weight: bold;
  color: #AF0A0A;
}

a:visited:hover {
  font-weight: bold;
  color: #DF0D0D;
}

a:focus {
    outline: none;
}

.LiOutside {
    list-style-position:outside;
    text-align:left;
}

.crossSiteNav {
    font-size: 18px;
}

.twoThirdsLeftContent {
	padding-top:0px;
	margin-top:0px;
    width: 592px;
    margin-right: 10px;
    float: left;
    position: relative;
    height: 100%;
}

.oneThirdRightImage {
    float: left;
    position: relative;
    width: 262px;
    height: 370px;
    border: 2px solid;
    overflow: hidden;
}