/*** General page stylings. ***/
BODY {
 background-color: #FFFFFF;
 font-family: Times New Roman;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-family: Times New Roman;
 color: #000000;
 font-size: 12px;
}

/*** 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;
}

/*** Headering 1-3 styles. ***/
H1, H1 a {
 font-family: Times New Roman;
 font-size: 24px;
 color: #000000;
 padding: 4px;
 padding-left: 0px;
}
H2, H2 a{
 font-family: Times New Roman;
 font-size: 18px;
 color: #000000;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Times New Roman;
 font-size: 14px;
 color: #000000;
 margin: 0px;
 padding: 4px;
}

/*** The following styles start with .Data, they are used for forms and content display on the backend. ***/
.DataTable{
 border-style: dotted;
 border-width: 1px;
 border-color: #C0C0C0;
 padding: 3px;
}

.DataHeader, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: black;
 color: #FFFFFF;
}

.DataRow, .DataRow TD {
 background-color: black;
 color: white;
/*
 background-color: black;
*/
}
.DataRow a:link, .DataRow a:hover, .DataRow a:visited {
 background-image: none;
 color: white;
}

.DataRowOver, .DataRowOver TD {
 background-color: black;
 color: #FFFFFF;
/*
 background-color: red;
*/
}
.DataRowOver a:link, .DataRowOver a:hover, .DataRowOver a:visited {
 background-image: none;
 color: white;
}

.DataRowDown, .DataRowDown TD {
 background-color: black;
 color: white;
/*
 background-color: black;
*/
}
.DataRowDown a:link, .DataRowDown a:hover, .DataRowDown a:visited {
 background-image: none;
 color: white;
}

.RTEForm {background-color: black;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 755px;
 text-align: left;
}

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 vertical-align: top;
}
#pageLinkbar{
 margin-top:50px;
 margin-left:12px;
 width: 150px;
}

/*** This is your main content area. ***/
#pageContentCell{
 background: url(/inc/skins/kcflash01/images/contentBG.gif) no-repeat;
 width: 579px;
}
#pageContent{
 width: 565px;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/kcflash01/images/header.jpg) no-repeat;
 height:98px;
 text-align: right;
}
#pageHeaderLinks{
 padding-right: 60px;
 padding-bottom: 2px;
 color: #c48800;
 font-size: 12px;
}
#pageHeaderLinks a:link, #pageHeaderLinks a:visited, #pageHeaderLinks a:hover {
 font-size: 12px;
 color: #c48800;
}

/*** Box that holds the Site Search form. ***/
#siteSearchBox{
 padding-top: 15px;
 text-align: center;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 background: url(/inc/skins/kcflash01/images/footer.jpg) no-repeat;
 height: 113px;
 text-align: left;
 vertical-align: bottom;
}
#pageFooter{
 text-align: left;
 padding-left: 298px;
 padding-bottom: 62px;
}
#pageFooter a:link, #pageFooter a:visited, #pageFooter a:hover{
 font-size: 11px;
 color: #c48800;
}

/*** 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;
}
