* {
        padding:0;
        margin:0;
}

h1, h2, h4, h5, h6, p, pre, blockquote, label, ol, dl { margin:1em 0; }

a img{ border:none; }

body{
  background:#96B3E2;
  color:#000000;
  font-size:11px;
  font-family:Verdana, Arial, sans-serif;
  text-align:center;
}

.inside{
/*border:solid 1px #000;
*/
  width:800px;
  margin:0 auto;
  text-align:left;
  clear:both;
}

.inside h1{
  margin:0;
  font-size:1.5em;
  text-align:center;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
  background:#6A83AC;
  border-bottom:1px solid #000;
  display: block;
  margin:0 0 0 0;
}

#header .inside{
  padding:0;
}

#header h1{
  font-size:2.25em;
  margin:0 0.5em 0 0;
  padding:0 0.5em 0.25em 0;
  border-right:1px solid #808080;
  float:left;
}
#header h1 a{
  text-decoration:none; 
  color:#000;
}

#header h1 a:visited{
  text-decoration:none; 
  color:#000;
}

#header p{
        padding:1em 0;
        margin:0;
        line-height:1em;
}

#header p.left{ float:left;}
#header p.right{ float:right; }
#header p.right a{ color:#AA0000; FONT-WEIGHT: bold;}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
        clear:both;
        color:#939393;
        margin:0 0 3em 0;
}
#footer .inside{
  padding:1em 0;
}
#footer p{
        margin:0;
        font-size:0.95em;
}
#footer p.top{ 
/*  text-align:justify;
*/
  text-align:center;
  FONT-WEIGHT: bold;
  color:#000;
}

#footer p.top a{
  font-size: 1em;
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}
#footer p.top a:visited{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}
#footer p.top a:hover{ 
  text-decoration: none;
  color:#000000;
  FONT-WEIGHT: normal;
}


#footer p.left{ float:left; }
#footer p.right{ float:right; }
#footer p.right a{
        padding:0 0 0 1em;
        text-decoration:none;
        color:#525252;
        FONT-WEIGHT: bold;
}
#footer p.right a:hover{
        color:#000;
}


