td

{font-size:13;
color:black;
}

a:link
{color:blue;
text-decoration:none;
}
a:hover

{color:red;
text-decoration:none;
}

a:visited
{color:blue;
text-decoration:none;
}

h1
{font-size:24;
text-decoration:bold;
text-align:left;
}

h2
{font-size:16;
text-decoration:bold;
text-align:center;
}

h3
{font-size:14;
text-decoration:bold;
text-align:left;
}



body {
    margin:9px 9px 0 9px;
    padding:0;
    background:#6987ad;
}

#level0 { background:#CCC; width=100%;
}

#level1 {
    margin-left:170px;
    padding-left:9px;
    background:#FFF;
}

#level2 {
background:#ccc
	position:relative;
width=inherit;
}
#rgtBar { 
position:absolute; 
width:9em; top:0; right:0;

}

 #rgtBar h3 { # Subheads for right nav bar, (newsletter, experts...)
 margin:0;
 padding:3px;
 background:#FC0; 
font-weight:bold;
 font-size:1em;
 text-align:center; 
}
#main {
    background:#FFF;
    margin-right:10em;
    padding-right:9px;

}
#main h1 { # Where our main section headers go
 margin:0;
 padding-left:.3em;
 font:1.25em Verdana,Helvetica,Arial;
 color:#609;
 background:#FC0;
 }
 #main dt { # Bump up the main content links
 font-weight:bold; font-size:120%;
 margin-top:.8em
 }



#topBar { background:#6987ad;
    margin-left:0px;
    padding-left:0px;
 }

 #advBar { background:#a0a4d3; } 
#LoginBox
{
 float:right; width:175px; background:#a0a4d3;
position:relative;
} 
#lftBar {
    position:absolute;
    width:143px;
    top:200px;
    left:9px;
}

