#container
{
  background: url('/images/interior_container_bg.jpg') left top repeat-y;
}

#content_left
{
  width: 200px;
}

#content_left_top
{
  width: 200px;
}

#content_left_mid
{
  width: 200px;
  height: 70px;
  background: url('/images/interior_left_mid.jpg') left top no-repeat;
}

#leftnav
{
}

#leftnav a
{
  display: block;
  padding: 5px 5px 5px 7px;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  color: #1550AC;
  outline: none;
}

#leftnav a.subsection
{
  padding: 5px 5px 5px 10px;
  font-weight: normal;
  text-decoration: none;
  border-left: 5px solid #EFF1EE;
}

#leftnav a.page
{
  padding: 5px 5px 5px 17px;
  font-weight: normal;
  text-decoration: none;
  border-left: 10px solid #EFF1EE;
}

#leftnav a:hover
{
  font-weight: normal;
  text-decoration: none;
  background-color: #F5FAFD;
}

#leftnav a.current,
#leftnav a.current:hover
{
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  color: #1550AC;
}

#content_right
{
  float: right;
  width: 775px;
  border: 0px;
}

#righttop
{
  display: block;
  width: 775px;
  height: 159px;
  overflow: hidden;
}

#rightmid
{
}

#main
{
  float: left;
  width: 480px;
  margin-left: 35px !important;
  margin-left: 15px;
}

#mainright
{
  float: right;
  width: 200px;
  margin-right: 15px !important;
  margin-right: 7px;
  padding-top: 15px;
}

/* BEGIN Module Styles */

#article_tools
{
  margin-bottom: 15px;
}

#article_tools fieldset
{
  margin: 0px auto;
  padding: 5px 10px 10px 10px;
  border: 1px solid #E8E6D7;
}

#article_tools legend
{
  color: #4079B0;
}

#article_tools a
{
  display: block;
  margin: 0px 0px 5px 13px;
  color: #1550AC;
  text-decoration: underline;
  cursor: pointer;
}

#article_tools a.printicon
{
  padding: 5px 5px 5px 30px;
  background: url('/images/tools_printme.gif') left center no-repeat;
}

#article_tools a.decreaseicon
{
  padding: 5px 5px 5px 30px;
  background: url('/images/tools_decrease_font.gif') left center no-repeat;
}

#article_tools a.increaseicon
{
  padding: 5px 5px 5px 30px;
  background: url('/images/tools_increase_font.gif') left center no-repeat;
}

#article_tools a:hover, #article_tools a.fakelink:hover
{
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}

div.rightbox
{
  margin-bottom: 15px;
}

div.rightbox h1
{
  margin-bottom: 3px;
  padding: 5px;
  font-size: 18px;
  border: 1px solid #D0DCE3;
  background-color: #FFF59C;
}

div.rightbox div.rightbox_inner
{
  padding: 10px;
  border: 1px solid #D0DCE3;
  background-color: #E3F3FF;
}

div.rightbox div.rightbox_inner p
{
  margin: 0px 0px 8px 0px;
  padding: 0px;
  color:#004990;
}

div.rightbox div.rightbox_inner ul
{
  color:#004990;
  margin-left:3px;
  padding-left:15px;
  margin-top:5px;
}

/* END Module Styles */