* {
   margin: 0;
   padding: 0;
}

body {
   background: #EFEFEF;
   text-align: center;
   font-family: 'Times', 'New York', serif;
} 

#centerDiv {
   width: 900px;
   margin: 20 auto;
}

.mainHeader {
   font-size: 32px;
}

.sidebar {
   background-color: #00051B;
}

.footer {
   text-align: center;
   background-color: #00051B;
   color: #FFFFFF;
}
.footer a {
   color: #FFFFFF;
   text-decoration: none;
}

.footer a:hover {
   text-decoration: underline;
}

h1 {
   font-size: 48px;
   color: #00051B;
}

h2 {
   font-size: 14px;
   color: #00051B;
}

h3 {
   color: #00051B;
   font-size: 20px;
   font-weight: bold;
   width: 100%;
   border-bottom: 1px solid #00051B;
   margin-bottom: 7px;
}

.menuCell {
   background-color: #00051B;
   color: #FFFFFF;
   text-align: right;
   padding-right: 8px;
}

.menuCell a {
    color: #FFFFFF;
    text-decoration: none;
}

.menuCell a:hover {
    text-decoration: underline;
}

.bodyContent {
   margin: 5px;
}

.bodyContent ul {
   padding-left: 30px;
   margin-bottom: 16px;
   list-style-type: square;
   list-style-color: #00051B;
   list-style-position: inside;
}

.bodyContent ol {
   padding-left: 30px;
   margin-bottom: 16px;
}

.bodyText {
   line-height: 1.5;
   margin-bottom: 16px;
}

.keyBodyText {
   padding-left: 20px;
   font-style: italic;
   margin-bottom: 16px;
}


