 #right_col{
  background-image:url(images/sub_main_vmi.jpg);
  background-repeat:no-repeat;
 } 
 #vmi_links{
  width:236px;
  margin:0px;
  background-image:url(images/vmi_sub_bg.jpg);
  background-repeat:no-repeat;
  min-height:200px; 
  position:relative;
  top:155px;
  left:25px;
 }
 #vmi_links .header{
   margin-bottom:0px;
   font-weight:normal;
 }
 .link_desc { color:#777777; font-size:13px; }
 .vmi_link{
   padding-left:10px;
   padding-right:20px;
   padding-top:11px;
   padding-bottom:11px;
   width:206px;
 }
 .vmi_selected{
   border-top:1px solid #6fa8dd;
   border-bottom:1px solid #6fa8dd;
   background-image:url(images/vmi_linkbg.gif);
   background-repeat:no-repeat;
   background-color:#FFFFFF;
   background-position:right;
   padding-top:10px;
   padding-bottom:10px;
   padding-left:10px;
   padding-right:20px;
   width:206px;

 }
 .vmi_rollover{
   background-color:#cce0f9;
   padding-top:11px;
   padding-bottom:11px;
   padding-left:10px;
   padding-right:20px;
   width:206px;
 }

 
 a { text-decoration:none; color:#55769f; }
 a:hover { text-decoration:underline;}
 
 .q {
  font-size:16px;
  font-weight:bold;
  color:#b25858;
  margin-left:-20px;
 }
 .question{
  font-style:italic;
  color:#8a8a8a;
 }
 .answer{
  font-size:16px;
  font-weight:bold;
  color:#70b389;
  margin-left:-20px;
 }