body {
    background	: white;
    color	: black;
    font-family	: Verdana, Arial, Helvetica, sans-serif;
    font-size	: 9pt;
    margin	: 0px;
    padding	: 0px;
}

h1 {
    font-size	: 1.5em;
    font-weight	: bold;
    text-align	: center;
    margin      : 15px 0px 2px 0px;
}

h2 {
    font-size	: 1.25em;
    margin          : 15px 0px 2px 0px;
    padding-bottom  : 2px;
}

p.skip {
    display		: none;
}

img {
    border		: 0px;
    vertical-align	: center;
}

a img {
    text-decoration : none;
}

code {
    font-family	: courier, monospace;
}

#topbox {
    height		: 80px;
    background	: url(/images/blue.png) #168;
    color		: white;
    font-size	: 1.5em;
    font-weight	: bold;
}

#topbox a {
    color		: white;
    text-decoration	: none;
}

#corner {
    position	: absolute;
    top		: 0px;
    left		: 0px;
}

#rightcurve {
    position	: absolute;
    top		: 0px;
    right		: 0px;
}

#leftmenu {
    width		: 100px;
    position	: absolute;
    top		: 80px;
    bottom		: 48px;
    background	: url(/images/blue.png) #168;
}

#mainmenu {
    list-style-type	: none;
    padding		: 0px;
    margin		: 0px;
}

#mainmenu li a {
    display		: block;
    color		: white;
    text-decoration : none;
    border		: 1px solid transparent;
    margin		: 1px;
    font-family	: Verdana, Arial, Helvetica, sans-serif;
    font-size	: 0.8em;
}

#mainmenu li a:hover {
    display		: block;
    color		: white;
    text-decoration : none;
    font-weight	: bold;
    border		: 1px solid white;
    margin		: 1px;
    background	: #38a;
    font-family	: Verdana, Arial, Helvetica, sans-serif;
    font-size	: 0.8em;
}

#body {
    position	: absolute;
    top		: 80px;
    bottom		: 48px;
    left		: 100px;
    right		: 0px;
    padding		: 4px;
    background	: url(/images/bodycurve.png);
    background-repeat: no-repeat;
    overflow	: auto;
}

#bottombox {
    height		: 48px;
    font-size	: 0.7em;
    color		: grey;
    position	: absolute;
    bottom		: 0px;
    text-align	: center;
    width		: 100%;
    background	: url(/images/bottom.png);
    background-repeat: no-repeat;
}

#bottombox a {
    color		: grey;
}

#validatorlink {
    position	: absolute;
    left		: 0px;
    bottom		: 0px;
}

a {
    color		: #168;
}

a:visited {
    color		: #f80;
}

#googleads_menu {
    position	: absolute;
    bottom		: 0px;
    width		: 100px;
}
