/*--Top-level style sheet that applies to all pages*/

h4
{
margin-top:30px;
margin-left:30px;
margin-bottom:-5px;
color:#CC0000;
font-size:larger;
}

ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

p
{
margin-left:20px;
}

a
{
text-decoration:none;
}

a:hover
{
text-decoration:none;
}


body 
	{
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:100%;
	}


#header
{
position:absolute;
top:5px;
left:35px;
width:900px;
}
.header1
{
position:absolute;
left:200px;
top:10px;
}

.header2 /*bbots*/
{
position:absolute;
left:200px;
top:40px;
}

.header3 /*FLL*/
{
position:absolute;
left:200px;
top:100px;
}

.header4 /*photos*/
{
position:absolute;
left:530px;
top:30px;
}

.header5 /*madison*/
{
position:absolute;
left:705px;
top:140px;
}

.header6 
{
position:absolute;
left:200px;
top:160px;
}

/*left nav*/
#lnav
{
position:absolute;
top:220px;
left:-5px;
width:210px;
}

#lnav li
{
margin-left:30px;
padding:5px;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
font-size:95%;
font-weight:bold;
color:#999999;
background-color:#FFFFFF;
border-color:#FFFFFF;
border-bottom-color:#CC0033;
border-width:thin;
border-style:solid;
}

/*leftnav link behavior */
#lnav a:link {color:#666666;}      /* unvisited  */
#lnav a:visited {color:#666666;}  /* visited  */
#lnav a:hover {color:#339999;}  /* mouse over  */
#lnav a:active {color:#666666;}  /* selected  */


/*content in center of pg*/
#contentcenter
{
position:absolute;
top:165px;
left:200px;
width:60%;
}

#contentcenter p
{
margin:20px;
margin-left:30px;
}

#contentcenter li
{
list-style-type:disc;
margin-left:50px;
margin-bottom:5px;
}

#contentcenter a:link {color:#006666;}      /* unvisited link */
#contentcenter a:visited {color:#006666;}  
#contentcenter a:hover {color:#999999;}  
#contentcenter a:active {color:#999999;}  /* selected link */  


/*nav bar at pg bottom*/
#subnav p
{
color:#666666;
font-size:75%;
font-weight:bold;
}

#subnav a:link {color:#666666;} /* unvisited link */
#subnav a:visited {color:#666666;}  
#subnav a:hover {color:#666666;}  
#subnav a:active {color:#666666;}  /* selected link */

/*FLL footer*/
#footer p
{
font-size:60%;
color:#666666; 
}

/*content subheadings*/
.emphasis
{
font-weight:bold;
}

/*first line under subheading*/
.top
{
margin-top:-10px;
}

