/*** General page stylings. ***/
BODY {
 background-color: #FFFFFF;
 font-family: Verdana;
 font-size: 11pt;
 color: #000000;
 margin-top: 0px;
 margin-bottom: 20px;
 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{
 font-size: 10pt;
 text-indent: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 font-size: 9pt;
 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: Verdana;
 font-size: 16pt;
 color: #000000;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Verdana;
 font-size: 15pt;
 color: #000000;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Verdana;
 font-size: 12pt;
 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-size: 11pt;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #757373;
 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: 760px;
 text-align: left;
 border: 1px solid #000000;
}

/*** This is your main content area. ***/
#pageContentCell{
 width:760px;
 background-color: #FFFFFF;
 padding: 20px;
}

#pageContent{
 width: 720px;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
 background: url(/inc/skins/plumbblue/images/header.jpg) no-repeat;
 height:150px;
 background-color: #ebebeb;
}

/*** Box that holds the Site Search form. ***/
#siteSearchBox{
 text-align: right;
 padding-right: 10px;
 padding-top: 100px;
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 background: url(/inc/skins/plumbblue/images/footer.jpg) no-repeat;
 height:50px;
 text-align: right;
 vertical-align:bottom;
 color: #336699;
}
#pageFooter{
 text-align: right;
 padding-right: 10px;
 padding-bottom: 10px;
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 8pt;
 color: #000033;
}

/*** These are the links that appear underneath of the footer at the very bottom of the page. ***/
#linksBottomCell{
 width: 760px;
 text-align: center;
}

#linksBottom{
 padding-top: 15px;
 text-align: center;
}

#linksBottom a:link, #linksBottom a:visited{
 font-size: 9pt;
 color: #330000;
}

#linksBottom a:hover{
 color: #FF0000;
 text-decoration: underline;
}
