﻿#MenuBar
{
	display: none;
}
html
{
	min-height: 100%;
}

body
{
	background-color: White;
}
#body{
	padding: 10px; 
}
div#CopyrightFooter p {
    color: #FFFFFF;
}
#CopyrightFooter {
    background-color: #4F85BB;
    padding-top: .25rem;
    padding-bottom: 1rem;
}
h1
{
	font-family: Helvetica, Sans-Serif;
}
#HighlightsBody h1, h2, h3, h4 {
    color: #991F36;
}
#HighlightsBody p.title {
    color: #991F36 !important;
}
#HighlightsBody.EmphasisHeading {
    background-color: #991F36 !important;
    color: #FFFFFF !important;
}

div#HighlightsBody{
    background-color: #FFFFFF;
    padding: 1rem;
}

#header {
}

.p.title.has-text-centered {
    color: #991F36 !important;
}
.logo {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;

}
#HeaderLogoLink img {
    height: 82px;
    width: 255px;
}
#HeaderLogoLink {    
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.button.is-primary, .button.is-info, .orderPolicyButton {
    background-color: #991F36 !important;
    color: #FFFFFF;
    border-radius: 5px;
}
    .button.is-primary:hover, .button.is-info:hover, .orderPolicyButton:hover {
        background-color: #991F36 !important;
        color: #FFFFFF !important;
    }

    #OuterContainer {
        padding-top: 0px;
    }

#FullBodyDiv {
    background-repeat: repeat-x;
}


