/*
// $Id: content.css,v 1.5 2009/09/09 16:31:59 zachb Exp $
// $Revision: 1.5 $
// $Author: zachb $
//
// $Log: content.css,v $
// Revision 1.5  2009/09/09 16:31:59  zachb
// added style definition for h5
//
// Revision 1.4  2009/06/08 18:36:25  karenk
// Add new style
//
// Revision 1.3  2007/09/24 16:39:24  zachb
// *** empty log message ***
//
// Revision 1.2  2007/08/13 16:35:10  zachb
// *** empty log message ***
//
// Revision 1.1  2007/08/03 21:07:36  zachb
// Initial Check-in of Stevens Pass module
//
// Revision 1.1  2007/07/12 17:32:29  scottl
// Module cleanup after corruption.
//
// Revision 1.1  2007/02/01 19:50:35  scottl
// Had to re-add the module after a developer committed project specific code and assets to the reference website.
//
// Revision 1.1  2006/11/27 16:28:25  scottl
// Re-established ReferenceWebsite module after cross-project corruption issue.
//
// Revision 1.1.1.1  2006/08/28 19:54:54  scottl
// Initial check-in.
//
//
*/

.mainHeader 
{
	Font-family: Arial;
	font-size: 18px;
	line-height: 20px;
	color: #556F7B;
}
H4
{
	Font-family: Arial;
	font-size: 18px;
	line-height: 20px;
	color: #556F7B;
}
h5 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}
img.banner
{
	margin-left: -12px;
	margin-right: -15px;
}
.redBold {
	color: Red;
	font-weight: bold;
}