body
{
  color:                #000000;
  margin:               0px;
  width: 100%;
  background-image: url(/images/art/gradient-brown.gif);
  background-repeat: repeat-x;
  background-color: #D5E7F3;
  font-family:     Tahoma,Arial,Helvetica,sans-serif;
  font-size:       9pt;
  line-height:     12pt;
  font-style:      normal;
  font-weight:     normal;
  font-variant:    normal;
}

div#centered_content
{
   background: white;
   padding: 10px;
   width: 785px;
   position: relative;
}

h1, h2
{
  font-size:  20px;
}

.book .titlepage h1.title
{
  font-size:  25px;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  text-align: center;
  clear: both;
  font-family: Georgia,Times,serif;
  background-color: #cccccc;
}

.preface p
{
  margin-top: 0px;
}

.chapter,
.chapter p,
.chapter td,
.chapter th
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  line-height: 16pt !important;
}

.chapter p
{
  padding-bottom: 8px;
  margin-top: 5px;
}

/* float sidebars in content */
.sidebar
{
  float: right;
  display: inline;
}

.sidebar.actblurb
{
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.assessmentbutton,
.cnaassessmentbutton
{
  text-align: center;
}

a.ExternalTextLink
{ 
   padding-right: 11px;
   background: transparent url(/images/art/icon_external.png) no-repeat center right;
}

div.SideInfo
{
   width: 250px;
   float: right;
   padding: 10px;
   margin-left: 10px;
   margin-bottom: 10px;
   
   background-image: url(/images/art/gradient-brown-h.gif);
   background-repeat: repeat-y;
   
   font-size: 9pt;
   line-height: 12pt;
}

div.Separator
{
  margin-top: 15px;
  margin-bottom: 10px;
  width: 80%;
  clear: both;
  font-size: 1pt;
  line-height: 1pt;
  border-top: 1px dotted #b7b7b7;
  margin-left: auto;
  margin-right: auto;
}

.uppercase
{
  text-transform: uppercase;
}

/*provide rules on what to print */
@media print {
  p.pdf,
  div.SideInfo,
  img.pdf,
  div#second_toc
  {
	display: none;
  }
  
  body
  {
    margin: 0;
  }
}

