a {
	color: #762E1D;
	text-decoration: none;
}
a:visited{
	color: #762E1D;
	text-decoration: none;
}
a:hover{
	color: #762E1D;
	text-decoration: underline;
}

hr {
  border:0;
  border-top: 1px dashed #999999;
  height: 0;
  background: #762E1D;
  margin-top: 10px;
  margin-bottom: 10px;
}


body  {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#C8C4A8;
	}

h1 {
	
	font-family: Trebuchet MS, Helvetica, Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	color: #5C489D;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0 0;
		font-weight:bold;
			letter-spacing: 0px;
}

h2 {
	
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color: #54850A;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0 0;
}

h3 {
	
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color: #54850A;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0 0;
}
h4 {
	
	font-family: Trebuchet MS, Helvetica, Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	color: #54850A;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0 0;
		font-weight:bold;
			letter-spacing: 0px;
}
h4 a:link {
	
		color: #ffffff;
	}
	
h5 {
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color: #0F4D86;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0 0;
}

.alignmiddle{
	vertical-align: middle;
}

.thrColFixHdr #maincontainer { 
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;

} 

.thrColFixHdr #greynavcontainer { 
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/template/grey-nav-bar.png);
	background-repeat:repeat-y;
	height: 31px;

} 

.thrColFixHdr #container { 
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/template/middle-section.png);
	background-repeat:repeat-y;

} 

.thrColFixHdr #header { 
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 198px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 137px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 28px;
	margin-top: 13px;
	background-color:#608E2B;
	background-image:url(../images/template/nav-bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	vertical-align:text-top;
	vertical-align:top;
}

.thrColFixHdr #sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 137px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-left: 28px;
	margin-right: 10px;
	margin-top: 13px;
	background-color:#608E2B;
	background-image:url(../images/template/nav-bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	vertical-align:text-top;
	vertical-align:top;
}


.thrColFixHdr #greenbutton {
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color:#54850A;
	background-image:url(../images/green-blend.jpg);
	background-repeat:repeat-x;
}

.thrColFixHdr #greenbutton p{
padding: 0 0 0 0;
margin: 0 0 0 0;
line-height: 145%;
}

.thrColFixHdr #greenbutton a{
color: #fff;
}

.thrColFixHdr #mainContent2col { 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	margin-right: 140px;

} 

.thrColFixHdr #mainContent2col p{ 
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0;

	
} 

.thrColFixHdr #mainContent2colright { 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 32px;

} 

.thrColFixHdr #mainContent2colright p{ 
	
} 

.thrColFixHdr #maintext {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 135%;
	padding-top: 14px;
	color: #666666;
}

.thrColFixHdr #maintextwithrounded {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 145%;
	padding-top: 14px;
	color: #666666;
	
}

.thrColFixHdr #maintextwithroundedabout {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 145%;
	padding-top: -14px;
	color: #666666;
	background-image:url(../images/template/about-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.thrColFixHdr #maintextwithroundedlife {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 145%;
	padding-top: -14px;
	color: #666666;
	background-image:url(../images/template/life-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.thrColFixHdr #maintextwithroundedlifeintro {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 145%;
	padding-top: -14px;
	color: #666666;
	background-image:url(../images/template/life-bg-intro.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.thrColFixHdr #maintextwithroundedactive {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 145%;
	padding-top: -14px;
	color: #666666;
	background-image:url(../images/template/active-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.dottedline { 
	background-position:left;
	background-image:url(../images/template/dotted-line.jpg);
	background-repeat: no-repeat;
	height: 13px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
} 

.footertext {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin-left: 30px;
	}

.thrColFixHdr #bottombar { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/template/bottom-bar.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 56px;
	margin-bottom: 0px;
	width: 989px;
	line-height: 80%;
	

}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imagepaddingleft { 
padding-left : 10px;
} 
.imagepaddingright { 
padding-right : 10px;
} 

.thrColFixHdr #newsbox  {
	
	background-color: #ffffff;
	/*width: 160px;*/
	padding: 8px;
	margin: 0px;
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
	
.thrColFixHdr #deliverybox  {
	
	background-color: #608E2B;
	/*width: 160px;*/
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}



ol#toc {    height: 2em;    list-style: none;    margin: 0;    padding-left: 20px; padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fffff;

}
ol#toc li {    
float: left;    
margin: 0 4px 0 0;
}
ol#toc a {    
background:  url(../images/tabs/tabs.gif);    	
font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif; 	
font-size:12px; 
color: #ffffff;    
display: block;    
float: left;    
height: 2em;    
padding-right: 0px; 
padding-left: 20px;    
text-decoration: none;
}
ol#toc a:hover {    
background-position: 0 -120px;
}
ol#toc a:hover span {    
background-position: 100% -120px;
}
ol#toc li.current a {    
background-color: #ffffff; 
background-position: 0 -60px;    
color: #666666; 
}
ol#toc li.current span {    
background-position: 100% -60px;
}
ol#toc span {    
background: url(../images/tabs/tabs.gif) 100% 0;    
display: block;    
line-height: 2em;    
padding-right: 20px;
}
div.content {    
border: #48f solid 3px;    
clear: left;    
padding: 1em;
}

.subnavigation {
	padding-top: 14px; 
		font: 12px Trebuchet MS, Helvetica, Georgia, Verdana, Arial, Helvetica, sans-serif;
}

.t {background: url(../images/corners/dot.gif) 0 0 repeat-x; width: 760px}
.t2 {background: url(../images/corners/dot.gif) 0 0 repeat-x; width: 200px}
.b {background: url(../images/corners/dot.gif) 0 100% repeat-x}
.l {background: url(../images/corners/dot.gif) 0 0 repeat-y}
.r {background: url(../images/corners/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/corners/bl.gif) 0 100% no-repeat}
.br {background: url(../images/corners/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/corners/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/corners/tr.gif) 100% 0 no-repeat; padding:10px} 

.homeboxtext {
		font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 144%;
	color: #666666;
}

.dottedlinespacer {
  /*border:0;*/
  /*border-top: 1px dashed #999999;*/
  /*height: 2px;*/
}

.dottedlinespacerpadded {
  /*border:0;*/
  /*border-top: 1px dashed #999999;*/
  /*height: 10px;*/
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
}

.shoppingform {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.tablefloatright {
	float:right;
	width: 250px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.tablefloatleft {
	float:left;
	width: 400px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.redtext {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 145%;
	color: #CC0000;
