HTML, BODY {
 height:100%;
}

/*** General page stylings. ***/
BODY {
 background-color: #ddebff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
}



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

ul{
 padding: 0px;
 margin-left: 20px;
}

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

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: none;
 color: #666666;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #01123d;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #000000;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 4px;
}

.HeaderStrip, .HeaderStrip a {
 display: block;
 background-color: #99ccff;
 color: #000000;
 font-size: 13px;
 font-weight: normal;
 text-align: center;
 line-height: 22px;
 padding:0px;
 border-bottom: 2px solid #FFFFFF;
}
/*** 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: #333333;
 padding: 3px;
}

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

.DataRow{background-color: #accef7;}
.DataRowOver{background-color: #97bce8;}
.DataRowDown{background-color: #769ecd;}

.RTEForm {background-color: #ddebff;}

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

/*** This is your main content area. ***/
#pageContentTable{
 background-color: #FFFFFF;
 width: 800px;
 border: 2px solid #FFFFFF;
}

#pageContentCell{
 background-color: #ddebff;
}

#pageContent{
}

#pageSideLinksCell{
 width: 169px;
 background-color: #accef7;
 border-right: 2px solid #FFFFFF;
}
#pageContentRightCell{
 width: 169px;
 background-color: #5e9ef4;
 border-left: 2px solid #FFFFFF;
}
/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/dh01/images/header.jpg) no-repeat;
 height:86px;
 vertical-align:top;
}

/*** Box that holds the Site Search form. ***/
#siteSearchBox{
 text-align: right;
 padding-right: 310px;
 padding-top: 55px;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 text-align: right;
 vertical-align:bottom;
 background-color: #b1b1b1;
}
#pageFooter{
 font-size: 9px;
 text-align: center;
 padding-right: 10px;
 padding-bottom: 10px;
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 9px;
 color: #000033;
}

/*** These are the links that appear underneath of the footer at the very bottom of the page. ***/
#linksBottomCell{
 vertical-align:top;
 width: 800px;
 text-align: center;
}

#linksBottom{
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: center;
}

#linksBottom a:link, #linksBottom a:visited{
 font-size: 12px;
 color: #330000;
 text-decoration: underline;
}

#linksBottom a:hover{
 color: #000000;
 text-decoration: none;
}

.LinkBarChild a:link, .LinkBarChild a:visited {
 background: url(/inc/skins/dh01/images/link_arrow.gif) top left no-repeat;
 background-color: #5e9ef4;
 color: #FFFFFF;
 text-align: left;
 font-weight: normal;
 text-decoration: none;
 display:block;
 line-height: 18px;
 vertical-align: middle;
 padding-left: 18px;
}
.LinkBarChild a:hover {
 background-color: #FFFFFF;
 color: #5e9ef4;
 text-decoration: none;
}
.LinkBarSelected {
 background-color: #666666;
 color: #FFFFFF;
 text-decoration: none;
 text-align: left;
 font-weight: normal;
 text-decoration: none;
 display:block;
 line-height: 18px;
 vertical-align: middle;
 padding-left: 18px;
}

/*** 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;
}
