* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
}


body {
    font: 70% Verdana, Arial, Helvetica, Geneva, sans-serif;
}
a img {
    border: 0;
}
h1 {
    font: normal 1.7em Georgia, "Times New Roman", Times, serif;
    line-height: 1.3em;
}

h1 a.back
{
    color: #b61706;
    font: .5em Verdana, Arial, Helvetica, Geneva, sans-serif;
    padding-left: 5px;
}

h1 strong {
    font-weight: normal;
    color: #2659a6;
}

h3, #left h2, #right h2 {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
    margin-top: 0;
}

/* Changed header style, used to be 1.1em */
h2 {
    font-size: 1.3em;
    margin-top: 1em;
}

.banner h3, #calcontrol h3 {
    font: 1.6em Georgia, "Times New Roman", Times, serif;
    color: #1E4785;
    text-transform: none;
    margin-top: 1em;
}
ul {
    list-style-type: none;
}
ul li {
    background: url(/img/bg-li.gif) 0 .5em no-repeat;
    padding: 0 0 0 1em;
}
ul li.print, ul li.discuss, ul li.email, ul li.share, ul li.rss {
    padding: .3em 1em .3em 2em;
}
ul li.print {
    background: url(/img/print.gif) 0 .3em no-repeat;
}

ul li.discuss {
    background: url(/img/discuss.png) 0 .3em no-repeat;
}

ul li.email {
    background: url(/img/email.png) 0 .3em no-repeat;
}
ul li.share {
    background: url(/img/share.gif) 0 .3em no-repeat;
}

ul li.rss {
    background: url(/img/rss.png) 0 .3em no-repeat;
}

ol {
    margin: 1em 1.5em;
}

blockquote {
    margin: 1em 15px;
    color: #666;
}

/* PULL QUOTES */
.pullquote {
    padding: 1px;
    margin-left: 5px;
    border-bottom: 1px dotted #ced2ce;
    border-top: 1px dotted #ced2ce;
    background: transparent url(/img/bg-bq-start.gif) 0 4px no-repeat;
}

div.sidebox div.pullquote {
    border: none;
}

blockquote.pullquote {
    margin: 0px 0 10px 15px;
    width: 190px;
    float: right;
}

.pullquote p {
    color: #84794E;
    padding: 25px 0 25px 15px;
    font: 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
    margin: 0;
    background: transparent url(/img/bg-bq-end.gif) bottom right no-repeat;
}
/* Add sidebar */
.sidebar {
    float: right;
    margin: 0 0 10px 20px;
    width: 190px;
    border-bottom: 3px double #ced2ce;
    padding: 10px 0;
    font-size: .9em;
}


p {
    margin-bottom: .8em;
}
p.more {
    color: #ced2ce;
}
.byline
{
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
a {
    color: #B61706;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div.clr {
    overflow: hidden;
}
img.tnail {
    float: left;
    padding: 3px 10px 10px 0;
}
.clr h2{
    margin-top: 0;
}
p a, h5 a, a.underline {
    border-bottom: 1px solid #CED2CE;
}
p a:hover, h5 a:hover, a.underline:hover {
    text-decoration: none;
    border-color: #B61706;
}
.sidebox, .spotlight {
    border-bottom: 1px dotted #CED2CE;
    padding: 15px;
    overflow: hidden;
}
.sidebox p img {
    float: right;
    padding: 0 0 5px 10px;
}
#ftr {
    clear: both;
    color: #888;
    margin: 5px 0 45px 0;
    font-size: .9em;
}
/* @group Calendar */
#calendar table {
    border-left: 2px solid #f3ecd5;
    background-color: #fff;
}
#calendar table td {
    padding: 4px;
    vertical-align: top;
    height: 75px;
    border-right: 2px solid #f3ecd5;
    border-bottom: 2px solid #f3ecd5;
    font-size: .9em;
}
.openevent a
{
    color: #466A36;
}

.sitereporting a
{
    color: #96392F;
}

.siteopp a
{
    color: #C6551E;
}

.leadershipmeeting a
{
    color: #50447A;
}


/* @end */
