HTML {
  height: 100%;
}

BODY {
  background-color: #CCC;
  color: #333;
  height: 100%;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 25px;
  text-align: center;
}

#page {
  background-color: #FFF;
  border: 2px solid #999;
  font-family: Arial, Helvetica;
  font-size: 10pt;
  margin: 0 auto;
  text-align: right;
  width: 715px;
}

#page #header {
  background-color: #FFF;
}

#page #header #mainNav {
  background-color: #CF3C44;
  color: #fff;
  display: block;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: left;
}

#page #header #mainNav A {
  color: #fff;
  text-decoration: none;
}

#page #header #mainNav A:hover {
  text-decoration: underline;
}

#page #header #mainNav #mainNavLeft {
  background-color: #CF3C44;
  display: block;
  float: left;
  margin-top: 3px;
  position: relative;
}

#page #header #mainNav #mainNavRight {
  background-color: #CF3C44;
  display: block;
  float: right;
  position: relative;
}

#page #header #mainNav INPUT {
  width: 130px;
}

#page #header #logoArea {
  display: block;
  height: 150px;
  padding-left: 25px;
}

#page #header #secondaryNav {
  background-color: #69C;
  display: block;
  height: 28px;
}

#page #header #secondaryNav .topLevel {
  background-image: url('../images/navSeparator.gif');
  background-repeat: no-repeat;
  background-position: right;
  color: #D7E3F2;
  display: block;
  float:left;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  height: 28px;
  text-align: center;
  text-decoration: none;
  width: 20%;
}

#page #header #secondaryNav A IMG {
  border: 0px;
}

#page #content {
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  padding-bottom: 15px;
}

#page #content A {
  color: #C00;
  font-weight: bold;
  text-decoration: none;
}

#page #content #contentLeft {
  padding-left: 10px;
  padding-top: 10px;
  width: 485px;
}

#page #content #contentLeft .title{
  color: #666;
  font-family: Times New Roman;
  font-size: 16pt;
}

#page #content #contentRight {
  color: #333;
  float: right;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  padding: 10px;
  margin-bottom: 10px;
  width: 169px;
}

#page #content #contentRight .title {
  color: #69C;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
}

#page #content #contentRight H1 {
  color: #69C;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

#page #footer {
  background-color: #999;
  color: #FFF;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  padding: 5px;
  text-align: left;
}

#page #footer A {
  color: #FFF;
  text-decoration: none;
}

#page #footer A:hover {
  text-decoration: underline;
}

.clear {clear:both;}

SELECT, INPUT, TEXTAREA {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
}

INPUT {
  background: url('../images/textboxBackground.gif');
  border: 0px;
  height: 15px;
  padding: 2px;
  padding-bottom: 1px;
  padding-left: 5px;
}

ul.cs_btns {
  margin: 3px 0px;
  padding: 0px;
  list-style: none;
  display: block;
  text-align: center;
}

ul.cs_btns li {
  margin: 0px;
  padding: 2px 5px;
  list-style: none;
  display: inline;
}
