/* -------------------------------------------------------------- */
/* --------  EAA Chapter 42 CSS Master Style Sheet -------------- */
/* -------------------------------------------------------------- */

 body { font-family: Verdana, Lucida, Arial, sans-serif;
    	font-size: small;
    }

  h2 {	font-family: Times, "Times New Roman", serif;
        font-size: 175%;
        }

  h3 {	font-family: Times, "Times New Roman", serif;
		font-size: 150%;
        }
		
  .biglink {  font-size: 200%}		
  
  .gray {
        background: #DCDCDC;
              }
			  
  .strike {
        background: #DCDCDC;
		text-decoration: line-through;
              }			  

/* -------------------------------------------------------------- */
/* ------- Page Header ------------------------------------------ */

  #c42title {
	font-size: 300%;
	color: #36327D;
	font-family: cursive;
	font-weight: bold;
	position: absolute;
	top: 47px;
	left: 217px;
	width: 265px;
	height: 42px;
	z-index: 20;
    }

  #c42title2 {
	font-size: 300%;
	color: #bbb;
	font-family: cursive;
	font-weight: bold;
	position: absolute;
	top: 48px;
	left: 219px;
	width: 265px;
	height: 85px;
	z-index: 10;
    }

 #aklogo { 
    position: absolute;
    top: 5px;
    left: 191px;
    }
	
 #c42logo { 
    position: absolute;
    top: 5px;
    left: 5px;
    }

 #eaalogo { 
    position: absolute;
    top: 32px;
    left: 528px;
    }
	
/* -------------------------------------------------------------- */
/* ----- Navigation Bar, Left Side ------------------------------ */

  #nav { 
    padding-left: 10px;
    position: absolute;
    top: 175px;
    left: -1px;
    width: 130px;
    }

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

#nav li {
	text-align: left;
	border: 1px solid #fff; 
	margin-bottom: 6px;
	padding: 0px;
	text-decoration: none;
	background-image:url(images/common/gradblue2.jpg);
	background-repeat: no-repeat;
        }

#nav li a { display: block;
		text-decoration: none;
        padding: 3px;
        }

#nav a:hover {
        color: black; 
		text-decoration: underline;
        background: #0f9;
              }

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
  #content {
	margin: 5px;
	padding: 10px;
	position: absolute;
	top: 154px;
	left: 141px;
	}
 
  .headline {
	font-family: Times, "Times New Roman", serif;
	font-size: 300%;
	font-weight: bold;
	color: #0066CC;
/*	border-top: 2px solid #9cf;  */
	background-image:url(images/common/headlinegradient.jpg);
	background-repeat:repeat-x;
 		}
 
 .large { font-family: Times, "Times New Roman", serif;
 		  font-size: 175%;
		  font-weight: bold;
 		}
	
 .medium { font-family: Times, "Times New Roman", serif;
 		  font-size: 150%;
		  font-weight: bold;
 		}		
		
 .medgreen { font-family: Times, "Times New Roman", serif;
 		  font-size: 150%;
		  font-weight: bold;
		  color: #009900;
 		}		
	 
  .sh3 { font-family: Times, "Times New Roman", serif;
		font-size: 150%; 
		font-weight: bold;
		color: #36327D;
        }
		
  .sh3c { font-family: Times, "Times New Roman", serif;
		font-size: 150%; 
		font-weight: bold;
		text-align: center;
		color: #36327D;
        }		
 
  .addate {
	font-size: 80%;
	float: right;
	margin-right: 15px;
    }
	
 .lpic {
	padding: 5px;
	float: left;   		
		}	
	
  .rpic {
	padding: 5px;
	float: right;   		
		}
		
  .nofloat {
	float: none;   		
		}	
		
  .gallery img {
  		padding: 3px;
  		}			
 
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
  #lastu {
	font-size: 80%;
	float: left;
	padding-top: 10px;
	width: 630px;
	border-bottom-style: solid;
	border-color: #000000;
	border-bottom-width: 1px;
	padding-bottom: 3px;
    }

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
