/* Layout Stylesheet */ 

body {
 background: #006F72;
 margin:0;
 text-align:center;
 font-family: "Trebuchet MS", Arial, Helvetica;
 }

div.outer {
 border:0px solid yellow;
 width:600px;
 margin:auto;
 }

div.content {
 background-color:#F0F0F0;
 border:0px solid green;
 width:600px;
 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;
 }

