html{ width :100% }
body{width :98%;margin :0px }
div.heading{
   color :#000000;
   background-color :#006600;
   border-top:1px solid #000000;
   border-bottom:1px solid #000000;
   border-right:1px solid #000000;
   border-left:1px solid #ffffff;
   width :100%;height :135px }

div.right{ 
   color :#000000;
   background-color :#ffffff;
   float :right; 
   width :78%;
   height : auto}
div.extend{ 
   color :#000000;
   background-color :#ffffff;
   width :100%;
   height : auto;margin :4px}
div.footer{
   color :#000000;
   background-color :#ffffff; 
   width :90%;
   bottom : 20px;
   align : center }
img.left{
  float : left;
  margin : 5px }
img.right{
  float : right;
  margin : 5px }
img.logo{
  position : absolute;
  left : 5px;
  top : 5px;
  margin : 5px }

h1{font-family: Comic Sans MS, Arial, Helvetica, sans-serif ; font-style : normal ; font-size : 16pt; font-weight :bold ;color:#006600; text-align : center}
h2{font-family: Comic Sans MS, Arial, Helvetica, sans-serif ;font-style : italic ;font-size : 14pt; font-weight :bold;color:#006600; text-align :left }
h3{font-family: Comic Sans MS, Arial, Helvetica, sans-serif ;font-style : normal ;font-size : 12pt; font-weight :bold;color:#AADDAA }
p{ 
   font-family: Comic Sans MS, Arial, Helvetica, sans-serif ;
   font-style : normal ;
   font-size : 11pt; 
   font-weight :normal;
   text-align : left; 
   text-indent : 1em;
   padding : 3px}
#links{
   width:19%;
   position:absolute;
   top: 150px;
   left: .25%;
   background-color:#006600;
   border-bottom:1px solid #000000;border-right:1px solid #000000; border-left:1px solid #ffffff;
   padding:0; 
   text-align:center}
#links ul{
   margin:0 auto;
   list-style:none;
   padding:0;
   text-align:center;
   width:98% }
#links ul li{
   margin-bottom:3px;
   width:98%}
#links ul li a{
   font-family: Comic Sans MS, Arial, Helvetica, sans-serif ;
   font-style : normal ;
   font-size : 9pt;
   font-weight :bold;
   color :#ffffff}
#links ul li a{
   background-color:#006600;
   display:block;
   width:98%;
   padding:2px;
   border-bottom:1px solid #000000;border-right:1px solid #000000; border-top:1px solid #AADDAA; border-left:1px solid #AADDAA;
   text-decoration : none}
#links ul li a:hover{
   background-color:#AADDAA;
   color :#006600;
   border-bottom:1px solid #AADDAA;border-right:1px solid #AADDAA; border-top:1px solid #000000;border-left:1px solid #000000;
   text-decoration : none}
