body {
background:url('img/bg-bw-1-smaller-lighter.gif') repeat;
}

h1, h2, h3, h4, h5, h6 {
font-family:Copperplate, Times, sans-serif;
text-align:center;
margin:0 0 7px 0;
}

h1 {
font-size:3.75rem;
}

h2 {
font-size:31px;
}

h4 {
font-size:20px;
}

a {color:#c00;text-decoration:none}
a:hover {text-decoration:underline}

.header-of {

}

form {
margin:0 auto;
border:0px solid red;
margin-top:25px;
width:145px;
margin-bottom:25px;
}

#paypal-container {
border:3px solid #c00;
margin:0 auto;
}

#overlay {
width:100%;
height:1100px;
position:absolute;
top:0;
left:0;
opacity:.5;
}


#wrap {
position:relative;
margin:0 auto;
width:940px;
}

.text-shadow {

/* text-shadow: 5px 5px 5px #444; */
text-shadow: 5px 5px 2px #bcbcbc;
filter: dropshadow(color=#dedede, offx=2, offy=2);
}

.header {

}

#header-container {
background-color:#cdcdcd;
margin-bottom:15px;
border:3px solid #222;
margin:0 auto;
width:760px;
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
}

.content {
padding:15px 40px 15px 40px;
background-color:#cdcdcd;
/* border:6px ridge #af0000; */
border:3px solid #222;
margin:0 auto;
width:760px;
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);

}

#main-content {
height:500px;
}

#main-content p {
font-family:'Trebuchet MS';
margin:0 auto 10px auto;
text-align:justify;
width:760px;
font-size:16px;
}

#secondary-content {
height:300px;
}

#secondary-content p {
font-family:'Trebuchet MS';
margin:0 auto 10px auto;
text-align:justify;
width:760px;
font-size:16px;
}


ul#readings-docs {
list-style-type:none;
margin-top:20px;
}
#readings-docs li{
	border:0 solid red;
	float:left;
	font-family:'Trebuchet MS';
	font-size:20px;
	font-weight:bold;
	margin-left:20px;
}
#readings-docs li:last-child{
}

ul#da-links {
list-style-type:none;
}
#da-links li{
	border:0 solid red;
	float:left;
	font-family:'Trebuchet MS';
	font-size:20px;
	font-weight:bold;
	margin-left:20px;
}
#da-links li:last-child{
}


.meeting-format {
	font-family:'Trebuchet MS';
	font-size:18px;
	font-weight:bold;
}


