/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #000;
 color: #FFF;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #FFF;
 text-decoration: underline;
}

a:hover {
 color: #999;
 text-decoration: none;
}

a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6,.Heading {
 color: #FFF;
 font-weight: bold;
 font-size: 17px;
}

h3,h4 {
 font-size: 15px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 11px;
}

.Channel a {
 display: block;
 color: #FED8D8;
 font: normal 11px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel a:hover {
 color: #FED8D8;
 text-decoration: underline;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 color: #FED8D8;
 font: normal 11px/24px Arial, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 24px;
}

.Posting a {
 display: block;
 color: #FED8D8;
 font: normal 10px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a:hover {
 color: #FED8D8;
 text-decoration: underline;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 color: #FED8D8;
 font: normal 10px/24px Arial, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 24px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #BF8080;
}

.EvenRow {
 background: #5C3D3D;
}

.WinBorder td.Content {
 background: #FFF;
 color: #505050;
}

.WinBorder td.Content a {
 color: #FEAAAA;
}

.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: #505050;
 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;
 background-repeat: no-repeat;
 background-position: 0 0;
}

#HeaderContainer {
 position: relative;
 height: 160px;
}

#sect-home #HeaderContainer {
 height: 204px;
}

#HeaderLogo {
 margin: 0;
 text-indent: -9999px;
 width: 176px;
 height: 96px;
 position: absolute;
 top: 21px;
 left: 23px;
}

#HeaderLogo a {
 display: block;
 height: 96px;
}

#ContentContainer {
}

#NavContainer {
 text-align: center;
}

#NavContainer p {
 margin: 0 0 15px;
}

#Nav {
 margin: 0 0 30px;
 text-align: left;
}

#Content {
 padding: 1px 20px 20px;
}

#FooterContainer {
 background-repeat: no-repeat;
 background-position: 0 0;
}

#FooterContainer td {
 padding: 26px 10px 10px;
 color: #BF8080;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #BF8080;
 font-weight: bold;
 text-decoration: underline;
}

