﻿body 
{
  background-color:#F8EECB;
  font-size:70%;
  font-family:Verdana, Arial, Helvetica, Sans-Serif;
  line-height:16px;
  width:775px;
}

/*headers*/
h1 {
   color:#849240;
   font-family:Georgia,"Times New Roman",Times,serif;
   font-size  :16px;
}
h1 + p { margin-top:0px; }
h2 {
   color:#F89408;
   font-size:11px;
   font-weight:bold;
   margin:0;
}
h2 + p { margin-top:0px; }
h3 
{
   color:#849241;
   font-size:11px;
   font-weight:bold;
   margin:0;  
}
h3 + p { margin-top:0px; }
h4 
{
   color:#C43E00;
   font-size:11px;
   font-weight:bold;
   margin:0;
}

/*links*/
a:link 
{
   color:#020092;
}
a:visited 
{
   color:#5B5FB8;
}
a:hover 
{
   color:#020092;
   text-decoration:none;
}

/* Table Properties */
.t  
{
    width:100%; 
    padding:0px; 
    border-top:1px #B7BF8E solid; 
    border-left:1px #B7BF8E solid; 
    border-right:0px; 
    border-bottom:0px; }
.t th  
{
    background-color:#D1E0A6;
    color:#7F8E39;
    text-align:left;
    vertical-align:middle;
    padding:7px; 
    font-weight:bold; 
    border-top:0px; 
    border-left:0px; 
    border-right:1px #B7BF8E solid; 
    border-bottom:1px #B7BF8E solid; 
}
.t td  
{
    border-top:0px; 
    border-left:0px; 
    border-right:1px #B7BF8E solid; 
    border-bottom:1px #B7BF8E solid; 
    padding:4px;
    vertical-align:top;
}
.t .t_row_b { background: #EBEBCA; }


/* lists */
ul 
{
    list-style:none;
    margin:0px;
    padding:0px;
}
ul li 
{
   background-image:url("/images/bullet.gif");
   background-position:-4pt 0;
   background-repeat:no-repeat;
   padding-left:1.2em;
}

/* FAQs */
ul.faq 
{
    margin-left:13px;
}
li.question
{
    background-image:url("/images/bullet_faq_q.gif");
    background-position:0 0.3em;
    padding-left:1.3em;
}
li.answer
{
    background-image:url("/images/bullet_faq_a.gif");
    background-position:0 0.3em;
    padding-left:1.3em;
}

/* Top Header Area */
#topHeader{ background-color:#000099; color:#FFFFFF; width:765px; min-height:55px; padding:5px; }
#topHeader a { text-decoration:none; color:#FFFFFF; }
#topHeader img { border:none; float:left; }
#topNav{ float:right; margin-bottom:12px; }
#topSearch{ float:right; clear:right; }

/* breadcrumbs */
#bCrumbNav 
{
    font-size:10px;
}

#mainNav { }

/* content styles */
.jumpto 
{
   border-bottom:1px solid #FCD39B;
   border-top:1px solid #FCD39B;
   padding:8px 5px;
   margin:10px 0px;
}
.jumpto a 
{
   color:#020092;
   font-weight:normal;
}

.call_out 
{
   border-bottom:1px solid #FCD39B;
   border-top:1px solid #FCD39B;
   padding:8px 5px;
   margin:10px 0px;
}
.call_out_header 
{
   color:#849241;
   font-size:11px;
   font-weight:bold;
   margin:0;  
}
.return_top 
{
   margin:12px 0px 18px 0px; 
}


/* panels */
.sidePanel 
{
    vertical-align:top;
}
#centerPanel 
{
    width:405px;
    padding-left:10px;
    padding-right:10px;
    vertical-align:top;
}
#iconPanel 
{
    margin-top:5px;
}
.cta_panel 
{
  margin-top:5px;
  margin-bottom:7px;
  width:167px;  
  float:left;
}
.cta_panel .inner 
{
  padding:5px;
  margin-bottom:7px;
}
.cta_panel li 
{
    line-height:13px;
    margin-bottom:5px;
    margin-left:4px;
}
.cta_panel h2 
{
    font:bold 11px Georgia,"Times New Roman",Times,serif;
}

/* **blue panel** */
.cta_blue { background:url("/images/bg_cta_blue_bottom.gif") no-repeat scroll center bottom #B1DCD4; }
.cta_blue .inner { background:url("/images/bg_cta_blue_top.gif") no-repeat scroll center top #B1DCD4; }
.cta_blue h2 { color:#C43E00; }
.cta_blue li { background-image:url("/images/bullet_blue.gif"); }

/* **green panel** */
.cta_green { background:url("/images/bg_cta_green_bottom.gif") no-repeat scroll center bottom #7F8E39; }
.cta_green .inner 
{
    background:url("/images/bg_cta_green_top.gif") no-repeat scroll center top #7F8E39;
    color:#FFFFFF;
}
.cta_green h2 { color:#FEFDFB; }
.cta_green a:link, .cta_green a:visited, .cta_green a:hover, .cta_green a:active { color:#B1DCD4; }
.cta_green li { background-image:url("/images/bullet_green.gif"); }

/* **brown panel** */
.cta_brown { background:url("/images/bg_cta_brown_bottom.gif") no-repeat scroll center bottom #A36915; }
.cta_brown .inner 
{
    background:url("/images/bg_cta_brown_top.gif") no-repeat scroll center top #A36915;
    color:#FFFFFF;
}
.cta_brown h2 { color:#FEFDFB; }
.cta_brown a:link, .cta_brown a:visited, .cta_brown a:hover, .cta_brown a:active { color:#FFFFFF; }
.cta_brown li { background-image:url("/images/bullet_brown.gif"); }

/* **light green tan panel** */
.cta_tan { background:url("/images/bg_cta_tan_bottom.gif") no-repeat scroll center bottom #D8E0AA; }
.cta_tan .inner { background:url("/images/bg_cta_tan_top.gif") no-repeat scroll center top #D8E0AA; }
.cta_tan h2 { color:#C43E00; }
.cta_tan li  { background-image:url("/images/bullet_lgreen.gif"); }

/* Footer Area */
#lastUpdated
{
  background:none repeat scroll 0 0 #B7CE74;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
  line-height:16px;
  text-align  :center;
  margin-top:12px;
}

#bottomNav
{
    text-align:center;
    margin-top:16px;
    font-size:10px;
}

#copyright
{
    text-align:center;
    margin-top:5px;
    font-size:10px;
    line-height:13px;
}
#copyright a, 
#copyright a:hover, 
#copyright a:visited, 
#copyright a:active
{
    color:#7F8E39;
}

