body {background: #707070;}



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

.main 
/*titles on the nave bar that dont llink*/
{font-weight: bold;
color: white;
font-family: tahoma, verdana, courier, arial;
vertical-align: top;}

.arfkids {color:white;}

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

A.nav:link, A.nav:visited	{
color: black;
	/*font-size:100%;*/
	font-size:65%;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
			}
			
A.nav:hover
			{
	color: black;
	/*font-size:100%;*/
	font-size:75%;
font-weight: bold;
font-family: arial;
text-decoration: none;
			}
			
			
td.maintext { 
font-family: arial;
padding: 10;
/*padding: 20;*/
vertical-align: top;
text-align: left;}

.maintitle {text-align:center;}

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




.caption {font-size: 75%;
font-family:arial;
text-align: center;}



.copyright {font size: 75%;
color: white;
text-align: center;}

A.copyrightlink:link    { color:  white; }
A.copyrightlink:active  { color: white; }
A.copyrightlink:visited { color: black; }

.main {font-weight: bold;}

IMG.floatleft	{float: left;}

IMG.floatright	{float: right;}

.honorname {font-family: cursive, serif;
			font-weight: bold;}
			
td.photocols {text-align: center;
			font-size: 100%;
			font-family:arial;
			vertical-align: top;}
			

.caption {font-size: 60%;}



#navigation a
{
color: #FFFFFF;
background: #104E8B url(left-tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background: url(right-tab.gif) right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #781351 url(left-tab-hover.gif) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background: url(right-tab-hover.gif) right top no-repeat;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
} 



