@charset "UTF-8";
body,td,th {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #141414;
}
body {
    background-color: #777777;
    margin-left: 20px;
    margin-top: 20px;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
a:link {
    color: #3B0E17;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #3B0E17;
}
a:hover {
    text-decoration: underline;
    color: #5D4C17;
}
a:active {
    text-decoration: none;
    color: #4B175D;
} 
.italic {
    font-style: italic;
}
.note {
    font-style: italic;
    font-size: 14px;
    margin-left: 10px;
}
.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bold {
    font-weight: bold;
}
.indent {
    margin-left: 10px;
    }
.centered {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
.container {
    margin: 0 auto;
    padding: 20px;
    width: 1042px;
    background-color: #E9EAEA;
}
	/* Create four equal columns that float next to each other */

.one {
    width: 236px;
    padding: 5px;
    margin: 0;
    float: left;
}
.two {
    width: 236px;
    padding: 5px;
    margin: 0;
    float: left;
	}
.three {
    width: 236px;
    padding: 5px;
    margin: 0;
    float: left;
}
.four {
    width: 236px;
    padding: 5px;
    margin: 0;
    float: left;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.boldMaroon {
    color: #5C1725;
    font-weight: bold;
}

header {
    padding: 20px;
    display: block;
    color: #FFFFFF;
    text-transform: capitalize;
    letter-spacing: 0.3em;
    background-color: #5C1725;
    font-weight: bolder;
}
.imgHeader {
    float: right;    
}
.indent1 {
    margin-left: 20px;
}
.indent2 {
    margin-left: 40px;
}
.noteIndent {
    font-style: italic;
    margin-left: 50px;
    color: #797979;
}
