body, div, span {
    margin: 0;
    padding: 0;
    font-family: Arial;
    color: #231F20;
    font-size: 12px;
}

a {
    color: #231F20;
}

hr {
    color: #0F70B8;
}

li {
    list-style-image: url(/Style/bullet.png);
}

#page {
    width: 1023px;
    margin-left: 2px;
}

#header {
    background: url(/Style/header.png);
    height: 265px;
}

#footer {
    background: url(/Style/footer.png);
    height: 38px;
    margin-bottom: 2px;
    margin-top: 20px;
}

#footer p {
    color: White;
    padding: 8px;
}

#content {
    padding: 0 20px;
}

.menu, 
#ctl00_Menu1 {
    top: 236px;
    left: 456px;
    position: absolute;
}

.menu td td, 
#ctl00_Menu1 span {
    padding-right: 18px;
}

.menu a, 
#ctl00_Menu1 a {
    font-size: 1.5em; /*18px*/
    color: #414042;
}

.dynMenu {
    padding: 6px 0 0 0 ! important;
    background-color: Transparent ! important;
    border-bottom: solid 1px #414042;
    height: auto ! important;
}

.dynMenuItem {
    background-color: white;
    border-top: solid 1px #414042;
    border-left: solid 1px #414042;
    border-right: solid 1px #414042;
    padding: 3px;
}

.dynMenu a {
    color: #414042;
}

h1 {
    font-size: 2.75em; /*33px;*/
    color: #414042;
    text-align: right;
    border-bottom: groove 2px #0F70B8;
    padding-bottom: 6px;
}