body {
	font-family:'Times New Roman';
	background-color:#EEF;
	background:url('images/DSC00661-1200.jpg');
	background-attachment:fixed;
	background-position:center top;
}
td {
	vertical-align:text-top;
}
.header {
	height:60px;
	font-size:20px;
	text-align:center;
	border-bottom:ridge 4px #0174DF;
}

.menu{
	width:140px;
	padding-right:15px;
	padding:5px;
	background:url('images/50.png');
	
}

.menu a {
	text-decoration:none;
	color:#039;
	line-height:160%;
}

.title{
	font-weight:bold;
}
.main-body{
	padding:10px;
}
.emphasis{
	font-weight:bold;
	font-style:italic;
}
.red {

	color:red;
}

.verse{
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

.reference{
	text-align:center;
	font-style:italic;
}

.r{
	display:block;
	float:right;
}

/* This and the <p> tag it is associated with is a stupid hack 
to make an image actually be centered in all browsers.
To center an image, wrap the img tag in a p tag with a class 
of centeredimage */ 
.centeredimage{
	text-align:center;
}

.image{
	margin:10px;
	border:none;
}

.year{
	width:70px;
	float:left;
}

.scheduleBlock{
	font-size:12px;
	width:400px;
}

.scheduleBorder{
	border-style:double;
	border-width:4px;
	border-color:black;
}

.scheduleItem {
	clear:both; /*This makes it so each new item starts completely under anything that may be floating above it (with a float:left) */
}

.time{
	width:100px;
	float:left;
	margin-right:20px;
	margin-left:5px;
}


.scheduleDesc{
	float:left;
	width:275px;
}

.hack{
	/*this is a silly hack to make sure that all schedule items float INSIDE the schedule block, otherwise in some browsers, they tend to sneek out for no good or logical reason */
	clear:both;
}

.rightFloatBox{
	float:right;
	border-style:solid;
	border-width:2px;
	border-color:black;
	width:200px;
	padding:15px;
}

.admin-name{
	float:left;
	width:180px;
}


.smallimage{
	height:30px;
}


/* Calendar Stuff */
.caltable {
	width: 425px;
}

.caldate {
	height:30px;
	padding: 1px;
	border: 1px solid #666666;
	text-align: center;
}
.datehighlight{
	background-color:#CC9933;
}