* {
        padding:0;
        margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl { margin:1em 0; }

a img{ border:none; }

body{
        /*original background color: 272727*/
        background:#FFF;
        color:#000000;
        font-size:11px;
        font-family:Verdana, Arial, sans-serif;
  text-align:center;

}
/* This class sets the width and position for all rows */

#main{
  background:#FFF; 
  border-left:1px solid #000099;
  border-right:1px solid #000099;
  width:700px;
  margin:0 auto;
  text-align:left;
  padding:0 5px 0 5px;
}

.inside{
  background:#FFF; 
  width:100%;
  margin:0 auto;
  text-align:left;
  clear:both;
/*  padding:0 5px 0 5px;
*/
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
  background:#FFF;
  width:100%;
  overflow:hidden;
}

#header .inside{
  padding:10px 10px 10px 10px;
  width:100%;
  overflow:hidden;
}

#header h1{
  font-size:2.25em;
  margin:0 0.5em 0 0;
  padding:0 0.5em 0.25em 0;
  float:left;
}
#header h1 a{
  text-decoration:none; 
  color:#000;
}

#header h1 a:visited{
  text-decoration:none; 
  color:#000;
}

#header p{
  padding:0 0 0 0;
  margin:0 auto;
}

#header p.right{ 
float:right; 
text-align:center;
width:300px;
  border-top:1px solid #000099;
  border-bottom:1px solid #000099;
height:15px;
padding: 5px 0 5px 0;
margin:15px 0 0 0;
}

#header p.right a, #header p.right a:visited {
  text-decoration: none;
  color:#000;
  FONT-WEIGHT: BOLD;
}
#header p.right a:hover{
  text-decoration: none;
  color:#000099;
  FONT-WEIGHT: BOLD;
}

#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, #footer p.right a:visited{
        padding:0 0 0 1em;
        text-decoration:none;
        color:#525252;
        FONT-WEIGHT: bold;
}
#footer p.right a:hover{
        color:#000;
}


