/* Generic formatting */
/* ------- --------- */
body {
    color: #000000;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    text-align: center;
    background-color: #ffffff;
}

body .pie{
    background-image: url(../images/grey_bg.png);
    background-repeat: repeat-y;
    height: 100%;
    margin: 0px auto;
    width: 800px;
}

body .pie table, body .pie p, ul, li {
    text-align: left;
}

ul {
    list-style: square;
}

table td {
    vertical-align: top;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

/* HEY! New colors? */
a:link, a:visited {
    color: #b5120d;
}
a:hover, a:active {
    color: #002a49;
}

h1 {
    color: #002a49;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #cfcfcf;
}

h2{
    color: #b5120d;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    line-height: 20px;
}

.menu {
    height: 39px;
    width: 800px;
    white-space: nowrap;
    background-color: #ffffff;
}
.menu img{
    float: left;
}

.grey_side{
    background-color: #d2d2d2;
    color: #b5120d;
    float: left;
    font-size: 13px;
    height: 100%;
    margin-top: 0;
    margin-right: 22px;
    padding-top: 40px;
    padding-left: 23px;
    padding-right: 34px;
    padding-bottom: 40px;
    position: relative;
    top: 0;
    width: 173px;
}
.grey_side ul{
    padding-left: 2em;
}

.grey_side ul li {
    line-height: 12px;
    padding-bottom: 10px;
}

.secondary_menu {
/*    border-bottom: 1px solid #adadad;*/
    font-size: 12px;
    padding-bottom: 10px;
/*    margin-bottom: 20px;*/
}

.secondary_menu p a{
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.secondary_menu a:link, .secondary_menu a:visited {
    color: #000000;
    font-size: 12px;
}

.secondary_menu p a:hover{
    color: #002a49;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.secondary_menu ul{
    list-style-type: disc;
}

.core {
    font-weight: bold;
    border-top: 1px solid #adadad;
    padding-top: 20px;
/*    padding-bottom: 20px;*/
}

.quote{
    border-top: 1px solid #adadad;
    color: #333333;
    font-weight: bold;
    line-height: 120%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.byline{
    padding-top: 8px;
    float: right;
    text-align: right;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.job_title{
    padding-top: 8px;
    float: right;
    text-align: right;
    font-weight: normal;
}

.body{
    float: left;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 547px;
}

.tertiary_menu{
    font-size: 11px;
    padding-bottom: 20px;
    text-align: justify;
    text-transform: uppercase;
    white-space: nowrap;
    width: 547px;
}

.tertiary_menu a{
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
}

.fake_padding{
    background-color: #ffffff;
    clear: both;
    color: #858585;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

.header {
    background-color: #ffffff;
    white-space: nowrap;
}
.header img {
    float: left;
    margin: 0;
    padding: 0;
}
