/*** General page stylings. ***/
BODY {
 background-color: #FFFFFF;
 font-family: Verdana;
 font-size: 11px;
 color: #000000;
 margin-top: 20px;
 margin-bottom: 20px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 11px;
 font-family: Verdana;
 color: #000000;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #330099;
 text-decoration: none;
}

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: underline;
 color: #666666;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Verdana;
 font-size: 18px;
 color: #0660AE;
 margin: 0px;
 padding: 0px;
}
H2, H2 a{
 font-family: Verdana;
 font-size: 15px;
 color: #0660AE;
 margin: 0px;
 padding: 0px;
}
H3, H3 a{
 font-family: Verdana;
 font-size: 12px;
 color: #0660AE;
 margin: 0px;
 padding: 0px;
}

/*** 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: #0660ae;
 color: #FFFFFF;
}

.DataRow{background-color: #CCCCCC;}
.DataRowOver{background-color: #C0C0C0;}
.DataRowDown{background-color: #999999;}

.RTEForm {background-color: #FFFFFF;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 980px;
 text-align: left;
 border: 2px solid #CCCCCC;
}

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 width: 172px;
 vertical-align: top;
 border-right: 2px solid #CCCCCC;
}
#pageLinkbar {
 text-align:left;
 width: 155px;
}

/*** This is your main content area. ***/
#pageContentCell{
 background-color: #FFFFFF;
 padding: 10px;
 width: 808px;
}
#pageContent{
 width:100%;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/jhoward03/images/header.jpg) no-repeat;
 height:120px;
}

/*** Box that holds the Site Search form. ***/
#siteSearchBox{
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
}
.copytext4 {
 font-size: 12px;
 color: #666666;
 font-family: Verdana;
 margin-top: 0px;
 line-height: 20px;
 font-weight: bold;
}
.copytext5 {
 font-size: 14px;
 color: #CC0000;
 font-family: Verdana;
 margin-top: 0px;
 line-height: 22px;
 font-weight: bold;
}
.copytext6 {
 font-size: 12px;
 color: #000000;
 font-family: Verdana;
 margin-top: 0px;
 line-height: 18px;
 font-weight: bold;
 vertical-align: text-top;
}
.copytext7 {
 font-size: 16px;
 color: #000000;
 font-family: Verdana;
 margin-top: 0px;
 line-height: 20px;
 font-weight: bold;
}

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