body
{
    width: 100%;
    height: 100%;
}

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

div.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #b0e0e6;
}

.buttonbox {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: white;
}

div.subTitle
{
    background: #0B610B;
    height: 35px;
    width: 100%; 
    padding: 10px 10px;
    color: white;
    text-align: center;
    font-family: Verdana;
    font-size: 13px;
}


div.Mytitlebar
{
    background: #0B610B;
    height: 65px;
    width: 100%; 
    padding: 20px 20px;
    color: white;
    text-align: center;
    font-family: Verdana;
    font-size: 20px;
}

div.content
{
    background: white;
    font-family: Verdana;
    font-size: 12px;
}

div.settings
{
    float: right;
    height: 5px;
}

.logo
{
    float: left;
    height: 40px;
}

img.settings
{
    float: right;
    height: 25px;
}

img.mainmenu
{
    height: 35px;
    width: 35px;
}

div.copyright
{
    background: #0B610B;
    height: 65px;
    width: 100%; 
    padding: 20px 20px;
    color: white;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
}

ul.egmenu {  
    background: #0B610B; 
    height: 50px;
    width: 100%; 
    padding: 10px 10px;
    text-align: center;
    font-family: Verdana;
    font-size: 18px;
}

ul.egmenu > li { 
    float: left; 
    position: relative;  
}

ul.egmenu ul {
    background: #088A08; 
    display: none; 
    position: absolute;
    left: 0; top: 100%;
    text-align: center;
}

ul.egmenu a { 
    cursor: pointer; 
    display: block; 
    color: white; 
    line-height: 30px; 
    padding: 0 10px;
    text-decoration: none;
}

ul.egmenu li { list-style: none; text-decoration: none; }

ul.egmenu li:hover { background: #088A08;  }
ul.egmenu li:hover ul { display: block;  }

table.formTable td
{
    padding: 5px 5px 5px 5px;
}

@media all and (max-width: 480px) {
    ul.egmenu {  height: auto; }
    ul.egmenu > li {  float: none; width: 100%; }
    ul.egmenu a { line-height: 60px; }
    ul.egmenu ul { position: relative; }
}