body {
	background: #fff url(../img/blank.gif) no-repeat scroll top center;
}
#launcher {
	width: 265px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}
#launcher h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 16px;
	padding: 0;
}
#launcher ul {
	list-style: none;
	font-weight: bold;
	margin: 10px 0 20px 20px;
}
#launcher ul li {
	font-weight: normal;
	margin-bottom: 10px;
}

/*Begin Site Gating*/
#ttGate {
	background-color: #880303;
	color: #fff;
	padding: 3px 5px;
	display: none;
	width: 255px;
}
#ttGate a:link {
	color: #fff;
	text-decoration: underline;
}
#ttGate a:visited {
	color: #fff;
	text-decoration: underline;
}
#ttGate a:hover {
	color: #fff;
	text-decoration: underline;
}
#ttGate a:active {
	color: #fff;
	text-decoration: underline;
}
/*End Site Gating*/

