/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
  margin: 0;
  padding: 0;
  background: #E3DEC5;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline;
}

b,strong {
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  font-size: 18px;
}

h3,h4 {
  font-size: 16px;
}

h5,h6 {
  font-size: 14px;
}

.Content,td,p,ul,ol,li,input,select,textarea,blockquote {
  font-size: 11px;
}

.Channel a {
  display: block;
  color: #FFF;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Channel a:hover {
  background: #999;
  color: #FFF;
  text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
  display: block;
  background: #FFF;
  color: #000;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Posting a {
  display: block;
  color: #FFF;
  font: bold 10px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Posting a:hover {
  background: #999;
  color: #FFF;
  text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
  display: block;
  background: #FFF;
  color: #000;
  font: bold 10px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
  border-bottom: 2px solid #FFF;
}

.Heading,.Heading p,.Heading ul,.Heading ol,.Heading li {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.TitleBar {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.Error {
  background: #FF0;
  color: #C00;
  font-size: 10px;
}

.Status {
  color: #C00;
  font-size: 10px;
}

.OddRow {
  background: #BCB284;
}

.EvenRow {
  background: #D6CFAE;
}

.WinBorder td.Content {
  background: #E3DEC5;
  color: #000;
}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
  font-weight: normal;
  font-size: 10px;
}

td.WinBorder {
  background: #BCB284;
  color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
  font-weight: bold;
  font-size: 14px;
}

#PageContainer {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  position: relative;
}

#HeaderContainer {
}

#SubHeaderLogo {
}

#SubHeaderSubNav {
  padding-right: 20px;
  font-size: 10px;
  text-align: right;
  line-height: 22px;
}

#SubHeaderSubNav a,
#SubHeaderSubNav a:hover {
  color: #000;
  text-decoration: none;
}

#SubHeaderNav {
  border-top: 2px solid #A19F93;
}

#SubHeaderMast {
  background: #CAC198;
}

#ContentContainer {
}

#NavContainer {
}

#Nav {
}

#Content {
}

#Sub {
  background: #CAC198;
}

#FooterContainer {
  border-bottom: 2px solid #E3DEC5;
  background: #D6CFAE;
}

#FooterContainer th {
  background: #BCB284;
  font-weight: normal;
}

#FooterContainer td,
#FooterContainer th {
  padding: 2px 6px;
  color: #000;
  font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

