﻿body
{
    background-color: Gray;
}

div.mainContent
{
    display:block;
    width: 732px;
    margin-left: 10px;
    border: solid 2px black;
    background-color: White;
}



div.headerBox
{
    background-color: navajowhite;
    display: block;
    border-bottom: solid 2px black;
    border-top: solid 2px navajowhite;
}

div.footerBox
{
    background-color: navajowhite;
    display: block;
    margin-top: 30px;
    border-top: solid 2px black;
    border-bottom: solid 2px navajowhite;
}

div.headerFooterContent
{
    display: block;
    margin-left: 100px;
    width: 530px;
    text-align: justify;
}

h2
{
    border-bottom: solid 1px black;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
}

div.tutorialText
{
    margin-left: 10px;
    display: block;
    width: 500px;
    text-align:justify;
    margin-top: 15px;
}


div.mpar
{
    display: block;
    width: 180px;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    border-color: SteelBlue;    
    background-color: whitesmoke;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    padding: 0px 4px 0px 4px;

}

br
{
    clear: right;
    margin-right: 0px;
}

div.answer {
    display: block;
    float: right;
    clear: right;
    width: 239px;
    min-height: 68px;
    border-color: gray;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: whitesmoke;
    padding: 0px 2px 0px 2px;
    margin-right: 220px;
    margin-top: 1px;
}

.entrybox {
    width: 245px;
    height: 70px;
    margin-left: 10px;
}

.entryboxMedium
{
    width: 245px;
    height: 115px;
    margin-left: 10px;
}

.entryboxLarge
{
    width: 245px;
    height: 272px;
    margin-left: 10px;
}