BODY {
 font-family: Arial, sans-serif;
 color: #000000;
 margin: 10px;
 padding: 0px;
}

/***  Settings for the main content area ***/
.Content{
 font-family: Arial,sans-serif;
 color: #000000;
 line-height: 1.166;
 vertical-align: top;
}

/*** Paragraph Settings ***/
p{
 text-indent: 20px;     
 margin-top: 5px;  
 margin-bottom: 5px;  
}

/*** Content Link Styles***/
a:link, a:visited, .Content a:link, .Content a:visited {
 color: #003400;
 text-decoration: underline;
}
a:hover, .Content a:hover {
 text-decoration: underline;
 color: #333333;
}

/*** Heading 1/2/3 Styles for the content area ***/
H1, H1 a{
 font-family: Arial, sans-serif;
 color: #003400;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Arial, sans-serif;
 color: #003400;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Arial, sans-serif;
 color: #003400;
 margin: 0px;
 padding: 4px;
}


/*** This are found at the bottom of the page ***/
.Footer{
 margin: 0px;
 padding: 5px;
 color: #003400;
 font-size: 10px;
 font-weight: normal;
 letter-spacing: 1px;
 text-align: center;
}

/*** Forms and input boxes ***/
input{
 font-family: Arial,sans-serif;
 font-size: 12px;
}

/***  Tables Commonly used to display data ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #003400;
 padding: 4px;
}

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

.DataRow{background-color: #C0C0C0;}
.DataRowOver{background-color: #CCCCCC;}
.DataRowDown{background-color: #999999;}

/*** This should be the same background color as your content area ***/
.RTEForm {
background-image: url(/inc/skins/jered01/images/canvasbackground.gif);
}

/*** LinkBar Settings ***/
.LinkBarParent a:link, .LinkBarParent a:visited {
 background-color: #999999;
 color: #003400;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #666666;
 padding: 3px 0px 3px 5px;
 font-weight: bold;
 font-size: 12px;
 text-align: left;
 text-decoration: none;
 display:block;
}
.LinkBarParent a:hover {
 background-color: #CCCCCC;
 color:#003400;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #666666;
 padding: 4px 0px 2px 5px;
 text-decoration: none;
}
.LinkBarChild a:link, .LinkBarChild a:visited {
 background-color: #999999;
 color: #003400;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #666666;
 padding: 3px 5px 3px 0px;
 text-align: right;
 font-weight: bold;
 text-decoration: none;
 display:block;
 font-size: 12px;
}
.LinkBarChild a:hover {
 background-color: #CCCCCC;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #333333;
 padding: 4px 5px 2px 0px;
 color: #003400;
 text-decoration: none;
}
.LinkBarSelected {
 border-top: 1px solid #666666;
 background-color: #CCCC99;
 padding-top:1px;
 padding-bottom:2px;
 color: #003400;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
 font-size: 12px;
}
.topLink {
 display: inline;
}
.topLink a:link, .topLink a:visited{
 width: 140px;
 height: 37px;
 background: url(/inc/skins/jered01/images/topLink.gif) left top no-repeat;
 text-align: left;
 font-weight: bold;
 font-size: 12px;
 padding-left: 29px;
 padding-top: 9px;
}
.topLink a:hover{
 background-position: 0 -37px;
 text-align: left;
 font-weight: bold;
 font-size: 12px;
}
.topLinkSelected {
 width: 140px;
 height: 37px;
 background: url(/inc/skins/jered01/images/topLink-selected.gif) left top no-repeat;
 text-align: left;
 padding-left: 29px;
 padding-top: 9px;
 font-weight: bold;
 font-size: 12px;
}

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