/* Background  */

body { 
background: #EDF7F3;
font-family: Arial;
font-size: 11px;
margin: 0px auto;
align: left; }

/* Links  */

a:link, a:visited, a:active { 
color: #EB9182; 
font-family: Arial;
text-decoration: none; 
text-transform: uppercase; }

a:hover { 
text-decoration: none; }

/* Layout  */

#layout { position: absolute; 
top: 0px; 
left: 0px; }

#main { 
position: absolute; 
top: 120px; 
left: 430px;
width: 500px; 
font: 11px Verdana; 
line-height: 18px;
color: #878787; 
text-align: justify;
padding: 10px; }

.nav {
border: 0px;
font-family: Verdana;
font-size: 9px;
margin: 0px auto;
padding: 0px;
line-height: 18px; 
text-align: center;
text-transform: lowercase;
}

.nav td {
background-color: #A4D5EF;
margin: 0px auto;
padding: 10px;
line-height: 18px; 
}

.nav a {
color: #FCDFA6;
font-family: Verdana;
font-size: 9px;
font-weight: bold;
}

.nav a:hover {
color: #EB9182;
}

I {
color: #FF774C;
}

.fineprint { font-size: 9px;
line-height:12px; }
