h1, h2, h3 {
	margin-top: 0;
	line-height: 1.25em;
	text-decoration: none;
	font-weight:bold;
}
h4, h5, h6 {
	margin-top: 0;
	line-height: 1.25em;
	text-decoration: none;
	display: inline;
}
p {
	margin-top: 0;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.mylinks a:link {
	color:#666600;
	text-decoration: none;
}
.mylinks a:visited {
	color: #666600;
	text-decoration: none;
}
.mylinks a:hover {
	color: #666600;
	text-decoration: underline;
}
.sizetitle {
	font-size: medium;
	color: #000000;
}
.tooltitle {
	font-size: large;
	color: #666600;
	font-weight: bold;
}
.smblacktxt { 
	font-size: small; 
	color: #000000; 
}
.smgraytxt { 
	font-size: small; 
	color: #666666;
}
/*begin Main Content area*/
.homeContent {
	width: 430px;
	float: left;
	background-color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.homeContent p {
	color: #a97455;
	line-height:175%
}
.content {
	width: 770px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 15px;
}

/*begin Home Featured Info*/
.homeFeaturedInfo {
	height: auto;
	width: 980px;
	background-color: #fbf0d8;
	float: left;
	margin: 0px;
}
.homeFeaturedInfo a:link, a:visited {
	color: #a97455;
	text-decoration: none;
}
.homeFeaturedInfo a:hover {
	color: #534741;
	text-decoration: none;
	font-weight: bold;
}
.featuredInfo1 {
	height: auto;
	width: 275px;
	float: left;
	background-image: url(../images/featuredInfo_DividerLine.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 35px;
}
.featuredInfo2 {
	height: auto;
	width: 275px;
	float: left;
	background-image: url(../images/featuredInfo_DividerLine.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 35px;
}
.featuredInfo3 {
	height: auto;
	width: 275px;
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 35px;
	}
	
/* ~~ miscellaneous style classes ~~ */
.emphasisGreen {
	color: #dbd587;
	font-weight: bold;
}
.emphasisDarkGreen {
	color: #7e7a4c;
	font-weight: bold;
	font-size: medium;
	line-height: 1.5em;
}
.emphasisBrown {
	color: #a97455;
	font-weight: bold;
}
.emphasisBrownQuote {
	color: #a97455;
	font-size: large;
	line-height: 1.25em;
}
/* ~~ miscellaneous store classes ~~ */
.PagingItemTitle {
	font-size:16px;
	color:black;
}

