container {
width:700px;
position: relative;
}
body {
background-color: #77EE99;
/* background-image: url(BigLogoMod.jpeg); 
background-repeat: no-repeat;*/
background-position: 2% 3%;
margin-top: 2%;
margin-left: 2%;
font: 100% Arial, Helvetica, sans-serif;

}
#banner {
background-image: url(BigLogoMod.jpeg);
padding-left: 65px;
padding-bottom: 3px;
border-bottom: 2px solid #999999;
background-color: #44DD66;
background-repeat: no-repeat;
}
#TOC 
{
line-height: 150%
}
#footer {
color: #777;
padding-top: 3m;
background-color: #55EE77;
border-top: 2px dotted #CCC;
}
strong {
	font-weight: bold;
}
dfn {
text-decoration: underline;
}	