* {
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
}
body {
    background-color: #fcf3d3; /*#fcf7dd;*/
}
img {
    border: none;
}
label {
    display: block;
}
a {
    text-decoration : none;
    color: #0000cc; /*#55b9ec;*/
}
a:hover {
    text-decoration : underline;
}
h1 {
    margin-top: 0px;
    color: #aa0000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.page {
    width: 700px;
    margin: 30px auto;
    position: relative;
}
.siteTitle {
    font-family: times new roman;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 15px 100px;
    background-color: #fcf7dd;
}
#logo {
    position: absolute;
    top: -5px;
    left: 8px;
}
div.topnav {
/*  margin-bottom: 40px;*/
    width: 100%;
    float: left;
    background-color: #000055;
}
ul.topnav {
    padding: 0 0 0 95px;
    margin: 0;
    list-style-type: none;
}
ul.topnav li {
    float: left;
/*
    padding: 2px 10px;
    padding: 4px 4px 0 4px;
    height: 10px;
    text-transform: uppercase;
*/
    margin: 0;
    cursor: pointer;
    background-color: #516095;
    border-left: 1px solid #dddddd;
}
ul.topnav li a {
    display: block;
    padding: 2px 10px;
}
ul.topnav li a,
ul.topnav li a:visited,
ul.topnav li a:hover {
    color: #eeeeee;
    font-size: 9pt;
    text-decoration: none;
}
ul.topnav li:hover, .topnav li.active {
    background-color: #8592bc;
}
div.main {
    background-color: #d9d9ab;

}
#home div.main {
    padding: 0 10px;
    background-color: #ffffff;
}
div.copy {
    width: 500px;
    padding: 30px 10px 10px 10px;
    min-height: 440px;
    height: auto!important;
    height: 440px;
    float: right;
    background-color: #ffffff;
}
.sidenav {
    width: 150px;
    padding: 30px 10px 10px 10px;
    float: left;
/*  margin-right: 10px;*/
    position: relative;
}
.sidenav a {
    color: #484839; /*#000066;*/
}
.sidenav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
.sidenav li {
    padding: 3px 0;
}

.stats {
    padding: 3px 5px;
    border: 1px solid #444444;
    background-color: #f7e56d;
}
.stats th {
    background-color: #f1c11d;
}
.stats td {
    padding: 3px 0;
}
.stats .label {
    font-weight: bold;
    padding-right: 10px;
}
.stat {
    text-align: right;
}
.sidenav .stats {
    position: absolute;
    top: 250px;
}
.term {
    font-style: italic;
}
.footer {
    color:#333333;
    text-align: right;
}
.footer,
.footer * {
    font-size: 9px;
}
/********************************************/

/****** Gallery Styles ********/
.slideElement {
    background-color: transparent!important;
}

/*** Newsletter ***/

.reflect_archive, .reflect_items {
    list-style: none;
}
.reflect_year {
    clear: both;
}
.reflect_item {
    padding: 0 15px 30px 0;
    float: left;
}
.reflect_item img {
    display: block;
}
