body {
   font-family:Arial, Helvetica, sans-serif;
   margin:0px;
   padding:0px;
   background-color: white;
   color: #454545;
}

#myheader {
    width:900px;
    margin-top:20px;
    padding-left:20px;
    padding-top: 20px;
    padding-bottom:10px;
    margin-right:auto;
    margin-left: auto;
    border-top: 1px dotted gray;
    background-color:#FFFFBF;
    font-size: 16px;

}
#mypage {
    width:920px;
    min-height:450px;
    padding-left:0px;
    padding-top: 20px;
    padding-bottom:10px;
    margin-right:auto;
    margin-left: auto;
    border-top: 1px dotted gray;
    background-color: white; 
}
#mymenu {
    float: left;
    padding:0px;
    width:210px;
/*   border:1px solid black; */
}
#mycontent {
    margin-left:220px;
    width:675px;
/* border: 1px solid black; */
}
#myfooter {
    padding: 10px;
    width: 900px;
    background-color:#FFFFBF;
    margin-right:auto;
    margin-left: auto;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    font-size: 11px;
    text-align: center;
    color:#1e4e79;
}

h1 {
    font-size: 17px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #1e4e79;
   }
h2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #1e4e79;
}

a {
color: #2b6daa;
}

p, table {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
strong {
    font-weight:bold;
    color: #1e4e79;
}

ul, li {
    font-size: 14px;
    line-height: 21px;
}
