body {
  background-color: #FFE6BA;
  /* text-align: center;*/
  font: 11px arial, sans-serif;
  color: #E5D19C;
  /*padding: 20px 0 0 0;*/
}

.clear {
  clear: both;
}

#wrapper {
  text-align: left;
  margin: 15px auto;
  width: 1070px;
  background-color: #FFE6BA;
  /*background-color: #C19855;*/
}

/* ================= header section ====================== */

#header {
  text-align: center;
  padding: 10px 0px;
  width: 100%;
}

#header h1 {
  font: 32px;
  font-weight: normal;
  position: relative;
  top: -25px;
  /*color: #3E341E;*/
  line-height: 1;
  background-color: #005b81;
  padding: 10px 0px;
}

#header img {
  position: relative;
  top: -15px;
}

/* ================= nav section for link bar ====================== */

#nav {
  width: 100%;
  height: 31px;
  /*background-color: 735220;*/
  background-color: #005b81;
}

/* ================= content section ====================== */

#content {
  background-color: #FFE6BA;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

#content h2 {
  font-size: 15pt;
  color: #513408;
  font-weight: normal;
  border-left: 3px solid #615331;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}

#content h1 {
  font-size: 13pt;
}

#content p {
  margin-left: 11px;
  line-height: 1.4;
}
#content a {
  color: #8D692D;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #005b81;
}

#content .standout {
  color: #FF2222;
  font-weight: bold;
}

#content img {
  border-style: none;
}

#content .sponsor {
  font-size: 10pt;
  padding: 5px;
  font-weight: bold;
}

#content .tbcenterbold {
  colspan: 3;
  font-weight: bold;
}

/* ======================= tab style ========================= */

#content #tab a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-color: #999;
  padding: 5px 10px;
  border: 2px solid #000;
}

#content #tab a:hover{
  background-color: #bbb;
}

#content #activetab a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-color: #bbb;
  padding: 5px 10px;
  border: 2px solid #333;
}

#content #activetab a{
  background-color: #bbb;
}

#content #slideshow{
  background-color: #ccc;
  border: 2px solid #333;
  padding: 10px 20px;
  position: relative;
  top: 5px;
}

#content spsr {
  margin-bottom: 0in;
  text-align: center;
  font: 12px "Comic Sans MS, cursive";
}

/*--- Content containers for left and right columns ---*/

#content .left-col {
  float: left;
  width: 630px;
  background: #FFE6BA;
}
#content .right-col {
  float: right;
  width: 250px;
  background: #FFE6BA;
}

#content .left-col-small {
  float: left;
  width: 400px;
  background: #FFE6BA;
}

#content .left-col-large {
  float: left;
  width: 900px;
  background: #FFE6BA;
}

#content .left-col-huge {
  float: left;
  width: 1050px;
  font-size:13px;
  color: #FFE6BA;
}

#content .left-col-med {
  float: left;
  width: 740px;
}

#content .left-col-medlarge {
  float: left;
  width: 840px;
}

#content .right-col-large {
  float: right;
  width: 550px;
}

#content .right-col-med {
  float: right;
  width: 350px;
}

#content .right-col-small {
  float: right;
  width: 150px;
}

/*--- welcome div for content area ---*/

#content #welcome {
  margin-right: 40px;
  font-size:13px;
  color: #3E341E;
  background-color: #FFE6BA;
}
#content #welcome a{
  color: #3E341E;
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #005b81;
  text-decoration:underline;
}

#content .left-col li {
  padding-left: 0px;
  margin: 1px;
}

#content .right-col li, #content .right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  padding-left: 0px;
  margin: 10px 0px;
}
#content .right-col a {
  font-size: 12px;
  color: #3E341E;
  padding-left: 10px;
  font-weight: normal;  
}
#content .right-col a:hover {
  color: #005b81;
}


/* ================= footer ====================== */

#footc {
  height: 10px;
}

#footer {
  background-color: #005b81;
  text-align: center;
  /*color: CFB472;*/
  color: #FFE6BA;
  padding: 14px;
}

