/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
  margin: 0;
  padding: 0;
  background: #9BC9DC;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

a {
  color: #0397D6;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #8A6900;
  text-decoration: underline;
}

b,strong {
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
  color: #014F70;
}

h3,h4 {
}

h5,h6 {
}

.Content,td,p,ul,ol,li,input,select,textarea,blockquote {
}

.Channel a {
  display: block;
  color: #014F70;
  font-weight: normal;
  font-size: .9em;
  line-height: 20px;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Channel a:hover {
  background: #FFF;
  color: #014F70;
  text-decoration: none;
}

.ChannelSelected {
  background: #FFF;
  color: #000;
  font-weight: bold;
  font-size: .9em;
  line-height: 20px;
}

.Posting a {
  display: block;
  color: #014F70;
  font-weight: normal;
  font-size: .8em;
  line-height: 20px;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Posting a:hover {
  background: #FFF;
  color: #014F70;
  text-decoration: none;
}

.PostingSelected {
  background: #FFF;
  color: #000;
  font-weight: bold;
  font-size: .8em;
  line-height: 20px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
  border-bottom: 2px solid #FFF;
}

.Heading,.Heading p,.Heading ul,.Heading ol,.Heading li {
  color: #014F70;
  font-weight: bold;
  text-align: left;
}

.TitleBar {
  color: #014F70;
  font-weight: bold;
  text-align: left;
}

.Error {
  background: #FF0;
  color: #C00;
  font-size: 11px;
}

.Status {
  color: #C00;
  font-size: 11px;
}

.OddRow {
  background: #C3DEEA;
}

.EvenRow {
  background: #E7F2F7;
}

.WinBorder td.Content {
  background: #FFF;
  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: .9em;
}

td.WinBorder {
  background: #9BC9DC;
  color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
  font-weight: bold;
}

#PageContainer {
  margin: 0 auto;
  width: 760px;
}

#HeaderContainer {
  background: #FFF399;
  border-bottom: 6px solid #FFF399;
}

#ContentContainer {
}

#NavContainer {
  background: #FFF399;
}

#Nav {
  margin-top: 20px;
}

#Content {
  background-color: #FFF;
  background-repeat: no-repeat;
}

#FooterContainer {
  border-top: 10px solid #C5AE4D;
  background: #8A6900;
}

#FooterContainer,#FooterContainer td {
  color: #FFF;
  font: 10px Arial, Helvetica, sans-serif;
}

#FooterContainer a,#FooterContainer a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

