/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #BCBEC0;
 color: #A7A9AC;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #009;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #900;
 text-decoration: none;
}

a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6,.Heading {
 color: #2F749C;
 font-weight: bold;
 font-size: 16px;
}

h1,h2,h3,h4,h5,h6 { margin: 0 0 15px; }

h3,h4 {
 font-size: 14px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 11px;
}

p,li { line-height: 1.5em; }

.Channel a {
 display: block;
 color: #A7A9AC;
 font: bold 11px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel a:hover {
 background: #A7A9AC;
 color: #FFF;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 color: #000;
 font: bold 11px/24px Arial, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 24px;
}

.Posting a {
 display: block;
 color: #A7A9AC;
 font: bold 10px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a:hover {
 background: #A7A9AC;
 color: #FFF;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 color: #000;
 font: bold 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 {
}

.EvenRow {
}

.WinBorder td.Content {
}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
}

td.WinBorder {
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
}

.HomeBlock {
 margin: 0 0 10px;
 padding: 10px;
 background: #E7E8E9;
}

.HomeBlock p {
 margin: 0;
 font-size: 12px;
}

.HomeBlock strong {
 color: #2F749C;
 text-transform: uppercase;
}

.HomeTable {
 margin: 10px 0;
}

.HomeTable td {
 border-right: 1px solid #CCC;
 border-left: 1px solid #CCC;
 padding: 0 10px;
}

.HomeTable td strong {
 text-transform: uppercase;
}

.HomeTable td.First {
 border-left: 0 none;
 padding-left: 5px;
}

.HomeTable td.Last {
 border-right: 0 none;
 padding-right: 5px;
}

#PageContainer {
 margin: 0 auto;
 width: 760px;
 text-align: left;
 position: relative;
}

#HeaderContainer {
 background: #FFF;
 height: 44px;
 position: relative;
}

#HeaderLogo {
 margin: 0;
 position: absolute;
 top: 7px;
 left: 20px;
}

#HeaderSearch {
 margin: 0;
 position: absolute;
 top: 11px;
 right: 20px;
}

#HeaderSearch .FormBtn {
 margin: 0;
 border: 0 none;
 padding: 0;
 font-size: 11px;
 background: none;
 color: #A7A9AC;
}

#HeaderSearch .FormText {
 font-size: 11px;
 color: #A7A9AC;
}

#Mast {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
 height: 240px;
}

#sect-home #Mast {
 height: 295px;
}

#ContentContainer {
 background: #FFF;
}

#NavContainer {
 padding: 10px 0;
 background: #E7E8E9;
}

#Nav {
 margin: 0 10px;
}

#Content {
 padding: 20px;
}

#FooterContainer {
 margin: auto 20% 0;
 border-top: 1px solid #CCC;
 padding: 6px 0 0;
 font-size: 10px;
 text-align: center;
 text-transform: uppercase;
}

#FooterContainer a {
 margin: 0 6px;
 color: #A7A9AC;
}

#FooterContainer a:hover {
 color: #000;
}

