/* CSS Document */

@import url(screen.css);

body {
background:#fff;
padding:0;
margin:0;
width:100%;
font:78% Verdana, Arial, Helvetica, sans-serif;
line-height:150%;
color:#000
}

h1 {
font-size:1.4em;
color:#428;
line-height:150%
}

h2 {
font-size:1.2em;
color:#28a;
line-height:150%
}

ul {
list-style-image:url(../images/bullet.gif);
line-height:150%
}

#navbar, #subnav, .breadcrumb, #logo {
display:none
}

#content {
font-size:0.9em;
position:absolute;
left:0;
top:150px;
padding:0 20px 20px 0
}

a {
color:#428;
font-weight:bold;
text-decoration:none
}

a:hover {
text-decoration:underline
}

#content img {
float:left;
margin:.5em 1em .5em 0
}