/* Tables for Base Template */

/* color scheme Christ United 

Page background-color: #B6BABA;

Header background-color: #FFFFFF;
Font color: #4F4F4F;

Main Navigation background: url(images/menuBPJ.jpg);
C53A00 / AA1800 reverse scheme for hover
Font color: #336699;

Site Navigation background-color: #5A5B5F;
Font color: #FFFFFF;

Body background-color: #FFFFFF;
Font color:#4F4F4F;

Footer background-color: #FFFFFF;
Font color: #000000;

*/

body {
margin-left: 0px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 30px;
background-color: #B6BABA;  /* color scheme */
background-image: url();
background-attachment: fixed;
}

.pgTbl {
width: 874;
background-color: #FFFFFF; /* color scheme */
border-top:    #000000 0px solid; /* might want a border */
border-left:   #000000 0px solid;
border-right:  #000000 0px solid;
border-bottom: #000000 0px solid;
}

#fullheight{
height:100%;/*for the shodow if used*/
}

.headerTbl {
height: 177px;
width: 840;
background: url(images/headerBackground.jpg);
}

.headerTbl td {
font-family: verdana, helvetica, sans-serif; 
font-size: 10pt; 
color: #4F4F4F; /* color scheme */
}

.mainnavigationTbl {
height: 42px;
width: 840;
background-color: #1C4758; /* color scheme */
text-align: center;
border-top:    #AA1800 0px solid; /* might want a border */
border-left:   #AA1800 0px solid;
border-right:  #AA1800 0px solid;
border-bottom: #AA1800 0px solid;
}

.mainnavigationTbl td {
font-family: verdana, helvetica, sans-serif; 
font-size: 10pt; 
color: #FFFFFF; /* color scheme */
}

.bodyTbl {
width: 840;
background-color: #FFFFFF; /* color scheme */
}

.bodyTbl td {
font-family: verdana, helvetica, sans-serif; 
font-size: 10pt; 

color: #4F4F4F; /* color scheme */
}

/* Content Table is used to postion and align the content data * /
.contentTbl {
background-color: #FFFFFF; /* color scheme */
}

.contentTbl td {
font-family: verdana, helvetica, sans-serif; 
font-size: 9pt; 
color: #4F4F4F; /* color scheme */
}

.footerTbl {
height: 40px; /* change this if PADDING standard is 70px*/
width: 840;
background-color: #3584A5; /* color scheme */
}

.footerTbl td {
font-family: verdana, helvetica, sans-serif; 
font-size: 8pt;
/*font-style: italic;*/
color: #FFFFFF; /* color scheme */
/*text-align: center;*/
}

/* any additional Tables */

.extraTbl {
height: 160px;
width: 840;
background-color: #FFFFFF; /* color scheme */
}

.extraTbl td {
font-family: verdana, helvetica, sans-serif; 
font-size: 10pt; 
color: #336699; /* color scheme */
}


.sitenavigationTbl {
height: 40px;
width: 840;
background-color: #5A5B5F; /* color scheme */
}

.sitenavigationTbl td {
font-family: verdana, helvetica, sans-serif; 
font-size: 9pt; 
color: #FFFFFF; /* color scheme */
text-align: center;
}