/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #78C042;
 color: #000;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #5B9531;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #999;
 text-decoration: underline;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #00A1E5;
 font-weight: bold;
 font-size: 17px;
}

h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5,h6 { font-size: 12px; }

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

object {
 margin: 0;
 border: 0;
 padding: 0;
}

.Channel a {
 display: block;
 color: #5B9531;
 font: bold 13px/24px Arial, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 24px;
}

.Channel a:hover {
 color: #000;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 color: #333;
 font: bold 13px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a {
 display: block;
 color: #5B9531;
 font: bold 11px/24px Arial, sans-serif;
 text-decoration: underline;
 height: auto !important;
 height: 24px;
}

.Posting a:hover {
 color: #000;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 color: #333;
 font: bold 11px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
 border-bottom: 2px solid #DDD;
}

.Error {
 background: #FF0;
 color: #C00;
 font-size: 11px;
}

.Status {
 color: #C00;
 font-size: 11px;
}

.OddRow {
 background: #D3D2CF;
}

.EvenRow {
 background: #E6E5E3;
}

.WinBorder td.Content {
 background: #FFF;
 color: #000;
}

.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: #666;
 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 {
}

#NavTop {
 border-right: 2px solid #FFF;
 border-left: 2px solid #FFF;
 background: #000;
 height: 46px;
}

#ContentContainer {
 border-right: 2px solid #FFF;
 border-left: 2px solid #FFF;
 background: #FFF;
}

#NavContainer {
 padding: 20px 0 0;
}

#Nav {
}

#Content {
 padding: 20px;
}

#ContentHome {
 background-repeat: repeat-x;
 background-position: top;
}

#ContentHome h2,#ContentHome p {
 margin: 20px 0;
}

#ContentFlash {
 margin: 0 12px 0 0;
 border-right: 8px solid #FFF;
 float: left;
}

#ContentHomeBot {
 margin: 8px 0 0 !important;
 margin: -12px 0 0; /* IE is ridiculous */
 clear: both;
 background: url(home-grad-bot.jpg) no-repeat right top;
}

#ContentHomeBot h2,#ContentHomeBot p {
 margin: 20px 0;
}

#ContentHomeText {
 padding: 2px 0 0 22px;
}

#FooterContainer {
 background: #000;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

.TableCurr {border: 0 none;}
.TableCurr th {border: 0 none; background: #000; color: #FFF; text-align: center; font-weight: bold; font-size: 11px; text-transform: uppercase;}
.TableCurr td {border: 0 none; text-align: center; font-size: 11px;}
.TableCurr td.Cell1 {background: #ACCF7A; border-right: 1px solid #819B5B; border-bottom: 1px solid #819B5B;}
.TableCurr td.Cell2 {background: #ED7ECA; border-right: 1px solid #B25E97; border-bottom: 1px solid #B25E97;}
.TableCurr td.Cell3 {background: #F3F36A; border-right: 1px solid #B6B64F; border-bottom: 1px solid #B6B64F;}
.TableCurr td.Cell4 {background: #83B8E9; border-right: 1px solid #628AAF; border-bottom: 1px solid #628AAF;}
.TableCurr td a {font-weight: normal; color: #000; text-decoration: none;}
.TableCurr td a:hover {color: #FFF; text-decoration: none;}
.TableCurr td.Cell3 a:hover {color: #F60;}

/* Clear */
.clear { display: inline-block; }
.clear:after { clear: both; display: block; content: "."; height: 0; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }

