h1, h2, h3
{
	font-weight: bold;
	color: #99001e;
	display: block;
	margin: 0px;
	padding-left: 6px;
}

h3 
{
	font-size: 1em;
	padding-bottom: 5px;
}

h2 
{
	font-size: 1.3em;
	padding-bottom: 10px;
	padding-top: 10px;
}

h3 a 
{
	text-decoration: none
}

h3 a:hover
{
	text-decoration: underline;
}

.navbuttons, .header
{
	vertical-align: top;
	background-color: #99001e;
	width: 145px;
}


.header
{
	text-align: left;
	/* reduced white above nav */
	border-bottom: 1px solid #ffffff;
	width: 100%;
}

div.content
{
	background-color: #FFFFFF;
	margin-top: -1px;
	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 611px;
}

.main-content
{
	float: left;
	display: block;
	position: relative;
	background-color: #99001e;
	width: 100%;
}

.header-image, .header-banner, .sub-links
{
	text-align: center;
	word-spacing: -0.11em;
}

.header-banner
{
	background-color: #c3d7e2;
	/* background-image: url(images/photos/faded-background-bus.jpg); */
}

.header-banner img
{
	/* remove white from above/below top pic bar */
	margin: 0;
}

.header-image
{
	background-color: #c3d7e2;
	padding: 15px 0 15px 0;
	color: #99001e;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: -0.025em;*/
}

.content > .sub-links
{
	background-color: #d6d6be;
	color: #99001E;
	font-weight: bold;
	padding: 4px;
	line-height: 1.5em;
	font-size: 1.05em;
}

.sub-links a
{
	padding:0 3px;
}



