.main {
	float: left;
	width: 500px;
	padding: 10px;
	font-size: 11px;
	line-height: 130%;
}
.pagehead {
	padding: 10px 10px 10px 8px;
	width: 750px;
}
.rightCol {
	padding: 10px;
	float: left;
	width: 230px;
}
.rightBox {
	padding: 5px;
	margin: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #333333;
	padding: 0px;
}
.mainBottom {
	padding: 10px 0px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.inlineHeading {
	font-weight: bold;
	color: #FF1B00;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.intro {
	font-weight: bold;
}
.emphasis {
	font-weight: bold;
}
.breadCrumbs {
	padding: 5px 10px 10px;
}

