/* GENERAL
------------------------------------ */

body, #content, #container
{
  color:#000;
  font-family:serif;
  font-size:12pt;
  width: 100%;
  margin: 0;
  float: none;
  background: #fff url(none);
}

a { text-decoration:underline; color: #00c; }

h1 { font-size:16pt; }

h2 { font-size:14pt; }

h3,h4,h5 { font-size:12pt; font-weight:bold; }

h6  { font-size:12pt; font-style: italic; }



/* HEAD AND FOOT
------------------------------------ */

#print-header, #print-footer
{
  text-align:center;
  display:block;
  visibility:visible;
}

#footer, footer
{
  border-top:1px #000 solid;
  font-size:10pt;
  margin-top:1em;
  padding-top:1em;
  text-align:center;
}

/* CONTENT AREA
------------------------------------ */

#container
{
  border:0;
  margin-top:2em;
  padding:0;
}

#wrapper { width:6.5in; }

.photo-right
{
  border:1px solid #000;
  float:right;
  margin-left:10px;
  padding:10px;
  width:250px;
}

/* NON-DISPLAYED ITEMS
------------------------------------ */

#leftframe,
#header, header
.navtabs, nav
.viewall { display: none; }
