@charset "UTF-8";
/* CSS Document */
/* ----------------- HTML Elements --------------------- */ 
body { margin:0; padding:0; font: 100% Georgia, "Times New Roman", Times, serif; color:#000000; text-align:left; }
form { text-align:center; } 

/* ----------------- Structural IDs ---------------------- */
/* ------------------ Whole Page ------------------------- */
/*#pagewrap { margin:2em; padding:0; min-width:800px; max-width:1200px; border:1px solid #4e3603; text-align:left; background:#fff url(images/leftCol-BKG2.gif) repeat-y 0px 0px; }*/
 
/* -------------------Left Column ------------------------ */
#leftCol { display:none; } 
#leftCol-top { display:none; } 
/*#leftCol-top h1 { font-size:1px; color:#e3d7b0; }*/

#leftCol-btm { display:none;  }
/* #leftCol-btm p { margin:0; padding:0; padding-right:25px; line-height:48px; } 
#leftCol-btm a { margin:0; padding:0 25px 0 0; text-decoration:none; }
#leftCol-btm a:link, #leftCol-btm a:visited { color:#4e3603; background:url(images/navBullet-off.gif) no-repeat right 8px; }
#leftCol-btm a:hover, #leftCol-btm a:focus { color:#026cb6; background: url(images/navBullet-on.gif) no-repeat right 8px; } */

/* -------------------- Main Content Column ----------------------- */
#contentCol { margin:0; padding:0; }
/*#contentTop { margin:0; padding:0; height:53px; background:url(images/topBKG-2.jpg) repeat-x right top; }*/

#content { margin:0; padding:0; }
#content h1, #content h2, #content h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
#content p { margin:0; padding-bottom: 15px; line-height:150%;  } 
#content ul { margin:5px 15px 15px; list-style-image:url(images/bulletSq.gif); } 
#content ul.nobullets { margin-left:0; padding-left:0; list-style:none; } 
#content li { padding-left:10px; line-height:150%;  }
#content li.tight { line-height:125%; }  

#content a { text-decoration:none; border-bottom:1px dashed #929191; font-weight:bold; }
/*#content a:link { color:#36629a; }
#content a:visited { color:#5a7dab; } 
#content a:hover, #content a:focus { text-decoration:none; background:#8e5326; color:#fff; } */

/* ------------------------ Footer --------------------------------- */
#footer { display:none; /* margin:0; padding:8px 15px; min-width:800px; max-width:1200px; height:28px; background-color:#4e3603; color:#fff; font-size:90%; clear:both; text-align:left; */ }
/*#footer p { margin:0; padding:0; } 

#footer a { margin:0; padding:0 0 0 40px; } 
#footer a:link, #footer a:visited { color:#fff; } 
#footer a:hover, #footer a:focus { color:#f2b9aa; text-decoration:none; }
#footer a.boxBKG { background:url(images/footerBlock.gif) no-repeat 14px 4px; } 

.footerLeft { padding:6px 15px; float:left; width:300px; }
.footerRight { padding:6px 15px; float:right; text-align:right; }
.footerRight ul { margin:0; padding:0; }
.footerRight li { margin:0; padding:0 15px; display:inline; border-left:#fff dotted 6px; }
.footerRight li.nobull { border:0; } */

/* ----------------------Print Footer -----------------------------*/
#printMhead {  } 
#printFooter { border-top:2px solid #000; } 

/* --------------------------- Classes ----------------------------*/
.btmSpc { padding-bottom:15px; } 
.emphasis { color:#d8252f; font-style:italic; } 
.hiddenH { left:-200em; position:absolute; } 
.imgRight { margin:10px; float:right; }
.smallText { font-size:80%; } 