/* BBBS Ozarks Print CSS Document */
/* Main defs */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#menu, .clear, #header h2 {
	display: none;
	}

/* Home Defs */
#upcoming img {
	float: right;
	}
	
/* Headers */
h1 {
	color: #633081;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: .1in;
	font-weight: lighter;
	font-family: tahoma, arial, helvetica, sans-serif;
	}
h2 {
	font-weight: lighter;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #633081;
	}
h3 {
	font-weight: lighter;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #773b9f;
}
h4 {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #9B5EC4;
}

/* Links */
a {
	color: #633081;
	}
a:visited {
	color: #633081;
	}

/* Images */
.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}
.imgleft {
	float: left;
	margin: 10px 10px 0 0;
	}

/* Copyright */
#copyright {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding-top: .1in;
	}
