body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
}

img {
    border: 0px;
}

.Root {
    margin-top: 90px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}

.Logo {
    display: block;
    position: relative;
    left: -20px;
    padding-bottom: 10px;
}

.Logo img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.MainBox {
    background-color: #00375b;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
    line-height: 1.5em;
}

h1 {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 3.2em;
    line-height: 0.7em;
    color: #f29200;
    margin-top: 5px;
    margin-bottom: 25px;
}

h2 {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color: white;
    font-size: 1.7em;
    margin-top: 10px;
    margin-bottom: 15px;
}

p {
    color: white;
}

.BoxContent {
    padding: 20px;
    padding-bottom: 5px;
}

.BoxContent ul {
    line-height: 30px;
    margin: 0px;
    padding-left: 25px;
}

.BoxContent a.Link {
    color: #faa61a;
    text-decoration: none;
    border-bottom: #f90 dashed 1px;
}

.BoxContent a.Link:hover {
    color: #ec7600;
    text-decoration: none;
}

.OrangeLight {
    color: #faa61a;
}

.OrangeDark {
    color: #c85a24;
}

.Footer {
    text-align: right;
    margin-top: 10px;
    margin-right: 5px;
    color: rgb(71, 62, 62);
    font-size: 0.9em;
}

.Footer a {
    color: rgb(71, 62, 62);
    text-decoration: none;
}

.Footer a:hover {
    color: #000;
}

a.Button {
    color: #fff;
    background-color: #c85a24;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    text-decoration: none;
    text-align: center;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    display: block;
    background-image: url(button-background-1.png);
    background-repeat: repeat-x;
}

a.Button:hover {
    color: #fff;
    background-color: #c85a24;
    background-image: none;
    -webkit-box-shadow: 0 1px 6px #000;
    -moz-box-shadow: 0 1px 6px #000;
    box-shadow: 0 1px 6px #000;
}

.ImageContainer {
    float: right;
    width: auto;
    height: 160px;
}

.ImageDiv {
    position: relative;
    top: -105px;
    padding-left: 10px;
}

.ImageDiv img {
    border: 3px #fff solid;
}