@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	background-color: #FCC;
	background-image: url(pics/afro-pattern-bkgrnd-recolor.gif);
	background-repeat: repeat;
}
h1 {
font-size: 1.4em;
padding: 10px 10px 0;
}
p {
padding: 0 10px 1em;
}
#container {
	min-height: 100%;
	background-color: #ffffff;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	width: 1000px;
	margin: 0 auto;
	background-image: url(pics/sand-bkgrnd.png);
	background-repeat: repeat;
}
* html #container {
height: 100%;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

.main-header {
	font-size: 24px;
	font-style: oblique;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}
.table-border {
	background-color: #FFF;
}
.footer-padding {
	padding-top: 10px;
	padding-bottom: 30px;
}
.img-float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.img-float-left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.caption-float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.caption-float-left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.quote-text {
	font-size: 20px;
	font-style: italic;
	line-height: 25px;
	font-weight: lighter;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
}
.quote-author-text {
	font-size: 14px;
	font-style: italic;
	line-height: 5px;
	font-weight: lighter;
	padding-right: 150px;
	padding-left: 150px;
	text-align: left;
}
.body-text {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
.logo-padding {
	padding-top: 10px;
}
table.cal {
	border: 1px solid #333333;	
	border-collapse: collapse;
}
tr.cal-heading td {
	border: 1px solid #333333;
	font-style: normal;
	font-size: 50%;
	color: #FFF;
	}
tr.cal-body td {
	border: 1px solid #333333;
	font-style: normal;
	font-size: 40%;
	text-decoration: none;
	}
tr.cal td {
	border: 1px solid #333333;
	}
.cal-title {
	font-style: normal;
	font-size: 80%;
}
table.body-cell {
	border: 1px solid #ffffff;
}
.photocontain2{
	width:400px;
	padding-left:20px;
	padding-right: 20px;
	padding-bottom:10px;
	float:left;
}
.photo2{
	height:500px;
	width:400px;
	border: 1px solid #333333;
}
.photocaption2{
	width:400px;
	font:bold 90% Arial, Helvetica, sans-serif;
	line-height:1.5;
	text-align:left;
	padding-left: 5px;
	font-size: 33%;
	color: #666;
}
.chalkboard-table-top{
	background-image: url(pics/chalkboard-top.jpg);
	background-repeat: no-repeat;
	width: 865px;
	height: 184px;
	border: none;
}
.chalkboard-table-mid{
	background-image: url(pics/chalkboard-middle.jpg);
	background-repeat: repeat-y;
	border: none;
}
.chalkboard-table-bottom{
	background-image: url(pics/chalkboard-bottom.jpg);
	background-repeat: no-repeat;
	border: none;
}

.chalkboard2-table-top{
	background-image: url(pics/chalkboard2-top.jpg);
	background-repeat: no-repeat;
	width: 865px;
	height: 28px;
	border: none;
}
.chalkboard2-table-mid{
	background-image: url(pics/chalkboard2-middle.jpg);
	background-repeat: repeat-y;
	border: none;
}
.chalkboard2-table-bottom{
	background-image: url(pics/chalkboard2-bottom.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 865px;
	height: 27px;
}




















