/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background-color: #FFF;
 background-position: center top;
 color: #000;
 font-family: Georgia, Times, serif;
 text-align: center;
}

a {
 color: #0050B9;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #666;
 text-decoration: none;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
 color: #777;
 font-weight: normal;
 font-size: 18px;
}

h3,h4 {
 font-size: 15px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 11px;
}

p,li {
 line-height: 1.5em;
}

.Channel a {
 display: block;
 color: #777;
 font: bold 13px/24px Georgia, Times, serif;
 text-decoration: none;
 text-align: right;
 letter-spacing: -1px;
 height: auto !important;
 height: 20px;
}

.Channel a:hover {
 background: #F4ECAF;
 color: #777;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #F4ECAF;
 color: #777;
 font: bold 13px/24px Georgia, Times, serif;
 text-decoration: none;
 text-align: right;
 letter-spacing: -1px;
 height: auto !important;
 height: 20px;
}

.Posting a {
 display: block;
 color: #777;
 font: bold 11px/24px Georgia, Times, serif;
 text-decoration: none;
 text-align: right;
 letter-spacing: -1px;
 height: auto !important;
 height: 20px;
}

.Posting a:hover {
 background: #F4ECAF;
 color: #777;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #F4ECAF;
 color: #777;
 font: bold 11px/24px Georgia, Times, serif;
 text-decoration: none;
 text-align: right;
 letter-spacing: -1px;
 height: auto !important;
 height: 20px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
}

.Heading {
 color: #777;
}

.TitleBar {
}

.Error {
 background: #FF0;
 color: #C00;
 font-size: 10px;
}

.Status {
 color: #C00;
 font-size: 10px;
}

.OddRow {
 background: #D3D2CF;
}

.EvenRow {
 background: #E6E5E3;
}

.WinBorder td.Content {
 background: #FFF;
 color: #777;
}

.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: #BDD594;
 color: #666;
}

.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 {
 border-top: 30px solid #0050B9;
 border-bottom: 6px solid #DD7400;
 background: #FFF;
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
 padding-top: 24px;
 background: #EDDE9A;
}

#Nav {
}

#Content {
 padding: 20px;
 background: #FFF;
}

#FooterContainer {
 background: #BDD594;
}

#FooterContainer td {
 padding: 10px;
 color: #333;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #333;
 font-weight: bold;
 text-decoration: underline;
}

