body {color: black;} 


body {background-color: #E9C2A6;}




body {margin: 10px 20px 30px 15px} 


.bgbanner { background: red; }
.bannertitle	{ color: black;
font-weight: regular;
font-size: 200%;
text-align: center;}
.bannersubtitle	{ color: #6B4226;
font-weight: normal;
font-size: 100%;
text-align: center;}

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

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

.main 
/*titles on the nave bar that dont llink*/
{font-weight: normal;
color: white;
font-size:80%;
font-family: tahoma, verdana, courier, arial;}



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

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

.maintitle {text-align:center;}

.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: brown; }
A:visited { color: red; }



.pedigree {font-size: 75%;}

.story {font-size: 75%;}

IMG.floatleft	{float: left;}

IMG.floatright	{float: right;}

IMG.floatcenter	{float: center;}

