/* CSS Document */


/* ----------- Columns ---------- */
#contentColumns {
	clear: both;
	margin-left: 20px;
	margin-top: 20px;
}
#leftColumn {
	float: left;
	width: 700px;
	margin-left: 4px;
}
#rightColumn {
	float: left;
	width: 220px;
	margin-left: 30px;
}
#contentColumns ul {
	list-style: none;
}
.inline {
	margin-bottom: 20px;
}
#leftColumn p, #leftColumn address, #leftColumn pre, #leftColumn li {
	line-height: 18px;
}

#rightColumn h3 {
	color: black;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
}
#rightColumn h3.orange {
	color: #f7941d;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
}
.h3Indent {
	margin-left: 20px;
}
#rightColumn h4 {
	margin-top: 14px;
}
#rightColumn li {
	line-height: 18px;
}
#rightColumn p, #rightColumn a, #rightColumn pre {
/*	line-height: 13px;*/
	line-height: 18px;
	margin-bottom: 0px;
}
hr {
	background-image: url(../images/horizontal_dotted_line.gif);
	background-repeat: repeat-x;
	border: none;
	margin: 30px 0 20px;
}
