.widgetdiv1 {
	border: 1px solid #596B85;
	font-size: 90%;
	background: #BFC2C1;
	width: 99%; /* CORRECT BASE */
}
.widgetdiv4 div {
	padding: 7px; /* CORRECT BASE */
}
/* Menu */
.menu_primary a {
	border-bottom: 1px solid #A5A5A5;
	border-top: 1px solid #DFDFDF;
    color: #3A2C2E;
    display: block;
    padding: 4px 0 4px 20px;
    text-decoration: none;
}
.menu_primary a:hover {
	background: #5872A5;
	border-bottom: 1px solid #425A89;
	border-top: 1px solid #889FCD;
   color: white;
}
.menu_primary a {
	line-height: 15px;
	height: 1%; /* IE7 weirdness */
}
.menu_primary ul {
	margin: -7px;
}
h3.widgettitle {
	background: #385999;
	border-top: 1px solid #6384C7;
	border-bottom: 1px solid #16346C;
	color: white;
	font-size: 90%;
	margin-bottom: 0; /* CORRECT BASE */
	padding: 5px 7px;
	text-transform: uppercase;
	text-align: center;
}
/* TableCenter */
.TableCenter .widgetdiv1 {
	margin-top: 10px;
	border: 1px solid #CBC9BF;
	background: #D7D4CA;
}
.TableCenter h3.widgettitle {
	color: #4E4D48;
	border-bottom: 1px solid #C1C0B8;
	background: #CBC9BF;
}