.section {
	/*width:177px; /* 199px = 11px (padding-left) + 11px (padding-right) + 177px)*/ /* This is for Left Side Only */ 
	vertical-align:top;
	margin-bottom:15px;
	/*padding: 0px 11px 0 11px; /* This is for Left Side Only */ 
	padding:0px;
}

.sectionheader {
	color: #333333;
	text-transform:uppercase;
	font-weight:normal;
/*	border-bottom-color: #7A7FBA;
	border-bottom-width:1px;
	border-bottom-style:solid;
*/
}

.sectionheader h2{
	font-size: 1.2em;
/*	border-bottom-color: #7A7FBA;
	border-bottom-width:1px;
	border-bottom-style:solid;
*/	margin-bottom:5px;
}

.sectionbody {
	color: #333;
	/*padding: 10px 0 10px 0;*/
	line-height: 16.215pt;
}

.sectionbody td  {
    font-size:0.9em;
    color: #333 !important;
}

.sectionfooter {
	text-align: right;
	clear:both;
}

.sectionbody .topiclist {
	/*margin: 0 0 0 4px; /* Put back if Susan doesn't like it without bullets */
	margin: 0 0 0 -10px; /* Leave it if Susan agrees */
	padding: 0 11px 0 11px;	
	list-style-type:none; /* Leave it if Susan agrees */
}
	
.sectionbody .topiclist li {
/*	font-size:90%;*/
	padding: 5px 0 5px 0;
	list-style-type:none;
}

#left .sectionbody .topiclist li a, 
#right .sectionbody .topiclist li a {
	text-decoration:none;
	text-transform:capitalize;	
}

#left .sectionbody .topiclist li a:hover, 
#right .sectionbody .topiclist li a:hover {
	text-decoration:underline;
}

#left .sectionbody .topiclist li a:visited, 
#right .sectionbody .topiclist li a:visited {
	text-decoration:none;
	color: #333;
}

.sectionbody select {
    width: 195px;
    padding:0;
    margin:0 0 5px 0;
}