@charset "UTF-8";
/* CSS Document */
/* ----------------- HTML Elements --------------------- */ 
body { margin:0; padding:0; font:100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#000; background:#FFFFFF; background-image:none; text-align:left; }
form { text-align:center; } 

/* ----------------- Structural IDs ---------------------- */
/* ------------------ Whole Page ------------------------- */
 #pagewrap { margin:0; padding:0; } /*{ 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 { float:left; } 
#leftCol-top { margin:0.5em; padding:0; background:none; /*width:292px; height:292px; background:#e3d7b0 url(images/title.gif) no-repeat 10px 20px;*/ border-bottom:0; } 
#leftCol-top h1 { margin:0.5em 0 0; padding:0.5em 0 0; font-size:120%; color:#026cb6; }

#leftCol-btm { margin:0.5em; padding:10px 0 0; font-size:100%; background:none; /*width:292px; min-height:400px;*/ text-align:left;  /*background: url(images/navBKG-3.jpg) no-repeat 0px 0px;*/ }
#leftCol-btm p { margin:0; padding:0; line-height:120%; } 
#leftCol-btm a { margin:0; padding:0; padding-left:20px;  }
#leftCol-btm a:link, #leftCol-btm a:visited { text-decoration:underline; color:#4e3603; border-left: 4px solid #4e3603; background:none; /*background:url(images/navBullet-off.gif) no-repeat 0 8px;*/ }
#leftCol-btm a:hover, #leftCol-btm a:focus { text-decoration:none; color:#026cb6; border-left:0; background:none; /*background:url(images/navBullet-on.gif) no-repeat 0 8px; */ }

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

#content { margin:0; /*margin-bottom:-20px;*/  padding:10px; background:none; /*17px 100px 20px 20px; min-height:636px; background:#ebecf1 url(images/bigContentBKG-3.jpg) no-repeat right top;*/ }
#content h2 { margin:.75em 0 .25em; padding:0; } 
#content p { margin:0; padding-bottom: 15px; line-height:110%; } 
#content ul { margin:5px 15px 15px; list-style-image:url(images/bulletSq.gif); } 
#content ul.nobullets { margin-left:0; padding-left:0; list-style0:none; } 
#content li { padding-left:10px; line-height:150%;  }
#content li.tight { line-height:100%; }  

#content a { padding:0 2px; 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 Styles -----------------------------*/
#printMhead { display:none; } 
#printFooter { display:none; } 

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