/* print media stylings */

/*** good idea; no current support...
@page
{
  margin: 0.5in 1in 0.5in 1in;
}***/

body
{
  background-color: white !important;
  background-image: none !important;
  font-size: 10pt;
  font-family: georgia, times, "times new roman", serif;
  padding: 0;
  margin: 0;
  text-align: justify;
}

div#wrap
{
  padding: 0;
  margin: 0;
}

#container
{
  width: 100%;
  background-color: white !important;
}
#page_content
{
  position: relative;
  top: 0;
  left: 0;
}

#content
{
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background-color: white;
}

#content ul.note
{
  list-style: none;
  font-size: 85%;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#content ul.note li
{
  padding: 0;
  margin: 0;
  height: auto;
}

#content ul {
  list-style:none;
  line-height: 115%;
  overflow: hidden;
}

#content_first
{
  float: left;
  overflow: hidden;
  background-color: white !important;
}

#content_second
{
  float: right;
  overflow: hidden;
  background-color: white !important;
}

div#content li
{
  list-style:none;
  line-height: 150%;
  padding: 0.5em;
}

#masthead a img
{ 
  height: auto;
  width: 33%;
  right: 0;
  background-color: white !important;
}
#masthead #identity p
{
  margin: 0em;
  padding: 0em;
  background-color: white !important;
}

#footer, #sidebar, #form, form#interest, #month
{
  display: none;
}

input[type="checkbox"]
{
  display: none;
}

#content table.calendar
{
  font-size: 9pt;
}
