#content {
	background: #0B3661 url('/images/splash.jpg') no-repeat top left;
	text-align: center;
	height: 448px;
}
#content A {
	display: block;
	height: 448px;
}
#content SPAN {
	display: none;
}
#launchbar {
	background: #BCCF8E url('/images/launchbar-shadow.gif') no-repeat left bottom;
	padding-bottom: 10px;
}
#launchbar A, #launchbar DIV {
	background: transparent url('/images/launchbar.gif') no-repeat center top;
	display: block;
	height: 74px;
	border-color: #951A1D;
	border-style: solid;
	border-width: 2px 0;
}
#launchbar A:hover {
	background-position: left bottom;
	border-color: Green;
}
#launchbar DIV SPAN { display: none; }
#marketing {
	background: #BCCF8E;
	text-align: justify;
	padding: 30px 0;
	font-size: 1.2em;
	letter-spacing: -1px;
}
#marketing EM {
	font-style: normal;
	background: #7B953F;
	padding: 0 2px;
}
#marketing A {
	color: #951A1D;
}
#marketing A:hover { text-decoration: underline; }
#leftcol, #rightcol {
	float: left;
	padding-left: 48px;
	width: 425px;
}