/* CUSTOM BACKGROUND */
body.custom { background: #44443f; }

.custom #container {
margin-top: 2em;
margin-bottom: 2em;
padding: 0.3em;
background: #33332f;
border: 0.4em solid #3e3e3a; }
.custom #page { background: #fff; }

/* REMOVE SIDEBARS */
#sidebars { border-color:#fff; }
#sidebar_1 { border-color:#fff; }

/* YELLOW HIGHLIGHT */
.highlight { background: #fffc96 !important; }


.custom #page {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

#header {
border: none;
margin-bottom: -60px;
}

.custom #content h1 {
color: #ff0000;
text-align: center;
font-size: 34pt;
font-weight: normal;
font-style: italic;
font-family: Georgia, Times New Roman, Times, serif;
}

.custom #content h2 {
color: #a20904;
text-align: center;
font-size: 32pt;
font-weight: bold;
font-style: italic;
font-family: Georgia, Times New Roman, Times, serif;
}

.custom #content h3 {
color: #a20904;
text-align: left;
font-size: 14pt;
font-weight: normal;
font-style: italic;
font-family: Arial; Georgia, Times New Roman, Times, serif;
}

.custom #content h4 {
color: #000066;
text-align: left;
font-size: 12pt;
font-weight: bold;
font-family: Arial; Georgia, Times New Roman, Times, serif;
}

.custom #content h5 {
color: #a20904;
text-align: left;
font-size: 14pt;
font-weight: bold;
font-style: italic;
font-family: Arial; Georgia, Times New Roman, Times, serif;
}

.custom #content h6 {
text-align: left;
font-size: 14pt;
font-style: italic;
font-weight: bold;
font-family: Arial; Georgia, Times New Roman, Times, serif;
}

.highlight {
background: #FFFF33;
color: #000000;
font-size: 14pt;
font-style: normal;
font-weight: bold;
font-family: Arial, Georgia, Times New Roman, Times, serif;
}

.box-blue {
margin-left: 1em;
margin-right: 1em;
margin-bottom: 2em;
margin-top: 2em;
padding: 20px 5px 0px 5px;
color: #000000;
border: dashed 5px #cbe3f3;
background-color: #dbeaf0;
}

.box-yellow {
margin-left: 1em;
margin-right: 1em;
margin-bottom: 2em;
margin-top: 2em;
padding: 15px 10px 15px 10px;
color: #000000;
border: dashed 5px #FFFF66;
background-color: #FFFF99;
}