body {color: white;}

body {background-color: #EEDFCC;}

.bgbanner { background: black; }
.bannertitle	{ color: black;
font-weight: bold;
font-size: 200%;
text-align: center;}
.bannersubtitle	{ color: black;
font-weight: bold;
font-size: 100%;
text-align: center;}

.linkcol { background: blue;
font-color: black;
vertical-align: top;
text-align: center;
font-family: Times;}

.sidenavprops
/*properties of the table that holds the side nav bar*/
{ background-color:#616D7E; width:200; border:1;
padding: 1 em;/*couldnt getting padding to work cellpadding in html*/}

.main 
/*titles on the nave bar that dont llink*/
{color: black;
font-family: tahoma, verdana, courier, arial, times;}

A:link    { color: blue; }
A:active  { color: black; }
A:visited { color: black; }

A.nav:link, A.nav:visited	{
color: black;
	/*font-size:100%;*/
	font-size:80%;
	font-weight: bold;
	font-family: times;
	text-decoration: none;
			}
			
A.nav:hover
			{
	color: blue;
	/*font-size:100%;*/
	font-size:80%;
font-weight: bold;
font-family: times;
text-decoration: none;
			}
			
A.mainnav:link, A.mainnav:visited	
/*main headings that are also links*/{
color: black;
	/*font-size:100%;*/
	font-weight: bold;
	font-family: tahoma, verdana, courier, arial,times;
	text-decoration: none;
			}
			
A.mainnav:hover
			{
	color: blue;
	/*font-size:100%;*/
font-weight: bold;
font-family: times;
text-decoration: none;
			}
			
td.maintext { 
font-family: times;
padding: 20;
vertical-align: top;}

.maintitle {text-align:center;}


.main {font-weight: bold;}

.lisa { color:red;
font-size: 75%;}

table.camppendleton { width: 100%;
background: lightyellow;
padding: 10;}

.caption {font-size: 75%;}

.scripture {font-style: italic;
}

.copyright {font size: 60%;
color: navy;
text-align: center;}

A.copyrightlink:link    { color: navy; }
A:active  { color: green; }
A:visited { color: blue; }



.pedigree {font-size: 75%;}

.story {font-size: 75%;}

IMG.floatleft	{float: left;}

IMG.floatright	{float: right;}

IMG.floatcenter	{float: center;}

