/*
    Copyright:  Copyright (c) 2006 Luzerne County, All Rights Reserved
    Date:       2006-05-18 17:57 EDT
    Author:     Flinn Mueller <flinn@cdscreative.com>
    Comments:   This stylesheet serves as a format for the entire Luzerne County site
*/

/* Tags */

body {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12pt;
}

/* IDs */

#container {
  width: 100%;
}

#navigation_menu, #splash, #header, #menu, #search, #footer {
  display: none;
}

#content {
  margin-top: 5px;
  text-align: left;
  vertical-align: top;
}

#content p {
  text-indent: 40px;
  padding-top:10px;
  margin:6px;
}

#content p+p {
  text-indent: 0;
}

#seal {
  margin: 10px;
  text-align: center;
}

/* Classes */

.highlight {
  color: #4D52AE;
  font-weight: bold;
}
