/* created by Morten S Meyer May 2006 */

/* basic elements */
body {
background: #FFFFFF;
color: #000000;
margin: 0px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
p { 
margin-top: 0px;
margin-bottom: 20px;
}
h1  {
font-size: 200%;
padding-top: 2px; 
padding-bottom: 2px;
text-align: left;
line-height: 120%;
}
h2, h3, h4 {
font-size: 100%;
font-weight: bold;
color: #000000;
background-color: white;
line-height: 120%;
margin-bottom: 0px;
}
a:link, a:hover, a:active, a:visited { 
color: #000000;
text-decoration: underline;
background-color: white;  
}

/* specific divs */
#container {
width: 100%;
background-color: white;
}

#logo {display:none;}

#menu {display:none;}

#main {
width: 100%;
text-align: left;
}

#banners, div.banner3 {display:none;}



