body {
	height:100%;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", verdana, sans-serif;
	font-size:small;
	background:#ccc;
}
.padding {
	padding:1em;
}
.nospace {
	margin:0;
	padding:0;
}
.spaceabove {
	margin-top:1em;
}
.halfspaceabove {
	margin-top:.5em;
}
.subhead {
	padding-top:.5em;
	margin-top:.5em;
	margin-bottom:0;
	padding-bottom:.25em;
}
.songitem {
	margin-bottom:.5em;
}
#logo {
	position:relative;
	height:200px;
	width:45%;
	background:#333 url(/images/logo.jpg) no-repeat bottom right;
}
.logo {
	position:relative;
	top:118px;
	height:80px;
	text-indent:-5000px;
	margin:0;
	padding:0;
}
#leftcol {
	position:absolute;
	top:200px;
	left:-100px;
	background:#000 url(/images/side_chfschool.jpg) no-repeat top right;
	width:45%;
	height:200%;
}
#leftcover {
	position:absolute;
	top:200px;
	left:-100px;
	background:#000;
	width:45%;
	height:200%;
	z-index:100;
}
#centerpic {
	position:absolute;
	height:118px;
	width:100px;
	background:#666 url(/images/mypic.jpg) no-repeat top left;
	top:200px;
	left:45%;
	margin-left:-100px;
}
#rightcol {
	position:absolute;
	top:0;
	height:318px;
	background:#666;
	margin-left:45%;
	width:100%;
}
#rightcover {
	position:absolute;
	top:0;
	height:318px;
	background:#666;
	margin-left:45%;
	width:100%;
	z-index:100;
}

#menu {
	position:absolute;
	top:0px;
	margin-top:286px;
	margin-left:45%;
	z-index:1000;	
}
#content {
	position:absolute;
	top:318px;
	background:#ccc;
	margin-left:45%;
	width:100%;
	left:-100px;
	height:100%;
}
#ctext {
	width:740px;
	padding:16px;
	line-height:1.5em;
	background:#ccc;
}
#ctext h2 {
	margin-top:0;
}
#ptext {
	position:relative;
	width:16%;
	float:left;
	margin-left:-72px;
	height:100%;
	padding-left:12px;
	z-index:0;
}
/*
p.introduction:first-letter {
	font-size : 60pt;
	font-family:Georgia,serif;
	font-weight : bold;
	float: left;
	color: #458bc9;
	border:solid 1px red;
	height:60pt;
	line-height: 1em;
	vertical-align: baseline;
}*/

.dropcap {
	font-size:80px;
	color:#458bc9;
	float:left;
	font-weight:bold;
	font-family:"Georgia", serif;
	/*border:solid 1px red;*/
	height:.25em;
	margin-top:26px;
	width:auto;
	line-height: 0;
}
.floatpara {
	float:left;
	padding-right:24px;
}
.margin1 {
	margin-top:10px;
}
.margin2 {
	margin-top:14px;
}
.rhead {
	margin:0;
	margin-top:.8em;
	margin-bottom:.4em;
}
.rsub {
	margin:0;
}
.rtext {
	margin:0;
	margin-bottom:.5em;
}

#links {
	border-top:solid 8px #999;
	margin-top:12px;
	text-align:center;
}
.floatcol {
	float:left;
	text-align:left;
	border-left:dotted 1px #eee;
	padding-left:12px;
	padding-right:12px;
}
#basement {
	position:relative;
	border-top:solid 8px #999;
	height:50px;
	padding-top:24px;
}
.floatrightcol {
	float:right;
}

/* FORM STYLES */
#payf label {
	display:block;
	margin-top:.25em;
}
#payf .floatleft {
	float:left;
	margin-right:.5em;
}
#payf .required {
	color:red;
}