body { /* Thanks to Eric Meyer, courtesy of A List Apart (http://www.alistapart.com/stories/goingtoprint/) */
	width:auto;
	border:0;
	margin:0 5%;
	padding:0;
	float:none !important;
	font-family:"Trebuchet MS", sans serif;
}
li ul li a:link:after, li ul li a:visited:after { /* Again, Thanks to Eric Meyer */
   content:" (" attr(href) ") ";
   font-size:90%;
}
#helpHead {
	display:none;
}
.breakdown {
	margin:10px;
	width:100px;
	float:left;
}
.breakdown dt {
	width:100%;
	display:block;
	text-align:center;
}
.breakdown dd {
	width:100%;
	margin:0; padding:0;
	text-align:center;
}
.centerText {
	text-align:center;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.floatRight {
	float:right;
}
.halfWidth {
	width:50%;
}
#helpMain .noList ul { /* Here b/c of specificity */
	margin-bottom:15px; padding-bottom:0;
	list-style-type:disc;
}
#helpMain .noList ul a { /* Also here b/c of specificity */
	font-size:14px;
}
.noList {
	list-style-type:none;
	display:block !important; /* show all elements hidden (inline) by jquery - prolly doesn't work in IE6 */
}
.quarterWidth {
	width:25%;
}