#SectionDivList {
	background-color:#F0F0FF;
	margin-right: 0.3em;
	margin-left: 0.3em;
	float:left;
	width:30%;
	border-top:.25em solid #F5F5F5;
	border-left:.25em solid #F5F5F5;
	border-right:.25em solid #F5F5F5;
}
/* to make sure all column sections are equal
   negative margin should be equal to sum of
   extra padding plus border
*/
.shortcol{
	padding-bottom:30em;
	margin-bottom:-29.75em;
}

#SectionDivList a{
	font-size:.85em;
}
#SectionDivList h2{
	text-align:center;
	color:#006;
	display:block;
	background:#FFFFfC;
	padding:.25em;
	border:1px solid silver;
}

#SectionDivList ul{
	padding:0;
	margin:0;
}
#SectionDivList ul li{
	list-style:none;
	line-height:1.1em;
}

#SectionDivList ul li a{
	color:#369;
	font-weight:bold;
		display:block;
	padding:.5em .25em .5em .25em;
	border-bottom: thin solid #fff;
}

#SectionDivList ul li a:hover{
	color:#F07320;
	background-color:#FFF9EA;
}

#SectionDiv_LtGreySqrCont {
	float:left;
	padding:.5em .5em .5em 0;
	width:210px;
}

#SectionDiv_LtGreySqr {
	background-color:#F8F8F8;
	padding:.5em .5em .2em 3em;
	margin: 0.3em 0.3em 0.3em 0;
	float:left;
	width:175px;
	border:.25em solid #E0E1ED;
}

#SectionDiv_LtGreySqr h2{
	padding-bottom:.25em;
}

#SectionDiv_LtGreySqr img{
margin-left:-2.5em;
float:left;

}

#HorizontalSectionContainer{ 
width:458px;
float:left;
overflow:hidden;
}

#LandingPageSpotlightContainer{
	float:right;
	width: 355px;
	padding: .3em;
}
#LandingPageSpotlight {
	background-color:#FAF7ED;
	border: 1px dotted #600;
	padding:.5em;
}

#LandingPageSpotlight h2{
	color:#600;
	font-size:1.25em;
	padding-bottom:.25em;
}
#LandingPageSpotlight img{
	float:left;
	padding:.25em .75em .75em 0;
}
#sidebar #TopicsBox ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fcfaf3;
}


