html{ width :100% }
body{width :100%;margin :5px }
div.heading{
   color :#000000;
   background-color : #ffffff;
   background-image : URL(headline.jpg) ; 
   background-repeat : no-repeat; 
   float : center;
	 width :100%;height :325px }
div.middle{ 
   color :#000000;
   background-color:#F4F4F4;
   float : left; 
   width :57%;
   height : auto}
   
div.right{
   width :25%; 
   color :#000000;
   background-color :#ffffff;
   float : right ;
   height:50%}
div.extend{
   color :#000000;
   float : center;
   background-color :#ffffff; 
   width :100%;
   height : auto }


div.footer{
   color :#000000;
   background-color :#ffffff; 
   width :100%;
   height : 100px }

h1{
   font-family: Arial ,serif;
   font-style : normal ;
   font-size : 20pt; 
   font-weight :bold ;
   text-align : center}
h2{
   font-family: Arial ,serif;
   font-style : normal ;
   font-size : 14pt; 
   font-weight :bold ;
   text-align : center}

h3{
   font-family: Arial ,serif;
   font-style : normal ;
   font-size : 11pt; 
   font-weight :bold ;
   text-align : center}

p{ 
   font-family: Arial,sans-serif;
   font-style : normal ;
   font-size : 12pt; 
   font-weight :normal;
   text-align : left; 
   text-indent : 1em;
   padding-left : 5px;
   padding-right : 5px }
#links{
background-color :#ffffff;
   width:15%;
height : auto;
   float : left }
#links p{
   text-align:center;
   width:85%;background-color:#ffffff;padding : 3px;margin :0px;border-style : solid;border-color : #000000;border-width : 1px}
#links p a{
   font-family: Arial;
   font-style : normal ;
   font-size : 8pt;
   font-weight :bold;
   color :#000000}
#links p a{
   background-color:#ffffff;
   display:block;
   width:90%;
   padding : 2px;border-bottom:1px solid #000000;border-right:1px solid #000000; border-top:1px solid #000000; border-left:1px solid #000000;
   text-decoration : none;margin-right : 2px}
#links p a:hover{
   color: ##C0C0C0;
   background-color:#efefef;
   border-bottom:1px solid #000000;border-right:1px solid #000000; border-top:1px solid #000000;border-left:1px solid #000000;
   text-decoration : none}