@charset "utf-8";
/* CSS Document */
.overallborder {
	background-color: #FAF9CD;
	border: 2px solid #664830;
}
.catheaders {
	margin-top: 5px;
	margin-bottom: 3px;
}
.leftcategories {
	text-align: left;
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: none;
	font-size: 90%;
}
.maincontent {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.leftlinks {
	text-align: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}


body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #664830;
	font-size: 95%;
}
body {
	background-color: #F99898;
	background-image: url(http://www.creationsinbloom.com/Images/dots75.png);
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link {
	color: #664830;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #664830;
}
a:hover {
	text-decoration: none;
	color: #664830;
	background-image: url(../Images/hover3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
a:active {
	text-decoration: none;
	color: #664830;
}
a:focus {
	text-decoration: none;
	color: #664830;
}
.leftbox {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F99898;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #F99898;
}
.rightbox {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #F99898;
}
.bottombox {
	border: 4px solid #F99898;
	color: #FAF9CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
