a.nav {
    display:block;
    width: 96px;
    height: 13px;
    text-align: center;
    float: left;
    color: #000000;
    padding: 5px;
    background-color: #c3b263;
    font-size: 12px;
    font-weight: bold;
    border-top: 3px solid #dfd299;
    border-bottom: 3px solid #827434;
}

a {
    color: #0d1c57;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link.nav {
    text-decoration: none;
}

a:visited.nav {
    text-decoration: none;
}

a:hover.nav {
    background-color: #c3b263;
    border-bottom: 3px solid #c3b263;
    border-top: 3px solid #c3b263;
}

body {
    font-family: Calibri, Arial, sans-serif;
    font-size: 12px;
    background-color: #faf5dd;
    
}

h4 {
    margin: 20px;
    margin-left: 40px;
    margin-right: 40px;
    font-weight: normal;
    font-size: 8pt;
}

ul {
    list-style-type: square;
    margin: 10px;
}

li {
    margin-top: 10px;
}

.more {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.more2 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px;
    margin-bottom: 20px;
    
}

.imgborder {
    border: 1px solid #0d1c57;
    margin: 10px;
}

.header_left {
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 92%;
    border-bottom: 5px solid #0d1c57;
    background-color: #acb5be; 
}

.header_center {
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 95%;
    border-bottom: 5px solid #0d1c57;
    background-color: #acb5be; 
}

.header_sustainability {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 95%;
    border-top: 1px solid #0d1c57;
    border-bottom: 5px solid #0d1c57;
    background-color: #719d46; 
}

.body {
    margin: 10px;
}

.safety {
    padding: 15px;
    margin: 3px;
    border: 1px solid #0d1c57;
    background-color: #CC2200;
    color: #ffffff;
    text-align: center;
}

.indent {
    margin-left: 30px;
}

.float_left {
    float: left;
}

.margin {
    margin: 5px;
}

.padding_nobottom {
    margin: 0px;
    padding: 3px;
    padding-bottom: 0px;
}

#wrapper {
    width: 800px;
    margin: 0px auto;
    padding: 10px;
}

#header {
    border: 1px solid #0d1c57;
    border-bottom: 5px solid #0d1c57;
    height: 152px;
    background-color: #c3b263;
}

#secondary_header {
    border: 1px solid #0d1c57;
    margin-top: 3px;
    background-color: #e2d69c;
    border: 1px solid #0d1c57;
    width: 778px;
    padding: 10px;
    text-align: right;
    font-size: 16px;
}

#secondary_header_short1 {
    border: 1px solid #0d1c57;
    margin-top: 3px;
    background-color: #ece2b1;
    border: 1px solid #0d1c57;
    width: 125px;
    padding: 10px;
    text-align: left;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 16px;
    float: left;
}

#secondary_header_short2 {
    border: 1px solid #0d1c57;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #e2d69c;
    border: 1px solid #0d1c57;
    width: 628px;
    padding: 10px;
    text-align: right;
    font-size: 16px;
    float: left;
}

#content {
/* CHANGE HEIGHT IF CONTENT OVERFLOWS THE TEXTBOX BOUNDS */
    height: 850px;
    width: 100%;
    margin-top: 3px;
    padding: 0px;
}

#content div {
    float: left;
    height: 100%;
    border: 1px solid #0d1c57;
    background-color: #ffffff;
}

#content-left {
    width: 31%;
}

#content-main {
    width: 50%;
    margin-left: 3px;
}

#sidebar {
    width: 140px;
    margin-left: 3px;
    background-image: url(../images/fillers/gradient4.gif);
    background-repeat: repeat-x;
    background-position: bottom right;
}

#footer {
    float: left;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 10px;
    border: 1px solid #0d1c57;
    border-bottom: 0px;
    width: 778px;
    background-color: #c2b163;
    font-size: 10px;
}

#prof_associations {
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    border: 1px solid #0d1c57;
    border-bottom: 5px solid #0d1c57;
    width: 798px;
    background-color: #beb999;    
}

#bottom {
    clear: both;
    text-align: right;
    color: #666666;
}