#content #leftBar {
	float: left;
	width: 250px;
	height: 290px;
}
#leftBar img  {
	float: right;
	padding-top: 34px;
	padding-right: 20px;
}
#content #pageContent{
	width: 474px;
	font-size: 11px;
	line-height: 15px;
	float: left;
}
#pageContent .header {
	font-size: 22px;
	/* color: #B3B3B3; */
	color:#9b9b9b;
	font-weight: normal;
}
#pageContent .subHead {
	color: 666;
	font-weight: bold;
}
#pageContent a:link {
	color: #498BCF;
	text-decoration: none;
}
#pageContent a:visited {
	color: #498BCF;
	text-decoration: none;
}
#pageContent a:hover {
	color: #498BCF;
	text-decoration: underline;
}
#pageContent a:active {
	color: #498BCF;
	text-decoration: underline;
}
#content #rightBar{
	float: left;
	width: 225px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3B3B3;
	margin-left: 30px;
	height: 290px;
	color: #808080;
}
#content #rightBar a:link {
	color: #666;
	text-decoration: none;
}
#content #rightBar a:visited {
	color: #666;
	text-decoration: none;
}
#content #rightBar a:hover {
	color: #498BCF;
	text-decoration: none;
}
#content #rightBar a:active {
	color: #498BCF;
	text-decoration: none;
}
.currentLink  {
	color: #498BCF;
	font-weight: bold;
}

