/*
$Id$

Copyright 2001, 2005 atmedia.net, except as noted below

Credits:
This style is loosely based on haran's Prosimii style available from available from http://www.amherst.edu/~jzhu/ and http://www.oswd.org/design/1773/prosimii/.
Some changes, accessibility features, were insipred by the style used on the IBM Intranet.
*/

@import url("screen.css");

@charset "utf-8";

#browser-warning	{display: none;}

/* CaioHack: NetscapeBlocks modern browsers */
/*/*/ /*/ 

html, body {
  background: #fff;
  margin: 0;
  padding: 0 0 50px 0;
}

html, body, p {
  color: #000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
a img {
  border: 0 solid #f00;
}

#content-main h1,
#content-main h2,
#content-main h3 {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

.print-only, .access, .skip {
   display: none;
}

/* copied from ibm style 
#content-main,
#left-content-main,
#center-content-main,
#right-content-main,
#navigation,
#persistent-nav,
#personalization-links,
#header-search,
#tabs,
#site-title-user,
#site-sub-title,
#edit-layout,
.access	{display:none;}
*/