body {color: black;}

body {background-color: #DBDBDB;}




bgbanner { background: red; }
.bannertitle	{ color: white;
font-weight: normal;
font-size: 200%;
text-align: center;}

.bannersubtitle	{ color: white;
font-weight: normal;
font-size: 100%;
text-align: center;}

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

.sidenavprops
/*properties of the table that holds the side nav bar*/
{ background-color: black;
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-family: tahoma, verdana, courier, arial;}

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

A.nav:link, A.nav:visited	{
color: white;
	/*font-size:100%;*/
	font-size:80%;
	font-weight: normal;
	font-family: arial;
	text-decoration: none;
			}
			
A.nav:hover
			{
	color: gold;
	/*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: gold;
	/*font-size:100%;*/
font-weight: normal;
font-family: tahoma, verdana, courier, arial;
text-decoration: none;
			}
			
td.maintext { 
font-family: 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: 75%;
color: black;
text-align: center;}

A.copyrightlink:link    { color: gray; }
A:active  { color: green; }
A:visited { color: purple; }

.main {font-weight: normal;}

.pedigree {font-size: 75%;}

IMG.floatleft	{float: left;}

IMG.floatright	{float: right;}