/** HTML TAG STYLES                                                       **/
/***************************************************************************/
body {
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	}
a:link {
	color: #000000;
	text-decoration: underline;}

a:visited, a:active {
	color: #000000;
	text-decoration: underline;}

a:hover { text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;}


/** HEADER BLOCK STYLES                                                   **/
/***************************************************************************/
.header {
	display: none;
	}
.print {
	margin: 15px 0 0 15px;
	padding: 0;
	display: inline;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	}
.print img {
	margin: 15px 0 0 15px;
	padding: 0;
	display: inline;
	}
.small {
	font-size: 12px;
	}
.siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	top:0;}
/**
.introMap {
	margin: 0px;
	padding: 40px 0px 40px 0px;}


  ACCTCART STYLES	Store Only (my acct, cart, checkout)              **/
/***************************************************************************/
.acctCart{
	display: none;
}

.acctCart a:link, a:visited{ 
	display: none;}

.acctCart a:hover{ 
	display: none;}


/** MAIN BODY BLOCK STYLES: BREADCRUMBS                                   **/
/** (store only) If renamed, also change includes/classes/breadcrumb.php  **/
/***************************************************************************/
.breadCrumb{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 2px 20px 3px 0px;
	text-align: right;
	border-top: solid 1px #1f3d17;
	border-bottom: solid 1px #1f3d17;}

.breadCrumb a:link, .breadCrumb a:visited { 
	display: none;}

.breadCrumb a:hover { 
	display: none;}

.pageName{
	display: none}

		
/** MAIN BODY BLOCK STYLES: LEADERS                                       **/
/***************************************************************************/
.body{
	width: 100%;
	margin: 10px 15px 0 15px;
	padding: 0;
	}


/** MENU BLOCK STYLES                                                     **/
/***************************************************************************/
.menuBar{
	display: none;}

.menuMain{
	display: none;}
	
.menuMain a:link, .menuMain a:visited {
	display: none;}

.menuMain a:hover{
	display: none;}

.menuSub{
	display: none;}

.menuSub a:link, .menuSub a:visited {
	display: none;}

.menuSub a:hover{
	display: none;}

	
/** MISCELLANEOUS STYLES                                                  **/
/***************************************************************************/
.smallText {
  font-size: 9px;
  vertical-align: bottom;}


/** SITE POLICY, COPYRIGHT, AND SITEMAP STYLES                            **/
/***************************************************************************/
.sitePol {
	font-size: 80%;
	color: #000000;
	padding: 8px 10px 8px 10px;
	margin-top: 0px;
	text-align: center;}
.sitePol h1 { 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold
	}
.sitePol h2, h3, h4 { 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold
	}
.sitePol a:link {
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
.sitePol a:visited {
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	}
.sitePol img {
	border:  solid 0px #000000;
	margin: 0 10px 10px 0;
	padding: 0;}


/** FOOTER BLOCK STYLES                                                   **/
/***************************************************************************/
.footer {
	font-size: 60%;
	color: #1f3d17;
	padding: 8px 10px 8px 10px;
	margin-top: 0px;
	text-align: center;
	clear: both;
	}
.footer a:link, .footer a:visited {
	padding: 5px 0px 5px 0px;
	color: #1f3d17;
	font-weight: bold;
	text-decoration: underline;
	}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
.footDates {
    clear: both;
	font-size: 60%;
	color: #1f3d17;
	padding: 3px 0 3px 0;
	text-align: left;
	border-top: solid 1px #1f3d17;
	border-bottom: solid 1px #1f3d17;
	}
.footUpdate {
	font-size: 60%;
	color: #1f3d17;
	margin-top: -18px;
	padding: 3px 20px 3px 0;
	text-align: right;
	}
