/* Homepage layout */

a {
	color: #000;
}

a:hover {
	color: #c00;
}

#menuBar {
	position: absolute;
	top: 276px;
	left: 0px;
	z-index: 1000;
}

/* positioning */

#Masthead {
	float: right;
	width: 302px;
}

#PageTitle {
	float: left;
	width: 466px;
	margin-bottom: 40px;
	
}

.teaser {
	width: 256px;
	float:left;
}

.teaser .text {
	width: 151px;
	float:left;
}

.teaser .image{
	width: 105px;
	float: right;
}

#teaser1 {
	display:inline;
	margin-left: 59px;
}

#teaser2 {
	display:inline;
	margin-left: 195px;
}

#teaser3 {
	display:inline;
	margin-left: 315px;
}


.SignOff {
	margin-top: 22px;
}

.SignOff .inner  {
	padding: 6px 22px 26px 22px;
}
