body,td,th {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #4E4836;
}
body {
	background-color: #DDD8D3;
	margin-left: 40px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
	background-image: url(images/bkg_all.gif);
}
a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
	color: #CC3366;
	text-decoration: none;
}
a:hover {
	color: #2D291E;
	background-color: #FEDCDC;
	text-decoration: underline;
}
a:active {
	color: #2D291E;
	background-color: #FEDCDC;
	text-decoration: underline;
}
.mainTable {
	border: 1px solid #4E4836;
}

/*** Nav bar styles ***/

.vnav
{
	margin-top: 2px;
	margin-bottom: 0.25em;
	list-style-type: none;
}

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: none;
	border-top: none;
	border-right: none;

}
.vnav ul
{
	border-bottom-width: 0;
	white-space: nowrap; 
}
.vnav ul li
{
	border-bottom: solid 1px #4E4836;
	border-right: none;
	display: inline;
}
.vnav ul li a
{
	display: inline;
	white-space: nowrap; 
	text-decoration: none;
	padding: 2px 10px;
	color: #4E4836;
	border: solid 1px #4E4836;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-color: #FCE3E3;
}

.vnav ul li a:visited
{
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding: 2px 10px;
	color: #4E4836;
	border: solid 1px #4E4836;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-color: #FCE3E3;
}
.vnav ul li a:hover
{
	background-color: #7A3135;
	font-color: white;
	text-decoration: none;
	color: #FFF;
	border: solid 1px #4E4836;
	border-top: none;
	border-right: none;
	border-bottom: none;
}
/*** END Nav bar styles ***/

.footer {
	color: #666666;
	font-size: 11px;
}
.footer a:link {
	color: #443A34;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #443A34;
}
.footer a:hover {
	color: #663333;
	text-decoration: underline;
}
.footer a:active {
	text-decoration: none;
	color: #663333;
}h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #7A3135;
}
h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A3135;
}
h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #7A3135;
}
.leftPadding30 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.leftCellPad {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.bkgCare {
	background-attachment: scroll;
	background-color: #FEEDEB;
	background-image: url(images/bkg_cushioning.gif);
}

.bkgCollections {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #F6F3F0;
	background-image: url(images/bkg_collections.gif);
	background-repeat: no-repeat;
	background-position: 470px 0px;
	
}
li {
	list-style-type: circle;
}
p {	line-height: 18px;
}


