/*** General page stylings. ***/
BODY {
 background-color: #70b4e1;
 color: #FFFFFF;
 font-family: Lucida Sans Unicode;
 font-size: 13pt;
 margin: 0px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
INPUT, SELECT {
 font-size: 13px;
 font-family: Lucida Sans Unicode;
 color: #000000;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #FFFFFF;
 text-decoration: underline;
}

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: underline;
 color: orange;
}

/*** Heading 1-3 styles. ***/
H1, H1 a{
 font-family: Arial;
 font-size: 20pt;
 color: orange;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Arial;
 font-size: 18pt;
 color: orange;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Arial;
 font-size: 16pt;
 color: #FFFFFF;
 margin: 0px;
 padding: 4px;
}

/*** The following styles start with .Data, they are used for forms and content display on the backend. ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #FFFFFF;
 padding: 3px;
}

.DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 15px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: orange;
 color: #FFFFFF;
}

.DataRow{background-color: #748ca3;}
.DataRowOver{background-color: #5e82a5;}
.DataRowDown{background-color: #3d5369;}

.RTEForm {background-color: #70b4e1;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 894px;
 text-align: left;
 margin-top: 20px;
}

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 width: 181px;
 vertical-align: top;
 text-align: center;
 background:url(/inc/skins/bn01/images/linknavBg.png);
}

#pageLinkbar{
 width: 164px;
 margin-left: 6px;
}

/*** This is your main content area. ***/
#pageContentCell{
 background:url(/inc/skins/bn01/images/dark-glass.png);
 width:710px;
}
#pageContent{
 padding: 20px;
}

#leaf{
 background:url(/inc/skins/bn01/images/leaf.jpg);
 background-repeat: no-repeat;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/bn01/images/header-logo.png) no-repeat;
 height:100px;
 text-align:center;
}

#pageTitle{
 color: #FFFFFF;
 font-size: 30px;
 padding-top:30px;
 padding-left:130px;
}

/*** Box that holds the Site Search form. ***/
#siteSearchBox{
 float: right;
 text-align: right;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 height:50px;
 text-align: right;
 vertical-align:bottom;
}
#pageFooter{
 text-align: right;
 padding-right: 10px;
 padding-bottom: 10px;
 font-size: 11px;
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 11px;
}

/*** Styles for displaying your Blog listings ***/
.newsBloggerBlogTitle {
 padding: 10px;
 padding-left: 0px;
 margin: 0px;
 font-size: 18pt;
}
.newsBloggerArticleTitle, .newsBloggerArticleTitle a:link, .newsBloggerArticleTitle a:visited {
 padding: 0px;
 margin: 0px;
 font-size: 10pt;
 text-decoration: none;
}
.newsBloggerArticleTitle a:hover {
 text-decoration: underline;
}
.newsBloggerTime {
 padding: 0px;
 margin: 0px;
 font-size: 8pt;
 font-weight: bold;
}
.newsBloggerArticleDescription {
 padding: 0px;
 margin: 0px;
 font-size: 9pt;
}
.newsBloggerArticleDescription a:link, .newsBloggerArticleDescription a:visited {
 font-size: 9pt;
}
.newsBloggerArticleImage {
 float: left;
 padding: 5px;
}

