/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #787878;
 color: #000;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #5E8246;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #999;
 text-decoration: none;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #AB2A2A;
 font-weight: bold;
 font-size: 20px;
}

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;
 color: #FFF;
 font: bold 12px/20px Arial, 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, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 20px;
}

.Posting a {
 display: block;
 color: #FFF;
 font: bold 10px/20px Arial, 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, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 20px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
}

.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: #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: #BFBFBF;
 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 {
}

#NavContainer {
 background: #000;
 color: #FFF;
}

#Nav {
 text-align: center;
}

#Nav a {
 margin: 0 4px;
 padding: 4px 8px;
 color: #FFF;
 font: bold 12px/30px Arial, sans-serif;
 text-decoration: none;
}

#Nav a:hover {
 background: #393939;
 color: #FFF;
 text-decoration: none;
}

#ContentContainer {
 border-right: 6px solid #E24848;
 border-left: 6px solid #E24848;
 background: #FFF;
}

#Mast {
}

#Content {
 padding: 20px;
 background-repeat: repeat-y;
 background-color: #FFF;
}

#ContentFoot {
 border-top: 2px solid #EBEBEB;
 background-repeat: no-repeat;
 background-color: #FFF;
 background-position: center;
 text-align: center;
}

#ContentFoot img {
 margin: 0 31px;
}

#FooterContainer {
 border-top: 6px solid #E24848;
 background: #A41C1C;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

