   body
{ margin: 0px; 

}
   
   div.container
     {
        width:100%;
		float:left;
        border:0px;
        line-height:100%;
		border:0px;
		/*background-color:#000000;*/
     }


   div.TopBar
    {
	  float:left;
       padding:0px;
	   border:0px;
       color:#000000;
       height:100px;
       background-color:#000000;
       clear:both;
	   width:100%;
       
    }


   div.footer
   {
     clear:both;
   float:left;
     height:100px;
	 width:100%;
     padding:0px;
     padding-top:0px;
     padding-right:0px;

     background-color:#000000;
   

     text-align:left;
     font-family:Arial, Helvetica, sans-serif;
     color:#000000;
     font-size: 0.8em;
   }


.LoginSection {
	position:absolute; 
	width:440px; 
	height:210px; 
	z-index:3; 
	left: 482px; 
	top: 120px;

}


  div.content
  {
   
    border-left:0px;
    padding:0px;
    float:left;
	width:1024px;
	height:400px;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
	 background-image:url(../images/Layout01.jpg);
     background-repeat:no-repeat;
  }

   a:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; color:#0000CC; text-decoration: underline;}
   a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #0000CC; text-decoration: underline;}
   a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #0000CC; text-decoration: underline;}
   a:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#FF0000; text-decoration: underline;}

   a:link.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; color:#ffffff; text-decoration: underline;}
   a:visited.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: underline;}
   a:hover.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #ffffff; text-decoration: underline;}
   a:active.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#ffffff; text-decoration: underline;}

