/* Based on an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com */
/* Modified for print media by Fred-Reiner Rapp. */

/**************** Body and tag styles ****************/

body{
font:90% Verdana,Tahoma,Arial,sans-serif;
}

a{
font-weight:bold; text-decoration:none;
}

/**************** Header and navigation styles ****************/

#header{
display:none;
}

#header h1{
margin:12px 0 4px 0; font-size:1.4em;
}

#header h2{
margin:2px 0 4px 0; font-size:1.0em;
}

#navigation{
display:none;
}

/**************** Content styles ****************/

#content{
margin:20px 20px 20px 20px; 
}

#subcontent{
margin:40px 20px 20px 20px; 
}

#subcontent h2{
display:none;
}

#subcontent .menublock{
display:none;
}

/**************** Footer styles ****************/

#footer{
margin:40px 20px 20px 20px; 
font-size:0.8em;
}

/**************** Misc classes and styles ****************/

.indented{
margin:0 0 0 40px;
}

.hide{display:none;}
.important{font-weight:bold;}
