@charset "UTF-8";
/* CSS Document */

/* This CSS document controls the layout of advertisements throughout the website */

#ad_leaderboard { /* 728 x 90 */
	margin: auto;
	padding: 0 0 15px 0;
	width: 728px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #162f3f;
	text-align: center;
}	
	#ad_leaderboard .ad {
		margin: auto;
		max-width: 728px;
		height: 90px;
	}
		
	#ad_leaderboard a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-decoration: none;
		color: #162f3f;
	}
	#ad_leaderboard a:hover {
		text-decoration: underline;
		color: #162f3f;
	}
	
#ad_med_rectangle { /* 300 x 250 */
	margin: auto;
	margin-bottom: 15px;
	padding: 0;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #162f3f;
}	
	#ad_med_rectangle .ad {
		width: 300px;
		height: 250px;
	}
		
	#ad_med_rectangle a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-decoration: none;
		color: #162f3f;
	}
	#ad_med_rectangle a:hover {
		text-decoration: underline;
		color: #162f3f;
	}
	
#ad_leaderboard img, #ad_med_rectangle img {
	border: 0;
}