/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background-repeat: repeat-x;
 background-position: 0 0;
 background-color: #FFF;
 color: #5B5836;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #56C0C9;
 text-decoration: underline;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6,.Heading {
 color: #EC83B5;
 font-weight: bold;
 font-size: 25px;
}

h1 {
 margin: 0 0 15px;
 font-weight: normal;
 letter-spacing: -1px;
}

h3,h4 {
 margin: 0 0 15px;
 font-size: 15px;
}

h5,h6 {
 margin: 0 0 15px;
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

p,li {
 line-height: 1.5em;
}

.Channel a {
 display: block;
 color: #FFF;
 font: bold 12px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel a:hover {
 background: #6BAEAB;
 color: #E5E76C;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #669184;
 color: #FFF;
 font: bold 12px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a {
 display: block;
 color: #FFF;
 font: bold 10px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a:hover {
 background: #6BAEAB;
 color: #E5E76C;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #669184;
 color: #FFF;
 font: bold 10px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
 border-bottom: 2px solid #FFF;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #D4EFF1;
}

.EvenRow {
 background: #EAF7F8;
}

.WinBorder td.Content {
 background: #FFF;
 color: #5B5836;
}

.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: #E5E76C;
 color: #000;
}

.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 {
 height: 174px;
}

#HeaderContainer h3 {
 margin: 0;
 width: 200px;
 height: 174px;
 text-indent: -9999px;
}

#HeaderContainer h3 a {
 display: block;
 width: 200px;
 height: 174px;
 text-decoration: none;
}

#HeaderLogo {
}

#ContentContainer {
 border-top: 10px solid #FFF;
 border-bottom: 10px solid #FFF;
}

#NavContainer {
 background: #CBDBED;
}

#NavContainer p {
 margin: 20px 0;
 text-align: center;
 color: #656D76;
 font-size: 11px;
 line-height: normal;
}

#NavContainer p strong {
 font-size: 20px;
 font-weight: normal;
}

#Nav {
 border-bottom: 8px solid #FFF;
 background: #71CBD2;
}

#Content {
 padding: 0 20px 20px;
 background-repeat: repeat-y;
 background-position: right top;
}

#FooterContainer {
 background: #EC83B5;
}

#FooterContainer td {
 padding: 15px 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

