#guideNav {
	float:left;
	width:235px;
	margin:0 0 0 0;
}
#guideNav h2 {
	background:#036 url(/images/guides/gNavHeaderPoint.gif) right no-repeat;
	color:#FFF;
	margin:4px 0 16px 0;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	padding:4px 8px 5px 8px;
	font-size:110%;
	border-right:15px solid white;
}
#guideNav ul {margin:0;}
#guideNav ul li {
	list-style-type:none;
	margin:0 0 10px 1px;
}
#guideNav ul li ul li {
	margin:7px 0 0 8px;
}
#guideNav a:hover {text-decoration:none;}
.printButton {margin:30px 0 0 13px;}
#guideContent {
	float:left;
	width:717px;
	margin:0 0 0 20px;
}
#guideHeader {
	margin:0 0 0 0;
	padding:0 0 0 1px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:160%;
	vertical-align:middle;
}
#guideTitle {
	float:left;
	width:465px;
	padding-top:2px;
	line-height:1.25em;
}
#guideImage {
	float:left;
	width:75px;
	margin:0 0 1em -5px;
}
.guideH2 {
	margin:0;
	border:0;
	padding:0;
	color:#000;
	font-size:120%;
	background:none;
}
.gSubtitle {
	font-size:90%;
	margin:2px 0 20px 2px;
}
#guideOverview {
	margin-top:-10px;
	font-size:95%;
}
#guideOverview tr {border-bottom:1px solid #CCC;}
#guideOverview th, #guideOverview td {padding:10px 0;vertical-align:middle;}
#guideOverview th {min-width:112px;}
.detailData {min-width:570px;}
.detailImage {min-width:35px;padding-left:2px;}
.inlineMagIcon {margin:-4px 0 0 2px;vertical-align:middle;}
.sbGuideSubtitle {
	color:#686868;
	font-size:90%;
	margin:-27px 0 9px 0;
	text-align:right;
}