/* Global Styles
----------------------------------------------- */

html body {
   margin:0;
   background:#fff;
   color:#000;
   font:small Arial,Sans-serif;   
}
#left, #top_nav, .strapline, #related_docs, #footer {
   display:none;
}
a img {
   border:none;
}
a  {
   color:#000;
}
div.cms_content li {
   color:#000;
   font-size:1.2em;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.cms_content h1 {
   font-size:2.0em;
   font-weight:bold;
   text-align:left;
   padding:25px 0 15px 0;
   margin:0;
}
div.cms_content h2 {
   font-size:1.4em;
      font-weight:bold;
   margin:0 0 0.3em 0;
}
div.cms_content h3 {
   font-size:1.3em;
      font-weight:bold;
   margin:0 0 1em 0;
}
div.cms_content blockquote {
   font-size:1.4em;
   font-weight:bold;
   line-height:1.5em;
   margin:0 0 1.0em 0;
}
div.cms_content hr {
   border-color:#000;
   border-style:solid;
   border-width:1px 0 0 0;
   color:#fff;
   height:1px;
   margin:0 0 1em 0;
}
div.cms_content p {
   color:#000;
   font-size:1.2em;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   margin:0 0 1.5em 0;
   line-height:1.4em;
}
div.cms_content span.highlight {
   font-size:1.4em;
      font-weight:bold;
}
ol {
   padding:0 0 0 26px;
}
ol li {
   padding-bottom:1em;
}
ol li a {
   font-weight:normal;
   text-decoration:none;
}
ol li a:hover {
   text-decoration:underline;
}
ol.alpha {
   list-style-type:upper-alpha
}

#home_right h1 {
   font-size:2.3em;
   text-align:left;
   padding:15px 0 14px 0;
   margin:0;
}
#home_right p {
   font-size:1.7em;
   font-family:Arial, Helvetica, sans-serif;
   margin:0 0 1.3em 0;
   line-height:1.3em;
}



/* Inline Images
----------------------------------------------- */

div.cms_content img {
   margin:0 0 5px 0;
}
div.cms_content img.left {
   float:left;
   margin:0 15px 0 0;
}
div.cms_content img.right {
   float:right;
   margin:0 0 0 15px;
}

