body {
    font-size: 11pt;
    background: #f0f0f4;
    font-family: Verdana, Arial, sans-serif;
    margin:0;
    padding:0;
}
h1 {
    width:740px;
    margin: 24px auto 0 auto;
    font-size: 24pt;
    color: #248;
}
h2 {
    font-size: 14pt;
    color: #248;
    clear:both;
    margin-bottom: 0px;
}
div#header {
    margin-bottom: 12px;
}

div#content {
    width:740px;
    margin: 0 auto 0 auto;
}
#content h2 {
    margin-top:12px;
}

dt {
    font-weight:bold;
    margin-top: 10px;
}
dd {
    margin-top: 4px;
    margin-left:0;
}

div#container {
    background: #bdf;
    clear:both;
    padding-top: 12px;
}
div#container h2 {
    margin:0;
    border-bottom:none;
}
div#container2 {
    width:740px;
    margin: 0 auto 0 auto;
}

div.bigtext {
    width:740px;
    margin: 12px auto 0 auto;
    padding: 6px;
}
div.bigtext p {
}

div.bigtext2 {
    font-size: 17pt;
}

div.bigtext2 p {
    margin: 0;
}

div.column {
    float:left;
    width:350px;
    margin-right:20px;
}
.right {
    clear:right;
}
a {
    color: #246;
}
img {
    border:none;
}
.anchor {
    clear:both;
}
div#footer {
    width:740px;
    margin: 0 auto 0 auto;
    font-size:9pt;
}

label {
    display:block;
    font-weight:bold;
}

#logo p {
    margin-right: 32px;
    text-align:right;
}
