/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background-color: #509DDD;
 background-repeat: repeat-x;
 background-position: top;
 color: #104D91;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #447523;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #0636BB;
 font-weight: bold;
 font-size: 17px;
}

h1,.Heading {
 font-weight: normal;
 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: #1258A4;
 color: #FFF;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #0D427B;
 color: #FFF;
 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: #1258A4;
 color: #FFF;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #0D427B;
 color: #FFF;
 font: bold 10px/20px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 20px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
 border-bottom: 1px solid #FFF;
}

.Error {
 background: #FF0;
 color: #C00;
 font-size: 10px;
}

.Status {
 color: #C00;
 font-size: 10px;
}

.OddRow {
 background: #BFBFBF;
}

.EvenRow {
 background: #D9D9D9;
}

.WinBorder td.Content {
 background: #FFF;
 color: #104D91;
}

.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: #104D91;
 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 {
}

#ContentContainer {
}

#NavContainer {
 background: #1567C1;
}

#Nav {
 border-top: 1px solid #FFF;
}

#Content {
 padding: 20px;
 background-color: #FFF;
 background-repeat: repeat-y;
 background-position: left;
}

#FooterContainer {
 background: #104D91;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

