/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #9A8463;
 color: #6F7073;
 font-family: Georgia, serif;
 text-align: center;
}

a {
 color: #8B002F;
 text-decoration: underline;
}

a:hover {
 color: #9FA9E8;
 text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #222328;
 font-weight: bold;
 font-size: 25px;
}

h1 {
 font-weight: normal;
}

h3,h4 {
 font-size: 15px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

.Channel a {
 display: block;
 font: 12px/24px Georgia, serif;
 height: auto !important;
 height: 24px;
}

.Channel a:hover {
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 font: 12px/24px Georgia, serif;
 color: #C7C6C4;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a {
 display: block;
 font: 10px/24px Georgia, serif;
 height: auto !important;
 height: 24px;
}

.Posting a:hover {
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 font: 10px/24px Georgia, serif;
 color: #C7C6C4;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #C7C6C4;
}

.EvenRow {
 background: #D9D8D6;
}

.WinBorder td.Content {
 background: #FFF;
 color: #222328;
}

.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: #9A8463;
 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 {
}

#HeaderLogo {
}

#HeaderNav {
 margin: 0;
 padding: 0 0 0 10px;
 background: #800020;
 height: 30px;
}

#HeaderNav a {
 padding: 0 10px;
 display: block;
 float: left;
 line-height: 30px;
 color: #FFF;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 13px;
}

#HeaderNav a:hover,#HeaderNav a.Selected {
 background: #222328;
 color: #F0D39F;
}

#ContentContainer {
 border-top: 6px solid #222328;
 background-repeat: repeat-x;
 background-position: 0 0;
 background-color: #F5F3F0;
}

#NavContainer {
 border-right: 1px dotted #C7C6C4;
 padding: 40px 0 20px 20px;
}

#Nav {
}

#Content {
 padding: 20px;
}

#FooterContainer {
 background-repeat: no-repeat;
 background-position: 50% 10%;
 background-color: #800020;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

