a {
	color: #BE1D19;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: #690307;
	}

.homeNav a {
	color: #E6BA21;
	}
	
.homeNav a:visted {
	color: #E6BA21;
	}
	
.homePromoBox {
	z-index: 4; 
	border: 1px solid #B36518; 
	padding: 6px; 
	background-color: #600006;
	/* height: 90px; */
	font-family: arial,sans-serif;
	font-size: .75em;
	}
	
.homePromoBox img {
	border: 0px solid black !important;
	}
	
.homeAlertBox {
	z-index: 4; 
	border: 1px solid #B36518; 
	padding: 6px; 
	background-color: #F5BD37;
	font-family: arial,sans-serif;
	font-size: .75em;
	}
	
.homePromoBox .title {
	margin-bottom: 4px;
	}
	
.navBullet {
	margin-right: 2px;
	margin-bottom: 2px;
	}
	
.gbBlock .navBullet {
	margin-right: -2px;
	}

	
.content {
	font: .8em times,serif;
	}
	
.content h1 {
	font: bold 1.1em verdana,sans-serif;
	margin-bottom: 0px;
	}
	
.content p {
	line-height: 1.4em;
	margin-top: 5px;
	}