﻿@charset "utf-8";
/* CSS Document */

body {
    background: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 5pt 0;
}

h1 {
    color: #000;
    font-size: 20pt;
}

h2 {
    color: #000;
    font-size: 18pt;
}

h3 {
    color: #000;
    font-size: 16pt;
    font-weight: bold;
}

h4 {
    color: #000;
    font-size: 14pt;
}

h5 {
    color: #000;
    font-size: 14pt;
    font-weight: bold;
}

h6 {
    color: #000;
    font-size: 12pt;
    font-weight: bold;
}

a {
    color: #000;
    text-decoration: none;
}

p { font-size: 12pt; }

.box { border: 1px solid #999; }

.box p { padding: 5px; }

#header a#title {
    color: #000;
    font-size: 18pt;
    text-decoration: none;
}

.hidden, #top_bar, #search, #menu, #photo_banner, #breadcrumbs, #department_footer .left, #footer_content .left, #footer_decoration { display: none; }

#footer { font-size: 10pt; }