body {
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	text-align:center
}
.twoCol #container { 
	width: 990px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeeeee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.menubar {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align: right;
	padding-right: 17px;
	height: 20px;
} 
  .menubar a {
    text-decoration: none }
  a:link {
	color: #666666;
	}
  a:visited {
	color: #666666;
	}


.left-margin {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	width: 100%;
	color: #999999;
	padding-left:34px;
	line-height: 20px
}

.top-side {
padding-right:47px;
padding-top:20px;
}
.header {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
