/*defaults*/
body 	{ background: white; font-family: "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }


/*structural elements*/
#container	{  } 
#holder		{ } 
.hideme, .hideme *, #logo		{ display: none; } 
#navigation	{ display: none; } 
iframe, #header		{ display: none; } 
#content	{ float:left; }
#news		{ float:right; }
#whole		{ clear: both; }
.newsItem	{ padding:20px 20px 5px 20px; background:#eee; border:1px solid #ddd; font-size:90%; margin-bottom:20px; }
#footer		{ display: none;  }
#copyright	{ display: none;   }
