div { 
  font-family: arial;
}

body { 
  background: #444;
}

.orange { 
  color: #d16405;
}

#mainDiv { 
  position: absolute;
  width: 800px;
  height: 90%; 
  left: 50%;
  margin-left: -400px;
  margin-right: 400px;
  background: #fff;
  border: 1px solid #000;
  padding: 2px;
}

#headerDiv { 
  position: absolute;
  height: 200px;
  left: 2px;
  right: 2px;
}
#headerDiv.MSIE6 { 
  width: expression(this.offsetParent.offsetWidth - 6); 
}

#topBannerDiv { 
  position: absolute;
  height: 150px;
  background: #707465;
  width: 100%;
}

#topImageDiv { 
  position: absolute;
  top: 23px;
  left: 0px;
  width: 110px;
  height: 110px;
  cursor: pointer;
}

#bannerTextDiv { 
  position: absolute;
  top: 80px;
  left: 80px;
  font-size: 20pt;
}

#bannerSubTextDiv { 
  position: absolute;
  top: 110px;
  left: 80px;
  font-size: 16pt;
  color: #4b533e;
}

.kkClass { 
  font-weight: 900;
}

#topNavDiv { 
  position: absolute;
  top: 152px;
  height: 50px;
  left: 0px;
  right: 65px;
  background: #3e462f;
  padding-left: 80px;
}
#topNavDiv.MSIE6{ 
  width: expression(this.offsetParent.offsetWidth - 64);
 }

#topNavLinksDiv { 
  position: absolute;
  bottom: 5px;
}

a.topNav { 
  color: #fff;
  text-decoration: none;
  font-size: 12pt;
  margin-right: 20px;
}

a.topNav:hover { 
  text-decoration: underline;
}

a.topNav.selected { 
  color: #d16405;
}

a.topNav.selected:hover { 
  text-decoration: none;
  cursor: default;
}

a.content {
 text-decoration: none;
 color: #d16405;
}
a.content:hover { 
 text-decoration: underline;
}

#contentDiv { 
  position: absolute;
  top: 220px;
  margin: 20px 80px;
  padding-right: 200px;
  font-size: 11pt;
  border: 0px solid blue;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.contentHeaderText { 
  color: #d16405;
  font-size: 12pt;
  font-weight: 900;
}

#copyrightDiv
{ 
  position: absolute;
  right: 8px;
  bottom: 2px;
  font-size: 7pt;
}

li { 
  list-style-type: square;
}

img.hiaton { 
  position: absolute;
  left: 6px;
}

img.showcase { 
  position: absolute;
  top: -20px;
  left: 3px;
}

input { 
  border: 1px #666 solid;
}

