﻿/*
 GROUP ELELMENT SETTINGS 
*/
body, p, div {
    font-family: Verdana;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
}
p, h1, h2, h3, h4 {
    margin-bottom: 10px;
    font-weight: normal;
}
/*
 SINGLE ELEMENT STYLES 
*/
body {
    background-color: #1A4160;
}
p {
    margin: 10px 0px 10px 0px;
}
h2 {
}
h3 {
    padding: 1px;
    background-color: #2D3B3B;
    font-family: 'Tw Cen MT';
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-variant: small-caps;
    -moz-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
h4 {
}
td {
    vertical-align: top;
}
div {
}
img {
    border: none;
}
/*
 CLASS STYLES 
*/
.CssToUpper {
    text-transform: uppercase;
}
.PNLFooter {
    background-color: #1A4160;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    color: #E2E2E2;
}
.PNLFooter a {
    color: #E2E2E2;
    text-decoration: underline;
}
.PNLFooter a;hover {
    color: #E2E2E2;
    text-decoration: none;
}
.PNLFooter a:visited {
    color: #E2E2E2;
}
.RightColBorder {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #2D3B3B;
}
/*
    Blog Styles
*/
#DivBlogLV {
    overflow: auto;
    width: 780px;
    max-width: 780px;
}
#DivBlogEntry {
    clear: both;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-bottom-color: #C0C0C0;
}
#DivBlogEntry img {
    margin: 10px;
}

#DivDateBox {
    width: 105px;
    height: 128;
    padding: 20px auto auto auto;
    float: left;
    background-image: url('../Images/datebox_bg.jpg' );
    background-repeat: no-repeat;
    font-family: 'Franklin Gothic Medium Cond';
    font-size: 21px;
    color: #FFFFFF;
    text-transform: capitalize;
    text-align: center;
}
#DivEntryBox {
    width: 675px;
    min-height: 150px;
    padding: 10px;
}
.BlogEntryTitle {
    font-size: 1.5em;
    text-decoration: none;
    margin-bottom: 10px;
    color: #373866;
    font-family: Arial, Helvetica, sans-serif;
}

