body{
  background: #cccccc;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 12px;
  color: #cccccc;
  }
  
a {
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
  }
  
a:hover{
  color: #ff9900;
  }
  
a:focus{
  outline: none;
  }
  
#container{
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 730px;
  min-width: 910px;
  margin: 0px;
  padding: 0px;
  }
  
#innerContainer{
  position: relative;
  background: #262626;
  width: 100%;
  margin: 0px;
  padding: 0px;
  }

#pageHeader{
  position: relative;
  width: 100%;  
  height: 110px;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  }
  
#kraaiLogo{
  position: relative;
  width: 300px;
  height: 90px;
  top: 10px;
  left: 0px;
  }
  
#topBanner{
  position: absolute;
  width: 285px;
  height: 90px;
  top: 10px;
  left: 525px;
  }
  
#mainNav{
  position: relative;
  width: 100%;
  height: 20px;
  background: #ffffff url(../images/nav/mainNavBg.png) repeat-x;
  z-index: 99999;
  } 
  
#mainContent{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background: url(../images/portalgs.png) no-repeat top right;
  }
  
#mainContent h1{
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #ff9900;
  }
  
#mainContent h2{
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #666666;
  }
  
#mainContent h3{
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #666666;
  }
  
#mainContent table, tr, td{
  border: 0px;
  }
  
#mainContent .leftColumn{
  position: relative;
  width: 250px;
  height: 100%;
  margin: 0px 10px 0px 20px;
  padding: 20px 0px 10px 0px;
  float: left;
  }
  
#mainContent .leftColumn img{
  padding-bottom: 10px;
  }
  
#mainContent .leftColumn p{
  font-size: 12px;
  text-align: right;
  }
  
#mainContent .rightColumn{
  position: relative;
  width: 560px;
  height: 100%;
  margin: 0px 0px 0px 20px;
  padding: 20px 0px 10px 0px;
  float: left;
  }
  
#mainContent .rightColumn #aboutContent{
  position: relative;
  }
  
#mainContent .rightLinks{
  position: relative;
  width: 240px;
  height: 100%;
  margin: 0px 0px 0px 20px;
  padding: 20px 0px 10px 0px;
  float: left;
  }
.question{
  color: #ffffff;
  font-weight: bold;
  }
  
.answer{
  color: #777777;
  font-weight: bold;
  }
  
#lowerShadow{
  position: relative;
  width: 100%;
  height: 20px;
  background: #cccccc url(../images/lowerShadowBg.png) repeat-x;
  }
  
.loadingText{
  position: relative;
  left: 20px;
  top: 20px;
  }
  
.orangeText{
  color: #ff9900;
  }
  
.clear{
  clear: both;
  }
  
.spacer{
  position: relative;
  width: 100%;
  height: 10px;
  }
  
#pageFooter{
  position: relative;
  width: 850px;
  height: 100px;
  left: 0px;
  color: #333333;
  background: url(../images/footerBg.png) no-repeat top left;
  }
  
#pageFooter p{
  font-size: 10px;
  margin: 0px;
  padding: 2px 0px 2px 10px;
  }

#pageFooter a{
  color: #00237b;
  }
  
#pageFooter.smallText{
  font-size: 9px;
  }
  
#footerLinks{
  position: relative;
  color: #00237b;
  font-size: 10px;
  padding-left: 10px;
  }
  
#footerLinks a{
  color: #00237b;
  }