
/* Layout Stylesheet */ 

body {
 margin:20px;
 background: url(../images/gradientbg.png);
 background-repeat: repeat-x;
 background-color: White; 
 color: #333333;
 text-align:center;
 font-family:"Trebuchet ms",Arial,Helvetica,sans-serif;
 font-size:.9em;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #123459;
 width:750px;
 margin:auto;
 }

#hdr {
 height:148px;
 background:#E6E7C7;
 color: #333333;
 }

#bar {
 height:25px;
 background: url(../images/gradient_top.png);
 background-repeat: repeat-x;
 background-color: White; 
/* border:solid #000000; */
/* border-width:1px 0 1px 0; */
 }

.menu {margin-left: 13px}
.combobox {
background-color: #E6E7C7;
color: #123459;
font-size: .9em;
font-family: arial;
font-weight: bold;
}

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:750px;
 padding:0;
 }

#ftr {
 padding-top:10px;
 height:30px;
 background: url(../images/gradient_bottom.png);
 background-repeat: repeat-x;
 color: #333333;
/* border:solid black; */
/* border-width:1px 0 0 0; */
 margin:0;
 }

div.spacer {clear: both;}