
/* Layout Stylesheet */ 
body {
 margin: 0;
 padding: 0;
 font-family: helvetica, arial, sans-serif; 
 color: #0f4ca7;
   background-color: #9fb6e5;
 text-align: center;
}

#bar-top {
 width: 100%;
 height: 25px;
 background: #FFFFFF;
 color: #333333;
 border: solid #FFFFFF;
 border-width: 2px 0;
 margin: 0;
}

#bar-bottom {
 width: 100%;
 height: 12px;
 position:relative;
 background: #FFFFFF;
 color: #0f4ca7;
 border: solid #FFFFFF;
 border-width: 2px 0;
 }
<!--
#content {
 height: 120%;
 position:relative;
 border: solid #092b35;
 border-width: 0px 2px;
 background: #123e4f;
 color: #532525;
 overflow: auto;
 margin:0 5% 0 5%;
 }
-->

<!--color: #532626;-->

