@charset "utf-8";
/* CSS Document */

#navbar {
	background: url(/images/heavernavbg.png);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: .9em;
	font-size: 9px;
	text-align: center;
}

#navbar a {
	text-decoration: none;
	color: #000;
}

#navbar a:hover {
	text-decoration: none;
	color: #666666;
}

#footer {
	color: #666666;
	font-size: x-small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
	
#sentalert {
	background-color: #C0C2E6;
	text-align: center;
}