*{
    margin: 0px;
    padding: 0px;
}

#menuBarCell{
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#mainLayout{
    min-width: 900px;
    width: 85%;
    width:expression(document.body.clientWidth < 1058 ? "900px": "85%" );
    background-color: #EEE;
    text-align: center;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-spacing: 0px;
    border-left: solid 1px #888;
    border-right: solid 1px #888;
}

#MainInfoCell{
    width: 100%;
    padding: 0px 40px 20px 40px;
    background-color: #FFF;
    border-left: solid 1px #888;
    border-right: solid 1px #888;
    vertical-align: top;
}

body{
    background-image: url('../images/grass.jpg');
}

td{
/*	border-style: none;*/
    margin: 0px;
}

p{
    color: #000000;
    font-size: 15px;
    text-align: justify;
    text-indent: 20;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3{
    color: #388000;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

h4{
    text-decoration: underline;
}

table, ol, ul{
    text-align: left;
    margin-top: 20px;    
    margin-bottom: 30px;
}

table{
    border: #aaa solid 1px;
    border-spacing: 2px;
}

table td{
    border: #aaa solid 1px;
    padding: 5px;
    vertical-align: top;
}

ol, ul{
    padding: 5px;
}

dl{
    text-align: left;
    padding-bottom: 20px;
}

dt{
    font-weight: bold;
    text-decoration: underline;
    padding-top: 20px;
    padding-bottom: 3px;
}

dd{
    padding-left:30px;
}