body {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 10pt;
    background-color: #3399ff;
    overflow-y: hidden;
}

.vert_centered_block {
    position:absolute; top:50%; left: 50%; margin-left: -424px; height:334px; margin-top:-167px; /* negative half of the height */
}

* html .vert_centered_block {
    position:absolute; top:50%; left: 5%; margin-left: 0px; height:334px; margin-top:-167px; /* negative half of the height */
}

.logo_menu {
    width: 520px;
    float: left;
    display: inline;
}

.special {
    float: right;
    position: relative;
    top: 50%;
    height: 203px;
    width: 298px;
    margin-top: -102px;
    padding-left: 30px;
}

* html .special {
    margin-left: -420px;
}

.footer {
    background-color: #3399ff;
    color: #ffffff;
    text-align: right;
    position: absolute;
    bottom: 3px;
    height: 29px;
    right: 0px;
    width: 100%;
}

img {
    border: 0px;
}

.vert_centered_block img {
    display: block;
}

img.special_img {
    display: block;
}

/* all internal pages */
.side {
    width: 152px;
    margin-left: 98px;
    background-color: #3399ff;
    position: absolute;
    top: 0;
    bottom: 0; 
    left: 0;
    height: 100%;
    overflow: hidden;
}

.right {
    left: 250px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0px;
    right: 0px;
    bottom: 32px;
    background-color: #f6f6f6;
}

h1 {
    background-color: #3399ff;
    color: #ffffff;
    width: 100%;
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding-top: 15px;
}

.right p {
    padding-left: 18px;
    padding-right: 5px;
}

h2 {
    font-size: 10pt;
    padding-left: 3px;
}

.plan_list {
    float: left;
    padding-right: 10px;
}

pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}
