/* swjstyle.css, a stylesheet for "Success with Joy!" */
/* written by Collie Collier of Laughing Collie Publications */
/* <www.laughingcollie.com> */


body {									/* DEFAULTS */
	background-color: #ffffff;
		/* white */
	background-image: url(img/bkgd-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "times new roman", serif;
	color: #000000;
		/* black */
	}

.standard {
	margin-left: 8%;
	margin-right: 20%;
	}

.logo {
	font-weight: bold;
	font-style: italic;
	color: #800000;
		/* maroon */
	}

.intro {
	margin-left: 10%;
	margin-right: 8%;
	padding: 20px;
	border: solid;
	border-color: #800000;
		/* maroon */
	background-color: #fdf5e6;
		/* oldlace */
	}


.sidenav {								/* NAVIGATION */
	float: right;
	text-align: center;
	width: 18%;
	font-weight: bold;
	font-style: italic;
	color: #800000;
		/* maroon */
	}

.sidenav a:hover {
	padding: 8px 10px 8px 10px;
	color: #800000;
		/* maroon */
	background: #ffd700;
		/* gold */
	}

.sidenav01 {
	float: right;
	text-align: center;
	width: 18%;
	font-weight: bold;
	font-style: italic;
	color: #800000;
		/* maroon */
	}

.sidenav02 {
	float: right;
	text-align: center;
	width: 18%;
	font-weight: bold;
	font-style: italic;
	color: #800000;
		/* maroon */
	}

.navtest {
	padding: 8px 8px 8px 10px;
	border-bottom: solid;
	border-width: medium;
	border-color: #daa520;
		/* goldenrod */
	}

.navtest a:hover {
	padding: 8px 10px 8px 10px;
	color: #800000;
		/* maroon */
	background: #ffd700;
		/* gold */
	}

.bottomnav {
	text-align: center;
	font-size: 90%;
	color: #800000;
		/* maroon */
	}

.testimonial {
	font-family: arial, sans-serif;
	float: left;
	width: 40%;
	font-size: 90%;
	background-color: #faf0e6;
		/* linen */
	border-top: solid;
	border-bottom: solid;
	border-width: thick;
	border-color: #daa520;
		/* goldenrod */
	padding: 20px;
	margin: 5px 20px 5px 0px;
	}


h1 {								/* HEADERS */
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	font-family: "times new roman", serif;
	text-align: right;
	color: #800000;
		/* maroon */
	}

h2 {
	font-style: italic;
	font-size: 150%;
	color: #800000;
		/* maroon */
	}

h3 {
	color: #8b4513;
		/* saddlebrown */
	text-align: center;
	}

h4 {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	}


a:link {								/* LINKS */
	color: #4b0082;
		/* indigo */
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}

a:visited {
	color: #808080;
		/* gray */
	text-decoration: none;
	}

a:hover {
	color: #800000;
		/* maroon */
	text-decoration: none;
	}

.webinfo {								/* COPYRIGHT STUFF */
	text-align: right;
	margin-right: 5px;
	font-style: italic;
	font-size: 90%;
	}

.copyright {
	margin-left: 5px;
	font-style: italic;
	text-align: left;
	font-size: 90%;
	}
