body
         {
         font-family:'Trebuchet MS','Trebuchet','Verdana',sans-serif;
         background-color:#FFFFFF;
         color:#000000;
         margin:0px;
         font-size:13px;
         }
pre
	{
	font-size:12px;
	}

h1
         {
         font-size:24px;
         font-family:'Verdana';
         color:#3E7295;
         margin-top:0px;
         }
h2
	{
	font-size:16px;
	font-family:'Verdana';
	color:#3E7295;
	margin-top:5px;
	}
	

a
         {
         color:#3E7296;
         text-decoration:none;
         }
a:hover
         {
         text-decoration:underline;
         }


#Top
         {
         width:100%;
         height:104px;
         background-image:url(vbar.png);
         }

#Main
         {
         background-image:url(vbar.png);
         background-repeat:repeat-x;
         background-color:#DFF1F5;
         padding-bottom:8px;
         }

#Menu
         {
         float:left;
         margin-top:24px;
         margin-left:16px;
         margin-right:16px;
         }
#Menu a
         {
         display:block;
         width:143px;
         height:33px;
         line-height:32px;
         font-family:'Trebuchet MS','Trebuchet','Verdana',sans-serif;
         font-weight:bold;
         text-decoration:none;
         color:#3E7296;
         border-bottom:1px solid #EEEEEE;
         }

#Menu a.current
         {
         color:#41ADC2;
         }
#container {
  position:fixed; 
  top:137px;
  left:200;
  bottom:50px; 
  right:0; 
  overflow:auto; 
  background:#fff;
  padding:0px;
  }

/* for internet explorer */
* html #container {
  height:100%; 
  width:100%;
  }


#Content
         {
  position:fixed; 
  top:120px;
  left:200px;
  bottom:50px; 
  right:0; 
  overflow:auto; 
  padding:0px;         
         float:left;
         margin-top:6px;
         background-color:#FFFFFF;
         padding:8px;
         margin-bottom:8px;
         }
#Bar {
        border-top:8px solid #EC0508;

}

#Footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:2em; 
  font-size: 0.7em;
  overflow:auto; 
  text-align:right; 
  border-top:2px solid #EC0508;
}


