/*** General page stylings. ***/
BODY {
 background-color: #e4e0ce;
 font-family: Arial;
 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: Arial;
 color: #000000;
}

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

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

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

/*** Heading 1-3 styles. ***/
H1, H1 a{
 font-family: Arial;
 font-size: 18px;
 color: #4f2d00;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Arial;
 font-size: 15px;
 color: #4f2d00;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Arial;
 font-size: 12px;
 color: #4f2d00;
 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: #333333;
 padding: 3px;
}

.DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 11px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #4f2d00;
 color: #cfbd82;
}

.DataRow{background-color: #d2cdbc;}
.DataRowOver{background-color: #beb8a5;}
.DataRowDown{background-color: #76858f;}

.RTEForm {background-color: #e4e0ce;}

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

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 width: 269px;
 vertical-align: top;
 text-align: center;
}
#pageLinkbar{
 width: 140px;
 text-align: center;
}

/*** This is your main content area. ***/
#pageContentCell{
 padding: 10px;
 padding-right:38px;
 width: 505px;
}
#pageContent{
 width:100%;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/craftyb01/images/header.jpg) no-repeat;
 height:295px;
 text-align:right;
 vertical-align: bottom;
}
#pageHeaderImage{
 margin-left: 268px;
 margin-right: 16px;
 margin-bottom: 31px;
 width: 490px;
 height: 192px;
 text-align:left;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 background: url(/inc/skins/craftyb01/images/footer.jpg) no-repeat;
 height:84px;
 text-align: right;
 vertical-align:bottom;
}
#pageFooter{
 text-align: right;
 padding-right: 30px;
 padding-bottom: 5px;
 font-size: 9px;
 color: #000033;
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 9px;
 color: #000033;
}

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