html {
    padding: 0px;
    margin: 0px;
    overflow: auto;
    }

body {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    font-family: Helvetica;
    }

#MainBox {
    width: 870px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }

#Header {
    width: 870px;
    height: 210px;
    background-image: url(../images/Header.jpg);
    background-repeat: no-repeat;
    }

#Content {
    width: 870px;
    height: auto;
    min-height: 900px;
    overflow: auto;
    background-image: url(../images/SectionBG.jpg);
    background-repeat: repeat-y;
    text-align: left;
    }
    
#Footer {
    width: 870px;
    height: 50px;
    background-image: url(../images/Footer.jpg);
    background-repeat: no-repeat;
    }
    
#Nav {
    width: 180px;
    margin-left: 20px;
    margin-right: 15px;
    padding: 20px 0px 20px 0px;
    border: 0px solid #ffff00;
    float: left;
    }

#ContentBody {
    width: 570px;
    height: auto;
    min-height: 900px;
    margin-left: 0px;
    margin-right: 20px;
    border: 0px solid #ffff00;
    padding: 20px 30px 20px 30px;
    float: right;
    }
    
#FreshStart {
    color: #A90329;
    font-family: Helvetica;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 15px;
    }
    
#Copyright {
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    }
    
#Footer DIV.Footnote {
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    }
    
    
.SerifTitle {
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 16pt;
    font-weight: bold;
    }

.SerifSubTitle {
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
#NavBox {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    }
    
#NavBox LI.NavLink {
    color: #ffffff;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
    }
    
#NavBox LI.Selected {
    color: #244386;
    background-color: #ffffff;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
    }
    
#PointBox {
    margin-bottom: 30px;
    }
    
#PointBox LI.Points {
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    }
    
#PointBox LI.PointsRed {
    color: #880000;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    }
    
#PointBox LI.PointsGreen {
    color: #008800;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    }   


.PointBoxIndent {
    margin-bottom: 10px;
    }
    
.PointBoxIndent LI.Points {
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    padding-left: 15px;
    }
    
.PointBoxIndent LI.PointsRed {
    color: #880000;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    list-style-image: url(../images/Stop.jpg);
    padding-left: 15px;
    }
    
.PointBoxIndent LI.PointsGreen {
    color: #008800;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    list-style-image: url(../images/Keep.jpg);
    padding-left: 15px;
    }   
    
OL.NumberBox {
    margin-bottom: 30px;
    }
    
OL.NumberBox  LI.Points {
    color: #4c4c4c;
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: bold;
    line-height: 12pt;
    }
    


    
.GeneralContent {
    color: #000000;
    font-family: Helvetica;
    font-size: 13pt;
    font-weight: normal;
    margin-bottom: 40px;
    }

.GeneralContentSmall {
    color: #000000;
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: normal;
    margin-bottom: 40px;
    }

.FocusBox {
    padding: 15px;
    background-color: #F4F4F4;
    border: solid 1px #DEDEDE;
    }
    
    
A.NavLink {
    color: #ffffff;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    }
    
A.NavLink:hover {
    color: #ffffff;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: underline;
    }
    
A.NavInline {
    color: #2B519C;
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
    }

A.NavInline:hover {
    color: #4490CC;
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: underline;
    }
    
    
#VideoBox {
    width: 136px;
    height: 160px;
    padding: 20px;
    background-image: url(../images/VideoBox2.jpg);
    float: right;
    margin-right: -40px;
    margin-top: -5px;
    margin-left: 20px;
    }

.VideoClip {
    margin-left: 25px;
    margin-bottom: 5px;
    border: none 0px;
    }

.VideoTitle {
    color: #4C4C6E;
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    }

.VideoSubTitle {
    color: #4C4C6E;
    font-family: Helvetica;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    }

.PhotoQuote {
    margin-left: 10px;
    margin-top: 40px;
    }

.LinkBox {
    text-align: center;
    margin-top: 40px;
    }

.LinkImage {
    margin-top: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    }