body {
	color: #7B7B7B;
	margin: 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 1.5em;
}
#contentSide {
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom:50px;
}
#contentSide p , #contentSide h2 {
	margin-top: 0px;
	line-height: 2em;
}

#imageSide {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom:50px;

}
#imageSide a:hover img {
	text-decoration: none;
	background: #fff;
}
#imageSide a:visited:hover img {
	text-decoration: none;
	background: #fff;
}
#bookQuotes h2 {
	display: block;
	margin: 15px 40px 0px;
}
#bookQuotes p.atrib {
	display: block;
	margin: 0px 0px 15px;
}
#mouth {
	left: 50%;
	position: relative;
	margin-left: -32px;
	width: 64px;
	margin-top: 50px;
	margin-bottom: 30px;
}
/* these may need to be chaged, they are part of blog like navigation only*/
#navlinks {
	padding: 4px;
}
#navlinks a:link {
	color: #406B92;
	text-transform: uppercase;
	text-decoration: none;
}
#navlinks a:hover {
	color: #004074;
	text-transform: uppercase;
	text-decoration: none;
	background: #D3DDE5;
}
#navlinks a:visited {
	color: #406B92;
	text-transform: uppercase;
	text-decoration: none;
}
/**/
.watermark {
	background: url(none) repeat-y center top;
}
.img-btsLeft {
	margin-right: 15px;
	margin-bottom: 15px;
}
/**/
#archiveList {
	position: relative;
	height: 350px;
	padding-top: 10px;
}
#archiveList ul {
	padding-left: 40px;
	list-style: square;
	padding-right: 40px;
	font-size: 1.2em;
	color: #567299;
}
#archiveList li {
	display: block;
	padding-top: 5px;
	padding-bottom: 1px;
	border-bottom: thin dashed #E0E0E0;
}
#archiveList li a:link {
	color: #023064;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#archiveList li a:hover {
	color: #004074;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #D3DDE5;
}
#archiveList li a:visited {
	color: #023064;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#archiveList .pages {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	padding-left: 100px;
	padding-top: 30px;
}
#archiveList .pages a:link {
	color: #023064;
	font-weight: bold;
	text-decoration: none;
}
#archiveList .pages a:visited {
	color: #023064;
	font-weight: bold;
	text-decoration: none;
}
/**/
#products h2 {
	margin-top: 0px;
	padding-top: 0px;
}
#products li {
	padding-top: 5px;
	list-style: square;
}
