body { background-color: #ccc; color: #fff; font-family: Arial, sans-serif;}

#page { 
    position: relative; width: 800px; border: none; margin: 20px auto 20px auto; padding: 0px; background-color: #000; 
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
  -webkit-box-shadow: 0px 0px 10px rgba(52, 50, 50, 0.72);
  -moz-box-shadow: 0px 0px 10px rgba(52, 50, 50, 0.72);
  box-shadow: 0px 0px 10px rgba(52, 50, 50, 0.72); 
}

#header { padding: 10px 50px 0px 50px; }
#maincontent { min-height: 560px; background-color: #000; color: #fff; padding: 20px 50px 20px 50px;  }

a { color: yellow; }
h1 { font-size: 18pt; margin-bottom: 50px; }
strong { color: #ffff00; }

#nav { 
  background-color: #011e62; 
  border-top: 1px solid white; 
  border-bottom: 1px solid white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
   
}
#nav ul { text-align: center; margin: 0px; padding: 15px 0px 15px 0px;}
#nav li { display: inline-block; padding: 0 10px 10px 10px;}
#nav li.on { font-weight: bold; }
#nav li a { text-decoration: none; color: white;}
#nav li.on a { text-decoration: none; color: yellow;  }
#nav li a:hover { text-decoration: none; color: yellow; }

#maincontent p { font-size: 12pt; line-height: 18pt; }
#maincontent ul { line-height: 18pt; }
#maincontent ul li { margin-bottom: 10px; }


#footeredit { width: 500px; }

#footer { position: relative; height: 10px; padding: 10px 50px 13px 50px; background-color: #011e62; font-size: 8pt;
border-radius: 0 0 8px 8px; border-top: 1px solid white;
}

#footerseo { position: absolute; bottom: 0px; font-size: 9pt; }
#footerseo p { font-size: 9pt; }

#login_panel { position: absolute; bottom: 10px; right: 50px; font-size: 9pt;}
#login_panel p { font-size: 9pt; }

.editarea {  position: relative; min-height: 30px;}

.editlink {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #0f0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.editlink a
{
    display: inline-block;
    padding: 2px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
} 
