#pageTitle
{
  margin-left: 0px;
  text-align: left;
}

#welcomeText
{
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.centerText{
  font-size: 12px;
}

#rightText{
  font-size: 11px;
  padding: 7px;
}

#emailInput
{
  color: #d4a03a;
  background: #fffcc7;
	border: 1px solid #852002;
  font-weight: bold;
}

#leftNav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  }

#leftNav li {
  margin-bottom: 10px;
  width: 150px;
  }

#leftNav li a {
  text-decoration: none;
  color: #852002;
  display: block;
  text-align: center;
  background: #e15517;
  width: 150px;
/*  border: 1px solid #852002; */
  }

#leftNav li a:link {
  text-decoration: none;
  color: #852002;
  }

#leftNav li a:visited {
  color: #852002;
  }

#leftNav li a:hover {
  background: #c52620;
  color: yellow;
/*  border: 1px solid #000; */
  }

.currentNav a {
  color: #652d00 !important;
  background: #f8c301 !important;  
  font-weight: bold;
  }

.currentNav a:link {
  color: #fff !important;
  background: #f8c301  !important;
  }

.currentNav a:hover {
/*  border: 1px solid #d13 !important; */
  color: #831717 !important;
  }

#centerContent {
  padding: 25px;
  background: #fffcc7;
  }

#centerContent h1, h2, h3, h4, h5 {
  color: #582e1e;
  text-align: left;
  font-weight: normal;
}

#centerContent a {
  color: #c73e2b;
}

#centerContent a:visited {
  color: #c73e2b;
}

#centerContent a:hover {
  color: #5f3326;
  }

#submitText {
  font-size: 13px;    
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  }

input {
  background: #999;
  }

input:focus {
  background: #fff;
  }

h1 {
  text-align: center;
  }

.helper {
  display: none;
  font-size: -1;
  background: #ccc;
  border-bottom: 1px dashed #000;
  }

.objWrapper {
  margin-bottom: 10px;
  }

.titleLink {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 3px;
  color:#C73E2B;
  }

.titleLink a {
  font-weight: bold;
  text-decoration: none;
  }

.titleLink a:hover {
  color: #f00;
  }

#submitting {
  display: none;
  color: #ccc;
  }

a img {
  border: 0px solid #000;
  }

.error {
  color: #f00;
  }

#emailSignup {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  }

.more a {
  text-decoration: none;
  color: #ee9b11 !important;
  font-weight: bold;
  }

.more a:hover {
  color: #5f3326 !important;
  }

#right2 {
  display: none;
  }

.rightMore a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  }

.rightMore a:hover {
  color: #5f3326;
  }