@charset "utf-8";
#main_wrapper {
	background-image: url(../images/bridge_bg.gif);
	background-repeat: no-repeat;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 16px;
	margin-top: 16px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	line-height: 140%;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 12px;
}
#content ul {
	list-style-type: none;
}
#content ul li {
	height: 20px;
}
#content ul li a:link, #content ul li a:visited {
	color: #900;
	height: 36px;
	text-decoration: none;
}
#content ul li a:hover, #content ul li a:active {
	color: #393;
	height: 36px;
	text-decoration: none;
}
.hpBullet {
	margin-right: 10px;
	vertical-align: bottom;
}

