/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #BBBC9E;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
}

a {
 color: #869469;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #AD9164;
 text-decoration: none;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
 font-weight: bold;
 font-size: 18px;
 color: #AD9164;
}

h3,h4 {
 font-size: 16px;
}

h5,h6 {
 font-size: 14px;
}

.Content,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

.Channel a {
 display: block;
 color: #623E15;
 font: bold 12px/24px Arial, Helvetica, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 20px;
}

.Channel a:hover {
 color: #000;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 color: #623E15;
 font: bold 12px/24px Arial, Helvetica, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 20px;
}

.Posting a {
 display: block;
 color: #623E15;
 font: bold 10px/24px Arial, Helvetica, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 20px;
}

.Posting a:hover {
 color: #000;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 color: #623E15;
 font: bold 10px/24px Arial, Helvetica, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 20px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
}

.Heading {
 color: #AD9164;
}

.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: #EADEB0;
}

.EvenRow {
 background: #F1E8C1;
}

.WinBorder td.Content {
 background: #F5EFCD;
 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: #C2C49C;
 color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
 font-weight: bold;
 font-size: 14px;
}

#PageContainer {
 margin: 0 auto;
 width: 762px;
 text-align: left;
 position: relative;
 border-right: 1px solid #FFFCE3;
 border-left: 1px solid #FFFCE3;
}

#HeaderContainer {
 border-bottom: 1px solid #FFFCE3;
}

#HeaderLogo {
}

#ContentContainer {
 border-top: 4px solid #CABD8D;
}

#NavContainer {
 padding-top: 35px;
 border-left: 6px solid #CABD8D;
 background: #D6D4B0;
}

#Nav {
}

#Content {
 border-top: 7px solid #EEE4BF;
 background-repeat: repeat-y;
 background-color: #FAF5D8;
}

#FooterContainer {
 border-top: 10px solid #CABD8D;
 background: #A98E61;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

