body {
	/* background-color: #89adcd; */
	/* background-color: rgb(193,205,225); */
	/* background-color: #00305E; /* 848 */
	/* background-color: #511E26; /* 504 */
	/* background-color: #512826; /* 497 */
	/* background-color: #30383A; /* 433 */
	 background-color: #002D47; /* 296 */
	/* background-color: #6D3011; /* 168 */
	/* background-color: #260F54; /* 275 */
	color: #FFFFFF;
}

img { border: none; }
a { color: #C4D8E2; } /* 290 */
a:visited { color: #75B2DD; } /* 291 */
a:hover { background-color: #0051BA; } /* 293 */

#header {
        position: absolute;
        z-index: 10;
	margin: -13px -8px -13px -8px;
}

#footer {
        font-size:  10px;
        font-style: italic;
        text-align: center;
}

#navbar {
        position: absolute;
        z-index: 10;
        top: 210px;
        left: 0px;
        width: 140px;
        background-color: rgb(247,235,221);
        font-size: 10px;
        padding: 10px 0px 0px 7px;
        margin: 0;
	color: #000000;
        *top: 217px;*/
}

#navbar a { color: #002D47; } /* 296 */
#navbar a:visited { color: #0051BA; } /* 293 */
#navbar a:hover { background-color: #75B2DD; } /* 291 */

#main {
	position: absolute;
         z-index: 10;
	top: 220px;
	left: 160px;
	width: 640px;
	margin: 0px 0px 0px 0px;
}

table.pricing th {
    text-align: left;
    padding-left: 1cm;
}

table.pricing td.note {
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    font-style: italic;
}

table.pricing td {
    vertical-align: top;
}

