/* Layout Stylesheet */ 

body {
 background: black;
 margin:0;
 text-align:center;
 }

div.outer {
 position:static;
 background:black;
 width:737px;
 margin:auto;
 }

div.bodyblock {
 background:black;
 width:737px;
 }

div.hdr {
 margin-right:60px;
 height:50px;
 padding:8px 0 2px 0;
 }

div.menu {
 float: left;
 width: 122px;
 font-family: arial;
 }
div.menu a{
 text-align: left;
 text-decoration: none;
 font-family:arial;
 font-size:14px;
 line-height:85%;
 font-weight: bold;
 color: #ff9900;
 border: none;
 }
div.menu a:hover{
 color: #FF5830;;
 border: none;
 }

div.content {
 padding:5px 5px 0 0;
 width:593px;
 font-family: "Trebuchet MS", Arial, Helvetica;
 text-align:left;
 }

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