/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background-repeat: repeat-x;
 background-position: top;
 background-color: #135EA0;
 color: #092F50;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #135EA0;
 text-decoration: underline;
}

a:hover {
 color: #999;
 text-decoration: none;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #135EA0;
 font-weight: bold;
 font-size: 17px;
}

h1 {
 margin: 0 0 15px;
 font-size: 20px;
 font-weight: normal;
 letter-spacing: -1px;
 text-align: left;
}

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 13px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel a:hover {
 background: #0C3D68;
 color: #FFF;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #041728;
 color: #4D86B7;
 font: bold 13px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a {
 display: block;
 color: #FFF;
 font: bold 11px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a:hover {
 background: #0C3D68;
 color: #FFF;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #041728;
 color: #4D86B7;
 font: bold 11px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
 border-right: 2px solid #092F50;
 border-bottom: 2px solid #092F50;
 border-left: 2px solid #092F50;
 text-align: right;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #B8CEE2;
}

.EvenRow {
 background: #DCE7F1;
}

.WinBorder td.Content {
 background: #FFF;
 color: #092F50;
}

.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: #135EA0;
 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 {
 padding: 18px 0 0;
 width: 200px;
}

#HeaderMast {
 padding: 20px 0 0;
 width: 560px;
 background: #FFF;
 text-align: center;
}

#ContentContainer {
}

#NavContainer {
 width: 200px;
}

#Nav {
 border-top: 2px solid #092F50;
 background: #092F50;
}

#NavLoc {
 margin: 2px 20px 0 0;
 padding: 20px 0;
 background-repeat: repeat-x;
 background-position: 0 0;
 color: #ADC7DE;
 text-align: center;
}

#NavLoc strong {
 color: #FFF;
}

#Content {
 padding: 20px;
 background: #FFF;
}

#FooterContainer {
 margin: 0 0 0 200px;
 width: 560px;
}

#FooterContainer td {
 padding: 15px 0;
 color: #A7C3DC;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

