/*** General page stylings. ***/
BODY {
 background-color: #FFFFFF;
 font-family: Verdana;
 font-size: 10pt;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 10pt;
 font-family: Verdana;
 color: #000000;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

.paddImage{
 margin: 14px;
 margin-top: 0px;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #00bcce;
 text-decoration: underline;
}

/*** Links when you mouse over. ***/
a:hover {
 color: #00bcce;
 text-decoration: none;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Verdana;
 font-size: 15pt;
 color: #00bcce;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Verdana;
 font-size: 13pt;
 color: #00bcce;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Verdana;
 font-size: 13pt;
 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: solid;
 border-width: 1px;
 border-color: #333333;
 padding: 3px;
}

.DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #00bcce;
 color: #FFFFFF;
}

.DataRow{background-color: #e8f9fb;}
.DataRowOver{background-color: #a6eaf2;}
.DataRowDown{background-color: #999999;}

.RTEForm {background-color: #FFFFFF;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 760px;
 text-align: left;
}

/*** This is your main content area. ***/
#pageContentCell{
 width:740px;
 background-color: #FFFFFF;
 padding: 20px;
}

#pageContent{
 width: 700px;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 text-align:center;
 vertical-align:bottom;
}

/*** Box that holds the Site Search form. ***/
#siteHeaderImage {
}
#siteMailListBox {
 float:left;
 margin-left: 10px;
 display: inline;
 border: 1px solid #000000;
 padding: 5px;
}
#siteContactBox {
 float:right;
 margin-right: 10px;
 display: inline;
 border: 1px solid #000000;
 padding: 5px;
}

#siteContactBox a:link, #siteContactBox a:visited {
 color: #000000;
}
#siteMailListBox a:link, #siteMailListBox a:visited {
 color: #000000;
}
/*** Footer cell in the main table. ***/
.pageFooterLeft{
 text-align: left;
 padding-left: 10px;
 color: #FFFFFF;
 font-size:9px;
}
.pageFooterLeft a:link, .pageFooterLeft a:visited, .pageFooterLeft a:hover{
 color: #FFFFFF;
}
.pageFooterRight{
 text-align: right;
 padding-right: 10px;
 color: #FFFFFF;
 font-size:9px;
}
.pageFooterRight a:link, .pageFooterRight a:visited, .pageFooterRight a:hover{
 color: #FFFFFF;
}

/*** These are the links that appear underneath of the footer at the very bottom of the page. ***/

#linksBottom{
 font-size: 11px;
 padding-top: 10px;
 text-align: center;
}

#linksBottom a:link, #linksBottom a:visited{
 font-size: 11px;
}

/*** 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;
}
