html {
    height: 100%;
}

body {
    background: #d4c9ad;
    padding: 0px;
    margin: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
    font-size: 14px;
    color: #5a5148;
    background-image: url(images/bground.gif);
    background-repeat: repeat-x;
    height: 100%;
}

div.blogDiv {

}

p {
    font-weight: normal;
}

h1 {
    clear: both;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 36px;
}

h2 {
    font-size: 24px;
    padding-top: 10px;
    font-weight: normal;
    font-family: Georgia, serif;
    clear: both;
    color: #bd956b;
    border-bottom: 1px solid #dbd5c5;
    margin-bottom: 0px;
}

h3 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 2px;
    font-variant: small-caps;
    font-family: Georgia, serif;
    clear: both;
}

h3.alumClassTitle {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-top: 1px solid #545048;
    border-bottom: 1px solid #545048;
    color: #545048;
    background: #dfdedb;
    font-family: Georgia, serif;
    font-variant: normal;
    font-weight: normal;
    width: 100%;
}
h3.alumClassTitle:hover {
    background: #545048;
    color: white;
}

h3.grayHeader {
    color: #545048;
    background: #dfdedb;
    border-top: 1px solid #545048;
    border-bottom: 1px solid #545048;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Georgia, serif;
    font-variant: small-caps;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
}

h4 {

}

img {
    background: white;
    margin: 30px;
    border: 10px solid #dfdedb;
    padding: 1px;
}
img:hover {
    border: 10px solid #eeece8;
}

ol {
    border-left: 1px dotted #dbd5c5;
    margin-left: 0px;
    padding-left: 50px;
}

ul {
    border-left: 1px dotted #dbd5c5;
    margin-left: 0px;
    padding-left: 40px;
}

ul.noborder {
    border-left-style: hidden;
}

a {
    color: #298ac1;
    border-bottom: 1px dotted #298ac1;
    text-decoration: none;
}
a:hover {
    color: white;
    background: #298ac1;
    border-bottom: none;
    text-decoration: none;
}

a.imgLink {
    border-bottom: none;
    text-decoration: none;
    background: none;
}
a.imgLink:hover {
    border-bottom: none;
    text-decoration: none;
    background: none;
}

p.blogSig {
    clear: both;
    margin-top: 35px;
}

p.blogName {
    margin-top: 20px;
    margin-bottom: 0px;
}

p.blogYear {
    margin-top: 15px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-size: 12px;
    font-variant: small-caps;
}

p.blogOffice {
    font-size: 12px;
    letter-spacing: 2px;
    font-variant: small-caps;
    margin-top: 2px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #dbd5c5;
}

div.horizNav {
    padding-top: 5px;
    padding-bottom: 8px;
    text-align: center;
    border-top: 1px solid #545048;
    border-bottom: 1px solid #545048;
    background: #dfdedb;
}

a.horizNavLink {
    color: #545048;
    border-left: #545048;
    border-right: #545048;
    border-top: none;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 8px;
    font-family: Georgia, serif;
    font-variant: small-caps;
}
a.horizNavLink:hover {
    background: #545048;
    color: white;
}

p.pledgeMaterial {
    font-style: italic;
}

td.tabTitle {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-top: 1px solid #545048;
    border-bottom: 1px solid #545048;
    background: #dfdedb;
    font-family: Georgia, serif;
    font-variant: small-caps;
}

td.tabContentHigh {
    font-size: 12px;
    padding: 5px;
    vertical-align: top;
}

td.tabContentLow {
    font-size: 12px;
    background: #f8f7f6;
    padding: 5px;
    vertical-align: top;
}

img.compThumb {
    margin: 0px;
    margin-bottom: 5px;
}

a.compLink {
    border-bottom: none;
}
a.compLink:hover {
    background: none;
}

div.compDiv {
    display: inline;
    width: 100px;
    height: 185px;
    margin: 10px;
    float: left;
}

.success {
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

.profile_title {
    font-weight: bold;
}

.profile_minititle {
    font-weight: normal;
    color: gray;
}

table.profileTab {
    width: 400px;
    float: right;
}

td.profileTitles {
    width: 130px;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}

td.profileInfo {
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}

hr {
    border: none;
    color: #5a5148;
    background-color: #5a5148;
    width: 80%;
    height: 1px;
}

a.privateLink {
    color: gray;
    font-style: italic;
    border-bottom: 1px dotted lightgrey;
}
a.privateLink:hover {
    background: lightgrey;
}

.officeTerm {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.officeName {
    padding-top: 2px;
    margin-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

#loginFaq {
    float: right;
    width: 200px;
    margin: 10px;
    padding: 10px;
    background: #dfdedb;
    border-top: 1px solid #545048;
    border-bottom: 1px solid #545048;
}

img.icon {
    margin: 2px;
    padding: 0px;
    border: none;
    background: none;
}

span.shYear {
    font-weight: bold;
}

.clarify {
    margin-top: 0px;
    color: gray;
    font-size: 12px;
}

.private {
    width: 200px; 
    float: right;
    padding: 5px; 
    margin: 5px; 
    background: #dfdedb;
    border: 1px solid #545048;
    font-size: 12px;
}
