<!DOCTYPE HTML>
<HTML lang="en">
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<META HTTP-EQUIV="Expires" CONTENT="-1" />
<META Name="description" Content="Order FREE publications from GPO at Pueblo.gpo.gov">
<META Name="keywords" Content="Government Publishing Office">
<TITLE>Pueblo.GPO.gov Main Page</TITLE>
<script type="text/javascript">
var rowVisible = true;
function toggleRows(tbl) {
var tblRows = tbl.rows;
for (i = 0; i < tblRows.length; i++) {
if (tblRows[i].className == "DetailRow") {
tblRows[i].style.display = (rowVisible) ? "none" : "";
}
}
rowVisible = !rowVisible;
}
</script>
<script type="text/javascript">
function toggleRow(rowID) {
var theRow = document.getElementById('row'+rowID);
var tagIcon = document.getElementById('icon'+rowID);
var rowVisible;
rowVisible = theRow.style.display;
if (rowVisible == 0) {
theRow.style.display = "none";
tagIcon.innerHTML = "<img src='./images/Icon_Plus.png' alt='Expand icon' width='14' height='14' />";
} else {
theRow.style.display = "";
tagIcon.innerHTML = "<img src='./images/Icon_Minus.png' alt='Collapse icon' width='14' height='14' />";
}
}
</script>
<script type="text/javascript">
function collapseAll(rowID) {
var row = 0;
var theRow;
var tagIcon;
var rowVisible;
while (document.getElementById(rowID+row)) {
theRow = document.getElementById(rowID+row);
rowVisible = theRow.style.display;
if (rowVisible == 0) {
theRow.style.display = "none";
tagIcon = document.getElementById('icon'+row);
tagIcon.innerHTML = "<img src='./images/Icon_Plus.png' alt='Expand icon' width='14' height='14' />";
}
row++;
}
}
</script>
<script type="text/javascript">
function expandAll(rowID) {
var row = 0;
var theRow;
var tagIcon;
var rowVisible;
while (document.getElementById(rowID+row)) {
theRow = document.getElementById(rowID+row);
rowVisible = theRow.style.display;
if (rowVisible != 0) {
theRow.style.display = "";
tagIcon = document.getElementById('icon'+row);
tagIcon.innerHTML = "<img src='./images/Icon_Minus.png' alt='Expand icon' width='14' height='14' />";
}
row++;
}
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.0/jquery.min.js" type="text/javascript"></script>
<script src="./scripts/jquery.hoverIntent.minified.js" type="text/javascript"></script>
<script src="./scripts/jquery.cycle.min.js" type="text/javascript"></script>
<script src="./scripts/rotator.js" type="text/javascript"></script>
<style type="text/css">
A:link {color:#24496b;}
.TextLikeLink {color:#24496b;font-weight:normal;}
A:visited {color:#595959;}
body {margin:0px; padding:0px;text-align:center;}
#outside_wrapper {font-family: Verdana, Geneva, sans-serif;width:1024px;margin:0px auto;text-align:left;padding-top:5px; padding-right:15px; padding-bottom:15px; padding-left:15px;border:none;background-color:#f7f7f7;}
#top_menu {font-size:70%;text-align:left;margin:5px 0px 0px 34px;border:0px;}
a.top_menu_deco:link {text-decoration:none;}
a.top_menu_deco:visited {text-decoration:none;}
a.top_menu_deco:hover {text-decoration:underline;}
.bottom_menu {position:static;font-size:80%;font-weight: bold;text-align:center;margin:18px 0px 0px 0px;padding:0px;}
a.bottom_menu_deco:link {text-decoration:none;}
a.bottom_menu_deco:visited {text-decoration:none;}
a.bottom_menu_deco:hover {text-decoration:underline;}
#search_box {position:relative;width:902px;margin:10px 0px 5px 0px;padding:10px 10px 56px 10px;font-family: Verdana, Geneva, sans-serif;font-size:80%;font-weight: bold;text-align:left;border:2px solid #e9e9e9;-moz-border-radius: 7px;border-radius: 7px;	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));	background: -moz-linear-gradient(top,  #ffffff,  #ededed);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.search_box_item {margin:5px 0px 0px 18px;padding:0px 0px 0px 0px;float:left;}
.search_box_dropdown {width:153px;border:1px solid #000000;-moz-border-radius-topleft: 7px;-moz-border-radius-bottomleft: 7px;border-top-left-radius: 7px;border-bottom-left-radius: 7px;padding:2px;}
.search_box_textbox {border:1px solid #000000;padding:3px;}
.paging_box_dropdown {border:1px solid #000000;-moz-border-radius-topleft: 7px;-moz-border-radius-bottomleft: 7px;border-top-left-radius: 7px;border-bottom-left-radius: 7px;}
.main_wrapper {font-family: Verdana, Geneva, sans-serif;width:944px;margin:4px 0px 20px 0px;border:3px solid #e9e9e9;-moz-border-radius: 15px;border-radius: 15px;-moz-box-shadow: 0px 0px 3px 3px #e9e9e9;-webkit-box-shadow: 0px 0px 3px 3px #e9e9e9;box-shadow: 0px 0px 3px 3px #e9e9e9;background-color:white;padding:0px 10px 10px 10px;}
.main_content {text-align: left;margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px;width: 734px;}
.breadcrumbs_layout {text-align:left;margin: 0px 0px 3px 7px;padding:0px;width:710px;float:left;}
.breadcrumbs_menu {font-size:70%;text-align:left;margin:5px 0px 0px 0px;border:0px;}
a.breadcrumbs_menu:link {text-decoration:none;}
a.breadcrumbs_menu:visited {text-decoration:none;}
a.breadcrumbs_menu:hover {text-decoration:underline;}
.main_content_right {text-align:left;margin: 0px 10px 0px 0px;padding:0px 0px 0px 0px;width:720px;float:right;}
.main_layout {margin:0px 0px 0px 0px;padding:10px;width:934px;}
.catmenu_layout {width:178px;margin:0px 0px 10px 0px;padding:10px 0px 0px 10px;background-color:white;font-size:90%;font-weight:bold;text-align: left;border:2px solid #e9e9e9;-moz-border-radius: 15px;border-radius: 7px;voice-family: "\"}\"";voice-family:inherit;float:left;}
body>#catmenu_layout {width:156px;}
.catmenu_inside {margin:0px 0px 0px 0px;padding:6px 0px 20px 2px;}
.leftmenu_wrapper {width:188px;margin:0px 10px 0px 0px;;padding:0px;background-color:white;border:0px;float:left;}
body>#leftmenu_wrapper {width:156px;}
.table_width_noborder {width: 728px;}
.main_content_pad {margin-top:21px;padding-left:0px;}
.main_content_fullwidth {width: 934px;}
.homepage_middle_empty {width:480px;margin:0px;padding:0px;float:left;background-color:white;voice-family: "\"}\"";voice-family:inherit;}
.homepage_middle {width:456px;margin:0px 0px 10px 0px;float:left;padding:10px 10px 2px 10px;background-color:white;voice-family: "\"}\"";voice-family:inherit;}
.homepage_right {width:224px;margin:0px 0px 10px 0px;float:right;padding:0px;background-color:white;voice-family: "\"}\"";voice-family:inherit;}
.homepage_right li {margin-left:-14px;}
.paging_box {width:696px;margin:0px 0px 10px 0px;float:left;padding:10px 10px 10px 10px;background-color:white;voice-family: "\"}\"";voice-family:inherit;}
.rounded_border {text-align: left;font-size:80%;border:2px solid #e9e9e9;-moz-border-radius: 7px;border-radius: 7px;}
.rounded_border_pop_pubs {padding:12px 0px 0px 0px;border:2px solid #e9e9e9;-moz-border-radius: 7px;border-radius: 7px;}
.rounded_border_img {float:right;padding:4px;border:2px solid #e9e9e9;-moz-border-radius: 4px;border-radius: 4px;}
.table_nowidth {border-collapse:collapse;border-color:#e9e9e9;border-style:solid;border-width:0px;-moz-border-radius: 15px;border-radius: 15px;-moz-box-shadow: 0px 0px 4px 4px #e9e9e9;-webkit-box-shadow: 0px 0px 4px 4px #e9e9e9;box-shadow: 0px 0px 4px 4px #e9e9e9;}
.table_width {width: 720px;border-collapse:collapse;border-color:#e9e9e9;border-style:solid;border-width:2px;}
.table_cell {border-color:#e9e9e9;border-style:solid;border-width:2px;font-size:80%;color: #000000;margin: 4px 0px 0px 0px;padding: 0px 0px 10px 0px;text-align:left;}
.table_cell_noborder {font-size:80%;color: #000000;margin: 4px 0px 0px 0px;padding: 0px 0px 10px 0px;text-align:left;}
.TableHeader {border-color:#e9e9e9;border-style:solid;border-width:2px;font-size:80%;font-weight:bold;	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));	background: -moz-linear-gradient(top,  #ffffff,  #ededed);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');text-align:center;}
.TableHeaderLeft {text-align:left;}
.main_footer {text-align: center;margin: 0px 0px 0px 0px;padding:0px 0px 0px 0px;float:left;width: 740px;}
.title_dl {text-align:left;font-size:140%;font-weight: bold;color:#755224;margin: 10px 0px 0px 0px;padding: 0px 0px 10px 0px;}
.title_sub {text-align:left;font-size:110%;font-weight: normal;color:#316497;margin: 10px 0px 0px 0px;padding: 0px 0px 0px 0px;}
.good_error_msg {color:#24496b;text-align:left;font-size:100%;font-weight: bold;margin: 10px 0px 10px 0px;padding: 0px 0px 0px 0px;}
.bad_error_msg {color:#A50000;text-align:left;font-size:100%;font-weight: bold;margin: 10px 0px 10px 0px;padding: 0px 0px 0px 0px;}
.red_descr {font-size:80%;color:#A50000;}
}
.header_gradient {	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));	background: -moz-linear-gradient(top,  #ffffff,  #ededed);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.homepage_middle_gradient {	background: -webkit-gradient(linear, left top, left bottom, from(#f0f4f7), to(#ffffff));	background: -moz-linear-gradient(top,  #f0f4f7,  #ffffff);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f4f7', endColorstr='#ffffff');}
.columnhead_background {border:0px;margin:0px;padding:0px 0px 15px 0px;	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));	background: -moz-linear-gradient(top,  #ffffff,  #ededed);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.columnhead_dl {font-weight: bolder;font-size:85%;color:#755224;margin: 0px;padding: 0px;text-align:center;}
.descr {font-size:80%;color: #000000;margin: 4px 0px 0px 0px;padding: 0px 0px 10px 0px;text-align:left;}
.FAQ_question {text-align:left;font-size:110%;font-weight: normal;color:#316497;margin: 10px 0px 0px 0px;padding: 0px 0px 0px 0px;}
#primary_nav_container {clear: both;width: 720px;height: 35px;text-align: left;position: relative;padding: 0 0 0 10px;margin: 0 0 0 0;z-index: 20;background: url('./images/navbar.jpg') no-repeat top center;}
.clear {clear: both;}
.mainmenu {float: left;height: 35px;}
.NoMargins {margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;}
.HeaderLink {color:white;width: 10em;background-color: #af0202;border-top: 2px #e36579 solid;border-left: 2px #e36579 solid;border-bottom: 2px #5d282a solid;border-right: 2px #5d282a solid;margin-left:15px; margin-right:15px; margin-top:1px; margin-bottom:1px;font-size:90%;font-weight: bold;text-align:center;cursor:pointer;}
:hover.HeaderLink {background-color: #99aabf;border-top: 2px #5d282a solid;border-left: 2px #31557f solid;border-bottom: 2px #e36579 solid;border-right: 2px #e36579 solid;}
.MenuColor {color:#24496b; padding-top:4px;font-size:90%;}
.MenuLink {Border:none;background:none;color:#24496b;margin:0px;padding-left:0px; padding-right:0px; padding-bottom:0px; padding-top:4px;font-size:90%;font-weight:bold;font-style:normal;line-height:normal;text-decoration:none;text-align:left;cursor:pointer;width:auto;}
:hover.MenuLink {text-decoration:underline;color:#24496b;}
.TextLikeMenuLink {Border:none;background:none;color:#000000;margin:0px;padding-left:0px; padding-right:0px; padding-bottom:0px; padding-top:4px;padding-left:5px;font-size:88%;font-weight:bold;font-style:normal;line-height:normal;text-decoration:none;text-align:left;width:auto;}
.GtLikeMenuLink {padding-left:0px;}
.CatMenuColor {color:#000000;font-weight:bold;font-size:90%;font-style:normal;line-height:normal;text-decoration:none;text-align:left;}
.CatMenu {color:#24496b;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;font-weight:bold;font-size:95%;text-align:left;}
a.CatMenu:link {text-decoration:none;}
a.CatMenu:visited {text-decoration:none;}
a.CatMenu:hover {text-decoration:underline;}
.Sub3_Topics {color:#24496b;font-weight: bold;margin: 0px 0px 3px 0px;padding: 0px;text-decoration:none;}
.Sub3_Pubs {border-collapse:collapse;border-style: none;border-width: 0px;width: 720px;color: #000000;background: #f6f6f6;margin: 0px;padding: 0px;text-align:left;}
.Sub4_Pubs {border-collapse:collapse;float:right;border-style: none;border-width: 0px;width: 688px;color: #000000;background: #ffffff;margin: 0px 0px 0px 28px;padding: 0px;text-align:left;}
.Sub4_Topics {border:2px solid #e9e9e9;color:#000000;font-weight: bold;margin: 0px;padding: 0px 0px 0px 3px;text-decoration:none;}
.Sub3_Pub_Cell {margin: 0px;padding: 0px 0px 0px 3px;text-align:left;width:708px;border:2px solid #e9e9e9;}
.Sub4_Pub_Cell {margin: 0px;padding: 0px 0px 0px 3px;text-align:left;width:788px;border:2px solid #e9e9e9;}
.Sub_Icon_Cell {margin: 0px;vertical-align:middle;text-align:center;width:26px;border:2px solid #e9e9e9;}
.Sub_Icon_Cell:hover {cursor:pointer;}
.SubTopic_ExpCol {color:#24496b;font-weight:bold;text-decoration:none;}
.SubTopic_ExpCol:hover {cursor:pointer;}
.paging_links {color:#24496b;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;float:none;text-decoration:none;}
a.paging_links:link {text-decoration:none;}
a.paging_links:visited {text-decoration:none;}
a.paging_links:hover {text-decoration:underline;}
.L2SubTopic_links {color:#24496b;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;float:none;text-decoration:underline;}
.PubTitle {color:#24496b;font-weight:normal;text-align:left;text-decoration:underline;}
a.PubTitle:link {color:#24496b;text-decoration:underline;}
a.PubTitle:visited {color:#24496b;text-decoration:underline;}
a.PubTitle:hover {color:#24496b;text-decoration:underline;}
.CartMenuColor {color:#24496b; padding-top:0px;font-size:70%;}
.CartMenuLink {Border:none;background:none;color:#24496b;font-weight:bold;font-size:70%;font-style:normal;line-height:normal;text-decoration:none;text-align:left;cursor:pointer;}
:hover.CartMenuLink {TEXT-DECORATION: underline;color:#24496b;}
.TitleLink {Border:none;background:none;color:#24496b;margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;padding-left:0px; padding-right:0px; padding-bottom:0px;font-size:100%;font-weight:bold;font-style:normal;line-height:normal;text-decoration:none;text-align:left;cursor:pointer;}
:hover.TitleLink {text-decoration:underline;color:#24496b;}
.ImageButton {border:0px;background:transparent;text-align:left;cursor:pointer;}
.ItemsInCart {font-size:60%;color:#24496b;text-align:center;}
.OrderConfirmMsg {font-size:90%;color:#A50000;}
.footerbottom {color: #000000;font-size:70%;font-style: normal;}
.button {display: inline-block;outline: none;cursor: pointer;text-align: center;text-decoration: none;padding: .25em 1.5em;font-size:90%;font-weight: bold;text-shadow: 0 1px 1px rgba(0,0,0,.3);-webkit-border-radius: .5em;-moz-border-radius: .5em;-khtml-border-radius: .5em;border-radius: .5em;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover {text-decoration: none;}
.button:active {position: relative;top: 1px;}
.red {	color: #ffffff;	border: solid 1px #98101c;	background: #98080e;	background: -webkit-gradient(linear, left top, left bottom, from(#c40e1d), to(#730409));	background: -moz-linear-gradient(top,  #c40e1d,  #730409);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40e1d', endColorstr='#730409');}
.red:hover {	background: #ffffff;	background: -webkit-gradient(linear, left top, left bottom, from(#730409), to(#c40e1d));	background: -moz-linear-gradient(top,  #730409,  #c40e1d);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#730409', endColorstr='#c40e1d');}
.red:active {	color: #ffffff;	background: -webkit-gradient(linear, left top, left bottom, from(#730409), to(#730409));	background: -moz-linear-gradient(top,  #730409,  #730409);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#730409', endColorstr='#730409');}
.blue {	color: #ffffff;	border: solid 1px #336598;	background: #98080e;	background: -webkit-gradient(linear, left top, left bottom, from(#93aec9), to(#02366d));	background: -moz-linear-gradient(top,  #93aec9,  #02366d);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93aec9', endColorstr='#02366d');}
.blue:hover {	background: #ffffff;	background: -webkit-gradient(linear, left top, left bottom, from(#02366d), to(#93aec9));	background: -moz-linear-gradient(top,  #02366d,  #93aec9);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02366d', endColorstr='#93aec9');}
.blue:active {	color: #ffffff;	background: -webkit-gradient(linear, left top, left bottom, from(#02366d), to(#02366d));	background: -moz-linear-gradient(top,  #02366d,  #02366d);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02366d', endColorstr='#02366d');}
.gray {color: #24496b;border: solid 1px #e9e9e9;background: #98080e;background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));background: -moz-linear-gradient(top,  #ffffff,  #ededed);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');-webkit-border-radius: .5em;-moz-border-radius: .5em;-khtml-border-radius: .5em;border-radius: .5em;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.gray:hover {background: #24496b;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));background: -moz-linear-gradient(top,  #ededed,  #ffffff);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');}
.gray:active {color: #24496b;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed));background: -moz-linear-gradient(top,  #ededed,  #ededed);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed');}
.gray_button {text-decoration:none;color: #24496b;border: solid 1px #e9e9e9;background: #98080e;background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));background: -moz-linear-gradient(top,  #ffffff,  #ededed);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');-webkit-border-radius: .5em;-moz-border-radius: .5em;-khtml-border-radius: .5em;border-radius: .5em;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.gray_button:hover {text-decoration: none;cursor:pointer;background: #24496b;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));background: -moz-linear-gradient(top,  #ededed,  #ffffff);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');}
.gray_button:active {text-decoration:none;color: #24496b;background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed));background: -moz-linear-gradient(top,  #ededed,  #ededed);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed');}
.not_visible {display: none;}
#features_rotator_container {float: left;width: 475px;height: 250px;background-color: #efebe8;margin: 0 0 0 0px;padding: 0 0 0 0px;position: relative;}
.features_prev_main {float: left;width: 55px;height: 100px;border: 0px;margin: 78px 0 0 0;padding: 0 0 0 0;text-align: right;}
.features_next_main {float: right;width: 55px;height: 100px;border: 0px;margin: 78px 0 0 0;padding: 0 0 0 0;text-align: left;}
#features_rotator {float: left;width: 360px;height: 200px;position: relative;}
.feature_single {width: 362px;height: 220px;background: url(./images/feature_bg_panel.png) no-repeat top left;}
.feature_single a {text-decoration: none;}
.feature_single h2 {font-size: 170%;font-weight: bolder;margin: 0 0 0 0;padding: 10px 0 0 0;text-align: center;color: #755224;}
.feature_single h2 a {color: #755224;}
.feature_single p {text-align: left;font-weight: normal;color: #022945;text-decoration: none;font-size:105%;padding: 0 0 0 0;margin: 15px 0px 5px 0;padding: 0 0 0 0;}
.feature_single a:link {text-decoration: underline;}
.feature_single a:visited {text-decoration: underline;color: #595959;}
.feature_single {float: left;width: auto;}
.feature_single .div {width: 165px;height: 20px;padding: 0 0 0 0;margin: 0 0 0 55px;}
#features_rotator_container .t {background: url(./images/main_side_top.gif) 0 0 repeat-x;width: 695px;}
#features_rotator_container .b {background: url(./images/main_side_bottom.gif) 0 100% repeat-x;}
#features_rotator_container .l {background: url(./images/main_side_left.gif) 0 0 repeat-y;}
#features_rotator_container .r {background: url(./images/main_side_right.gif) 100% 0 repeat-y;}
#features_rotator_container .bl {background: url(./images/main_corner_bottom_left.gif) 0 100% no-repeat;height: 100%;width: 100%;}
#features_rotator_container .br {background: url(./images/main_corner_bottom_right.gif) 100% 100% no-repeat;height: 100%;width: 100%;}
#features_rotator_container .tl {background: url(./images/main_corner_top_left.gif) 0 0 no-repeat;height: 100%;width: 100%;}
#features_rotator_container .tr {background: url(./images/main_corner_top_right.gif) 100% 0 no-repeat;height: 100%;width: 100%;}
#features_control_container {padding: 0 0 0 0;margin: 20px 10px 0 0;width: 175px;height: 30px;left: 0;top: 0;float: right;text-align: left;background: url(./images/control_bg.png) no-repeat center;}
#features_controls {margin: 10px 0 0 40px;padding: 0 0 0 0;font-size: 90%;font-weight: bolder;}
#features_controls li.features_prev, #features_controls li.features_next, #features_controls li#features_pause {display: -moz-inline-box;display: inline-block;display: inline;list-style: none;padding:0 4px 0 0;margin: 0 0 0 0;}
#features_controls li#features_pause {padding: 0 4px 0 0;margin: 0 0 0 0;}
#features_controls li {display: -moz-inline-box;display: inline-block;display: inline;list-style: none;padding: 0 0 0 10px;}
#features_controls li a {text-decoration: none;font-size: 100%;font-weight: bolder;color: #24496b;}
#features_controls li a:hover, #features_controls li a:focus, #features_controls li a:active {text-decoration: underline;}
</style>
<link href="style/invitation_sample.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY BGCOLOR="#f7f7f7" onload="collapseAll('row');">
<div id="outside_wrapper">
<div id="top_menu">
<a class="top_menu_deco" href="/Publications/PuebloPubs.php?NavCode=C&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Home</a>&nbsp;&nbsp;<font class="TextLikeLink">|</font>&nbsp;&nbsp;<a class="top_menu_deco" href="/Publications/PuebloPubs.php?NavCode=L&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Help</a>&nbsp;&nbsp;<font class="TextLikeLink">|</font>&nbsp;&nbsp;<a class="top_menu_deco" href="/Publications/PuebloPubs.php?NavCode=F&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">FAQs</a>&nbsp;&nbsp;<font class="TextLikeLink">|</font>&nbsp;&nbsp;<a class="top_menu_deco" href="/Publications/PuebloPubs.php?NavCode=Q&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Order by Item Number</a></div>
<center><div class="main_wrapper">
<CENTER><table class="main_content main_content_pad main_content_fullwidth" bgcolor="#ffffff" border="0"><tr>
<td align="left">
<form action="/Publications/PuebloPubs.php" method="post">
	<input type="hidden" name="PHPSESSID" value="2ee0f8f02d50b4a24eaf84d84b6c4447">
	<input type="hidden" name="formCode" value="C">
<input type="image" SRC="./images/Pueblo.png" BORDER="0"
	ALT="Pueblo GPO Logo" WIDTH="270" HEIGHT="67">
<a href="https://bookstore.gpo.gov" target="_blank" ><img SRC="./images/bookstore-lig.png" BORDER="0"
 WIDTH="270" HEIGHT="67"/></a></form>
</td><td align="right">
<br clear="left" />
<table align="right" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center"><form style="margin-bottom: 0;" action="/Publications/PuebloPubs.php" method="get">
		<input type="hidden" name="PHPSESSID" value="2ee0f8f02d50b4a24eaf84d84b6c4447">
	<input type="hidden" name="NavCode" value="V">
	<input style="text-align:center" type="submit" name="menuLink" value="View Cart" class="CartMenuLink">
</form></td>
<td rowspan="2"><form action="/Publications/PuebloPubs.php" method="get">
		<input type="hidden" name="PHPSESSID" value="2ee0f8f02d50b4a24eaf84d84b6c4447">
	<input type="hidden" name="NavCode" value="V">
<input align="right" TYPE="image" SRC="./images/view-cart.gif" width="36" height="33" border="0" ALT="View Cart Button">
</form></td>
<tr>
<td class="ItemsInCart" colspan="1">0 Items in Cart</td></tr>
</table>
</td></tr></table><div id="search_box">
<form action="/Publications/PuebloPubs.php" method="post">
<div style="width:890px;margin-left:0px;">
	<font color="#a50000"><B>SEARCH FOR PUBLICATIONS BY:</B></font>
</div>
<div class="search_box_item" style="margin-left:0px;float:left;">
	<label for="CatID">Category</label><br>
<select class="search_box_dropdown" name="CatID" size="1" id="CatID">
<option value="0" selected="selected">All</option>
<option value="3">Employment</option>
<option value="6">Food</option>
<option value="7">Health</option>
<option value="17">History</option>
<option value="8">Housing</option>
<option value="14">Travel</option>
<option value="13">Espa&ntilde;ol</option>
</select>
</div>
<div class="search_box_item">
	<label for="selPubFormatID">Format</label><br>
<select class="search_box_dropdown" style="width:100px;" name="selPubFormatID" size="1" id="selPubFormatID">
<option value="0" selected="selected">All</option>
<option value="1">Printed</option>
<option value="2">PDF</option>
<option value="3">E-Reader</option>
<option value="4">Read Online</option>
</select>
</div>
<div class="search_box_item">
	<label for="LanguageID">Language</label><br>
<select class="search_box_dropdown" style="width:100px;" name="LanguageID" size="1" id="LanguageID">
<option value="0" selected="selected">All</option>
<option value="1">English</option>
<option value="2">Spanish</option>
<option value="3">Others</option>
</select>
</div>
<div class="search_box_item">
	<label for="searchText">Enter Search Text</label><br>
	<input class="search_box_textbox" type="text" size="61" maxlength="61" name="searchText" value="">
</div>
<div class="search_box_item" style="margin-top:20px;margin-left:0px;float:right;">
	<input type="hidden" name="PHPSESSID" value="2ee0f8f02d50b4a24eaf84d84b6c4447">
	<input type="hidden" name="formCode" value="K1">
	<input class="button blue" style="padding:.25em .8em;" type="submit" value="SEARCH" name="SearchButton">
</div>
</form>
</div>
</CENTER>
<div class="main_layout">
<div class="leftmenu_wrapper">
<div class="catmenu_layout" style="width:183px;padding:0px 0px 0px 5px;">
<table style="border:0px;"><tr>
<td valign="middle" style="border:0px;"><img BORDER="0" SRC="./images/Icon_Publication.png" WIDTH="40" HEIGHT="40" alt="Order from Catalog Icon"></td>
<td valign="middle" style="border:0px;font-size:94%;"><a class="CatMenu" href="/Publications/PuebloPubs.php?NavCode=Q&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Order by Item Number</a>
</td>
</tr></table>
</div>
<div class="catmenu_layout" style="margin-bottom:0px;">
<font style="font-size:86%;font-weight:bolder;color:#a50000;">CATEGORIES:</font>
<div class="catmenu_inside">
<div style="padding-top:8px;float:left;">
	<font style="color:#a50000;font-size:60%;font-weight:bold;">&gt;</font></div>
<div style="padding-top:10px;font-size:94%;margin-left:5px;float:left;width:145px;">
<a class="CatMenu"  href="/Publications/PuebloPubs.php?NavCode=XA&CatID=3&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Employment</a>
</div>
<div class="clear"></div><div style="padding-top:8px;float:left;">
	<font style="color:#a50000;font-size:60%;font-weight:bold;">&gt;</font></div>
<div style="padding-top:10px;font-size:94%;margin-left:5px;float:left;width:145px;">
<a class="CatMenu"  href="/Publications/PuebloPubs.php?NavCode=XA&CatID=6&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Food</a>
</div>
<div class="clear"></div><div style="padding-top:8px;float:left;">
	<font style="color:#a50000;font-size:60%;font-weight:bold;">&gt;</font></div>
<div style="padding-top:10px;font-size:94%;margin-left:5px;float:left;width:145px;">
<a class="CatMenu"  href="/Publications/PuebloPubs.php?NavCode=XA&CatID=7&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Health</a>
</div>
<div class="clear"></div><div style="padding-top:8px;float:left;">
	<font style="color:#a50000;font-size:60%;font-weight:bold;">&gt;</font></div>
<div style="padding-top:10px;font-size:94%;margin-left:5px;float:left;width:145px;">
<a class="CatMenu"  href="/Publications/PuebloPubs.php?NavCode=XA&CatID=17&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">History</a>
</div>
<div class="clear"></div><div style="padding-top:8px;float:left;">
	<font style="color:#a50000;font-size:60%;font-weight:bold;">&gt;</font></div>
<div style="padding-top:10px;font-size:94%;margin-left:5px;float:left;width:145px;">
<a class="CatMenu"  href="/Publications/PuebloPubs.php?NavCode=XA&CatID=8&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Housing</a>
</div>
<div class="clear"></div><div style="padding-top:8px;float:left;">
	<font style="color:#a50000;font-size:60%;font-weight:bold;">&gt;</font></div>
<div style="padding-top:10px;font-size:94%;margin-left:5px;float:left;width:145px;">
<a class="CatMenu"  href="/Publications/PuebloPubs.php?NavCode=XA&CatID=14&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Travel</a>
</div>
<div class="clear"></div><div style="background-image:url(./images/Pub_Dot_Line.gif);height:1px;border:none;margin:12px 15px 5px 0px;"></div>
<div style="padding-top:8px;float:left;">
	<font style="color:#a50000;font-size:60%;font-weight:bold;">&gt;</font></div>
<div style="padding-top:10px;font-size:94%;margin-left:5px;float:left;width:145px;">
<a class="CatMenu" style="color:#a50000;" href="/Publications/PuebloPubs.php?NavCode=XA&CatID=13&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Español</a>
</div>
<div class="clear"></div></div>
</div>
</div>
<div class="main_content_right">
<div class="homepage_middle_empty">
<div id="survey_target"></div><noscript><iframe src="https://surevy.usa.gov/surevys/191"   /></noscript><div class="homepage_middle rounded_border" style="width:475px;height:244px;background-color:#efebe8;padding:0px 0px 2px 0px;margin:0px 0px 13px 0px;">
<div id="features_rotator_container">
<div class="bl"><div class="br"><div class="tr"><div class="tl">
<div class="features_prev_main features_prev_click">
<a href="#">
<img style="border:0px;" src="./images/arrow_back_off.gif" width="45" height="100" alt="Previous" />
</a>
</div>
<div id="features_rotator">
<div class="feature_single" aria-live="polite">
<h2>Heart Health</h2>
<form style="float:left;margin-top:10px;margin-bottom:30px;margin-right:10px;" action="/Publications/PuebloPubs.php" method="post">
<input type="hidden" name="formCode" value="I">
<input type="hidden" name="TitleLink5800" value="5800">
<input class="rounded_border_img" type="image"  BORDER="0" ALT="Image of Publication Cover"
SRC="./images/img5800.png" WIDTH="90" HEIGHT="115">
</form>
<p>Heart disease is the leading cause of death for women in the U.S. Learn the signs of heart disease.</p>
<form action="/Publications/PuebloPubs.php" method="post">
<input type="hidden" name="formCode" value="I">
<p><a href="/Publications/PuebloPubs.php?PubID=5800">Order this publication</a> &gt;
</form>
</div>
<div class="feature_single" aria-live="off">
<h2>Food Safety at Home</h2>
<form style="float:left;margin-top:10px;margin-bottom:20px;margin-right:10px;" action="/Publications/PuebloPubs.php" method="post">
<input type="hidden" name="formCode" value="I">
<input type="hidden" name="TitleLink5954" value="5954">
<input class="rounded_border_img" type="image"  BORDER="0" ALT="Image of Publication Cover"
SRC="./images/img5954.png" WIDTH="96" HEIGHT="125">
</form>
<p>Clean, cook, keep apart, chill: Follow these four easy rules to keep food from spoiling and causing people to get sick.</p>
<form action="/Publications/PuebloPubs.php" method="post">
<input type="hidden" name="formCode" value="I">
<p><a href="/Publications/PuebloPubs.php?PubID=5954">Order this publication</a> &gt;
</form>
</div>
<div class="feature_single" aria-live="off">
<h2>Dietary Supplements</h2>
<form style="float:left;margin-top:10px;margin-bottom:20px;margin-right:10px;" action="/Publications/PuebloPubs.php" method="post">
<input type="hidden" name="formCode" value="I">
<input type="hidden" name="TitleLink5801" value="5801">
<input class="rounded_border_img" type="image"  BORDER="0" ALT="Image of Publication Cover"
SRC="./images/img5801.png" WIDTH="96" HEIGHT="125">
</form>
<p>Gives questions to ask before taking dietary supplements, including risks and where to find more information.</p>
<form action="/Publications/PuebloPubs.php" method="post">
<input type="hidden" name="formCode" value="I">
<p><a href="/Publications/PuebloPubs.php?PubID=5801">Order this publication</a> &gt;
</form>
</div>
</div>
<div class="features_next_main features_next_click">
<a href="#">
<img style="border:0px;" src="./images/arrow_next_off.gif" width="45" height="100" alt="Next" />
</a>
</div>
<div id="features_control_container">
<ul id="features_controls">
<li class="features_prev features_prev_click">
<a href="#"><img style="border:0px;" src="./images/back.gif" width="16" height="15" alt="Previous" /></a>
</li>
<li id="features_pause">
<a href="#"><img style="border:0px;" src="./images/stop.gif" width="16" height="15" alt="Stop" /></a>
</li>
<li class="features_next features_next_click">
<a href="#"><img style="border:0px;" src="./images/next.gif" width="16" height="15" alt="Next" /></a>
</li>
</ul>
</div>
</div></div></div></div>
</div>
</div>
<table width="480" cellspacing="0" border="0"><tr>
<td valign="top" class="rounded_border" style="width:226px;padding:10px;">
<strong>National Park Service: Ice Age Trail</strong>
<div style="padding-top:20px">
<form action="/Publications/PuebloPubs.php" method="post">
	<input type="hidden" name="PHPSESSID" value="2ee0f8f02d50b4a24eaf84d84b6c4447">
	<input type="hidden" name="formCode" value="I">
	<input type="hidden" name="TitleLink6374" value="6374">
<input class="rounded_border_img" style="margin-top:3px;" type="image"  BORDER="0" ALT="Image of Publication Cover"
	SRC="./images/img6374.png" WIDTH="90" HEIGHT="125">
</form>
<div>The Wisconsin&#039;s National Scenic Ice Age Trail Brochure gives an overview of the history of the trail and its beautiful glacial landscape. The brochure also shares ways one can enjoy the trail and its allowed uses.</div>
<P><a href="/Publications/PuebloPubs.php?PubID=6374&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Order this publication</a> &gt;
</div>
</td>
<td style="width:10px"></td>
<td valign="top" class="rounded_border" style="width:226px;padding:10px;">
<strong>Diabetes Medicines</strong>
<div style="padding-top:20px">
<form action="/Publications/PuebloPubs.php" method="post">
	<input type="hidden" name="PHPSESSID" value="2ee0f8f02d50b4a24eaf84d84b6c4447">
	<input type="hidden" name="formCode" value="I">
	<input type="hidden" name="TitleLink6085" value="6085">
<input class="rounded_border_img" style="margin-top:3px;" type="image"  BORDER="0" ALT="Image of Publication Cover"
	SRC="./images/img6085.png" WIDTH="96" HEIGHT="125">
</form>
<div>Facts about medicines (other than insulin) used to treat people with type 2 diabetes. Provides brand names and pros and cons of each type, including common side effects. Lists warning signs of high or low blood sugar.</div>
<P><a href="/Publications/PuebloPubs.php?PubID=6085&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Order this publication</a> &gt;
</div>
</td>
</tr></table>
<div class="clear"></div></div>
<div class="homepage_right rounded_border_pop_pubs">
<div class="columnhead_background">
<div class="columnhead_dl">FEATURED&nbsp;PUBLICATIONS</div>
</div>
<div class="descr" style="padding-right:10px;">
<ul>
<li><a href="/Publications/PuebloPubs.php?PubID=5874&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Mammograms</a><br>
<div style="background-image:url(./images/Pub_Dot_Line.gif);height:1px;border:none;margin:8px 10px 5px 0px;"></div>
<li><a href="/Publications/PuebloPubs.php?PubID=5877&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Medicine and Pregnancy</a><br>
<div style="background-image:url(./images/Pub_Dot_Line.gif);height:1px;border:none;margin:8px 10px 5px 0px;"></div>
<li><a href="/Publications/PuebloPubs.php?PubID=5871&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Women in Clinical Trials-HOPE</a><br>
<div style="background-image:url(./images/Pub_Dot_Line.gif);height:1px;border:none;margin:8px 10px 5px 0px;"></div>
<li><a href="/Publications/PuebloPubs.php?PubID=5792&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Menopause &amp; Hormones: Questions to Ask Your Doctor</a><br>
<div style="background-image:url(./images/Pub_Dot_Line.gif);height:1px;border:none;margin:8px 10px 5px 0px;"></div>
<li><a href="/Publications/PuebloPubs.php?PubID=6003&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Women and HIV</a>
</ul>
</div>
</div >
<div class="bottom_menu"><br><br><a  href="https://bookstore.gpo.gov" target="_blank">Get Easy Access to Federal Publications at GPO bookstore.</a></div></div>
<div class="clear"></div></div>
<div class="bottom_menu">
<center>
<a class="bottom_menu_deco" href="https://www.GPO.gov" target="_blank">GPO.gov</a>&nbsp;&nbsp;<font class="TextLikeLink">|</font>&nbsp;&nbsp;<a class="bottom_menu_deco" href="/Publications/PuebloPubs.php?NavCode=M&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">About Us</a>&nbsp;&nbsp;<font class="TextLikeLink">|</font>&nbsp;&nbsp;<a class="bottom_menu_deco" href="/Publications/PuebloPubs.php?NavCode=N&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Privacy</a>&nbsp;&nbsp;<font class="TextLikeLink">|</font>&nbsp;&nbsp;<a class="bottom_menu_deco" href="/Publications/PuebloPubs.php?NavCode=B&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Website Policies</a>&nbsp;&nbsp;<font class="TextLikeLink">|</font>&nbsp;&nbsp;<a class="bottom_menu_deco" href="/Publications/PuebloPubs.php?NavCode=T&PHPSESSID=2ee0f8f02d50b4a24eaf84d84b6c4447">Contact Us</a><div style="margin-top:8px;">
<img src="./images/Footer_Line.gif" alt="Footer graphic" width="510" height="19" />
</div>
</center>
</div>
</div>
</center></div>
</BODY>
</HTML>
 <script>
    $(document).ready(function () {
       
        var msg = $("#msg").val();
        $("#showmsg").html(msg);
    });
</script>

<script>
        (function (d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id))
                return;
            js = d.createElement(s);
            js.id = id;
            js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));
    </script>

