#content .BackLink {
	text-align: right;
	color: #464646;
	font-size: 11px;
}
	#content .BackLink a:link { color: #464646; text-decoration: none; }
	#content .BackLink a:visited { color: #464646; text-decoration: none; }
	#content .BackLink a:hover { color: #900; text-decoration: none; border-bottom: 1px dotted #900; }
	#content .BackLink a:active { color: #900; text-decoration: none; }
#content .ProgramList {
	list-style: none;
	margin: 0 0 10px 50px;
	padding: 0 0 0 5px;
	font-weight: bold;
	line-height: 15px;
	border-left: 2px solid #CCC;
}
	#content .ProgramList li { padding: 3px 0; list-style: none;}
	#content .ProgramList a:link {color: #464646; text-decoration: underline; }
	#content .ProgramList a:visited {color: #464646; text-decoration: underline; }
	#content .ProgramList a:hover {color: #900; text-decoration: none; }
	#content .ProgramList a:active {color: #900; text-decoration: none; }
	
	#content td .ProgramList {
		margin: 0;
		}
/*#content .ListBulleted li {
	list-style: url(../images/bullet-list.gif);
	color: #666;
	font-weight: bold;
}
*/#content .ListLowerAlpha li { 
	list-style-type: lower-alpha;
}
	#content .ListLowerAlpha .ListLowerRoman { margin-bottom: 10px; }
#content .ListUpperAlpha li {
	list-style-type: upper-alpha;
}
#content .ListLowerRoman li {
	list-style-type: lower-roman;
}
hr {
	height: 2px;
	border: none;
	background: #CCC;
	color: #CCC;
	margin: 10px 0;
}
.TableStyle { 
	margin: 10px 0;	
}
	.TableStyle td {
		padding: 2px 3px;
		line-height: 16px;
	}
	.TableStyleHeading {
		background: #900;
		color: #FFF;
		font-weight: bold;
	}
	/*.TableStyleAltRow {
		background: #F6F6F6;
	}*/
#content .TextHighlight { 
	margin-left: 50px; 
	margin-right: 50px;
	}
#content .TextHighlight td {
	border: 1px solid #DDD;
	background: #F7F7F7;
	padding: 2px 4px;
}
	#content .TextHighlight td h2, #content .TextHighlight td h4, #content .TextHighlight td h5 {
		 margin: 0px;
		 padding: 0;
	}
	#content .TextHighlight td p {
		margin: 7px 0;
		padding: 0;
	}
	#content .TextHighlight ul {
		margin-left: 15px;
		}

#content p .NewsDate {
	font-size: 11px;
	text-transform: uppercase;
}
.PhotoFloatLeft {
	margin: 5px 10px 10px 0;
	float: left;
}
.PhotoFloatRight {
	margin: 5px 0 10px 10px;
	float: right;
}
	.PhotoFloatLeft img, .PhotoFloatRight img { border: 1px solid #CCC; }
.Note {
	color: #900;
	font-size: 11px;
	font-style: italic;
}
#content .TopLink {
	background: url(../../images/bullet_toplink.gif) no-repeat left top;
	text-indent: 12px;
	color: #333;
	font-size: 10px;
}
	#content .TopLink a:link { color: #333; text-decoration: none; }
	#content .TopLink a:visited { color: #333; text-decoration: none; }
	#content .TopLink a:hover { color: #900; text-decoration: none; border-bottom: 1px dotted #900; }
	#content .TopLink a:active { color: #900; text-decoration: none; }
	
/* Sitemap */
#content .SitemapTable td {
width: 50%;
vertical-align: top;
padding: 0 10px 0 0;
}
#content .SitemapTable ul {
list-style: none;
font-weight: bold;
line-height: 15px;
}
#content  .SitemapTable li { list-style: none; }
#content .SitemapTable ul li { padding: 3px 0; }
#content .SitemapTable ul a:link {color: #464646; text-decoration: underline; }
#content .SitemapTable ul a:visited {color: #464646; text-decoration: underline; }
#content .SitemapTable ul a:hover {color: #900; text-decoration: none; }
#content .SitemapTable ul a:active {color: #900; text-decoration: none; }
	#content .SitemapTable ul ul {
		margin-left: 20px;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 0;
		font-size: 12px;
	}
	#content .SitemapTable ul ul ul { font-size: 11px; }
#content .SitemapTable .Desc {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	}
	#content .SitemapTable p.Desc { margin-top: -10px; }

#content strong { color: #555; }

.BScEnvLeftPadding {padding-left:20px; }
