/* Layout Stylesheet */ 
body {
 background:#224B30;
 margin:0;
 text-align:center;
 font-family: "Trebuchet MS", Arial, Helvetica;
 }

div.outer {
 width:770px;
 margin:auto;
 }

div.content {
 background-color:#F0F0F0;
 width:770px;
 text-align:left;
 }

div.footer {
 height:30px;
 background:#c0c0c0;
 color:black;
 border-top:1px solid black;
 font-family: "Trebuchet MS", Arial, Helvetica;
 font-size:8pt;
 clear:both;
 }

