.widgetdiv1 {
	font-size: 90%;
	border-bottom: 7px solid white;
	width: auto /* CORRECT BASE */
}
.widgetdiv4 div {
	padding: 7px; /* CORRECT BASE */
}
/* Menu */
.menu_primary a {
	background: #FF9933;
	border-left: 1px solid white;
	margin-left: 10px;
    color: white;
    display: block;
    padding: 4px 0 4px 8px;
    text-decoration: none;
}
.menu_primary a:hover {
   color: black;
}
.menu_primary a {
	line-height: 15px;
	height: 1%; /* IE7 weirdness */
}
.menu_primary ul {
background: #FF6600;
	margin: -7px;
}
.menu_primary ul li {
	border-top: 1px solid white;
}
h3.widgettitle {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0; /* CORRECT BASE */
	padding: 5px 7px;
	text-transform: uppercase;
}
/* TableCenter */
.TableCenter .widgetdiv1 {
	margin-top: 10px;
	border: 1px solid #CBC9BF;
	background: #D7D4CA;
}
.TableCenter h3.widgettitle {
	color: #4E4D48;
	border-bottom: 1px solid #C1C0B8;
	background: #CBC9BF;
}