/* -------------------------------------------------------------- */
/* --------  EAA Chapter 42 CSS Master Style Sheet -------------- */
/* --------                                        -------------- */
/* -------- Home Page Styles - Calendar rotating pictures... ---- */
/* -------------------------------------------------------------- */

#events caption {
	font-family: Times, "Times New Roman", serif;
	font-size: 200%;
	font-weight: bold;
}

#events td {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
	padding: 3px;
}

.tline {
	margin-top: 10px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 2px;
	padding: 3px;
}

.mt_body {
	margin-left: 20px;
	width: 800px;
}

#events .chapter {
	background-image:url(images/home/gradblue2.jpg);
	background-repeat: repeat-x;
        }

#sponsorbox {	text-align: center ;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 4px;
			border: 1px solid #000;
}  
 
  #counter {
  		margin-left: 360px;
		margin-bottom: -24px;
  } 

		
.fcalmonth { font-size: 120%;
			 font-weight:bold;
			 text-align:center;
	}	
	
  .fcalday {
  			font-size: 85%;
  }		
	
  .fcal td {
  			border: 1px solid #ccc;
  }	

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