#primaryContent{
	margin-top: 5px;
	float: right;
	border-left: 1px solid #BBBDC0;
	background-color: #ffffff;
	background: url('/images/sub_page_bg.gif') repeat-y top left;
	padding: 0;
	margin-left: 0;
	width: 619px;
/*	height: 400px;  */
}
#content{
	float: left;
	width: 412px;
	padding: 0 5px 0 5px;
	background-color: #ffffff;
}
#content p, 
#content li, 
#content div{
	color: #58595B;
	text-align: left;
}
#content h1{
	color: #CA0437;
	font-size: 15px;
}
#content a{
	color: #CA0437;
	text-decoration: underline;
}
#content ul{
	margin: 0;
	padding: 0;
}
#content ul li{
	padding: 0 3px 3px 3px;
	list-style: none;
	background: none;
}
#breadCrumb{
	
}
#breadCrumb ul{
	list-style: none;
	margin: 0;
	padding: 0;
}	
#breadCrumb a{
	color: black;
	text-decoration: underline;
}	
#breadCrumb ul li{
	display: inline;
	font-size: 11px;
	padding-left: 10px;
	background: url('/images/breadCrumb_bullet.gif') no-repeat 0px center;
}

#breadCrumb ul li#firstCrumb{
	padding-left: 0px;
	background: none;
}

#headerSection{
	border-bottom: 1px solid #BBBDC0;
}
#headerSection h1{
	margin: 5px 0 0 0;
	font-size: 30px;
	color: #CA0437;
}		
#headerSection h2{
	margin: 2px 0 2px 0;
	font-size: 15px;
	color: #CA0437;
}		
#headerSection h3{
	margin: 2px 0 0px 0;
	font-size: 20px;
	color: #CA0437;
}		

#rightBar{
	float: left;
	width: 186px;
	padding: 0 5px 0 6px;	/*1 extra pixel to make up for lack of border, which is in the BG img */
}
#rightBar a{
	color: #CA0437;
	text-decoration: underline;
}
#rightBar h1{
	background-color:	#CA0437;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 4px;
}
#rightBar ul{
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
#rightBar ul li{
/*	background: url('/images/tieman_4dot_red.gif') no-repeat 0px center;*/
	background: url('/images/tieman_4dot_red_on_white.gif') no-repeat 5px 8px;
	padding: 5px 5px 5px 20px;
}

#rightBar .backgroundy{
	background-color: #CFCFCF;
	background-image: url('/images/sidebar184x130.jpg');
}
#rightBar .backgroundy li{
	background: url('/images/tieman_4dot_red_on_grey.gif') no-repeat 5px 8px;
}
#rightBar .backgroundy a.morelink{
	text-align: left;
	display: block;
	padding: 10px;
}
