/* Main site style sheet */
/*
Using and derived from:
A CSS Framework by Mike Stenhouse of Content with Style 
-------------------------------------------------------

Copyright (c) 2005, Mike Stenhouse of Content with Style

All rights reserved.
*/

@import url("tools.css");
@import url("typo.css");
@import url("forms.css");

/* swap layout stylesheet: 
        layout-navtop-localleft.css
        layout-navtop-subright.css
        layout-navtop-3col.css
        layout-navtop-1col.css
        layout-navleft-1col.css
        layout-navleft-2col.css*/
@import url("layout-navtop-1col.css");
@import url("layout.css");

/* DJL Customizations and Extensions */
div#header .banner {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: x-large;
}

div#footer .address {
  font-style: italic;
  padding-top: 8px;
}
div#footer .copyright {
  font-style: italic;
  padding-top: 6px;
  padding-bottom: 8px;
}


.layout-area {
  width: 100%;
}

td {
  vertical-align: top;
}
