body {
	background: #1B3950;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660000; /* default font color unless changed in later sections */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; /* the default font style */
	font-size: 14px; /* default font size */
}

.oneColFixCtrHdr #header {
	background: #1B3950;	
}

.oneColFixCtrHdr #menuBar {
	background: #1B3950;	
}

.oneColFixCtrHdr #footer {
	background: #1B3950;
	padding-bottom: 10px;	
}

hr {
	color: #660000;
	background: #660000;
}

td.bodies {
	padding: 0 20px 25px 20px;
}



span.header {
	font-size: 40px;
	font-family: "Old English Text MT", sans-serif;
	color: #660000;
}

span.subhead {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
}

#valleyorg {
	padding: 5px;
	margin: 20px 0 0 0;
}

#address div {
	padding: 0;
	margin: 0;
	text-align:center;
}

#fifty {
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

.info {
	width: 90%;
	text-align: left;
	margin-left: 20px;
}

div.center {
	text-align: center;
}

div.event {
	margin-top: 5px;
	margin-bottom: 5px;
}

 span.bold {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.indent {
	margin-left: 75px;
	margin-right: 10px;
}

div.flyer {
	text-align: center;
}

div.staff {
	width: 80%;
	margin-left: 100px;
}

div.eventsnav {
	margin-bottom: 10px;
	text-align:center;
}

div.noticenav {
	margin-bottom: 25px;
}

div.eventsnav span {
	margin-right: 10px;
}

#staff {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0;
}

#staff thead {
	text-align: center;
}

#staff th {
	padding: 10px 0 15px 0;
	border: 1px solid #660000;
	border-collapse: collapse;
	margin: 0;
}

#staff td {
	vertical-align: top;
	border: 1px solid;
	padding: 10px;
}

#staff tr td.office {
	width: 175px;
}

#staff tr td.people {
	width: 320px;
}

div.nospace div {
	margin:0;
	padding:0;
}

span.italic {
	font-style: italic;
}

div.bold {
	font-weight: bold;
}

.smalltext {
	font-size: 13px;
}


.noticenav-left {
	float: left;
}

.noticenav-right {
	float: right;
}

.contentimgright {
	margin-right: 15px;
}

.blurb {
	font-size: 12px;
	font-style: italic;
	margin-right: 10px;
}

.columnleft {
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	width: 275px;
}

.columnright {
	float: right;
	margin-right: 10px;
	width: 390px;
}

.contactus {
	font-size: 18px;
	font-weight: bold;
}

span.title {
	margin-right: 15px;
	font-size: 15px;
}

.listingleft {
	float: left;
	margin-left: 30px;
	width: 350px;
	text-align:left;
}

.listingright {
	float: right;
	margin-right: 10px;
	width: 325px;
	text-align:left;
}

span.listingheadings {
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
}

span.listingheadings2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}

span.smaller {
	font-size: 12px;
}

span.worker {
	margin-left: 15px;
}

span.pastofficer {
	margin-right: 10px;
}

span.term {
	padding-right: 10px;
}

span.oneyear {
	padding-right: 10px;
	padding-left: 35px;
}

span.living {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

.application {
	font-size: 18px;
	font-weight: bold;
}

.calendar {
	font-size: 16px;
	font-weight: bold;
}

.marquee {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bolder;
}

.highlight {
	border: thick;
	border-color:#660033;
	text-align: center;
	border-style: double;
	border-collapse: no;
	background: #FFCC00;
	font-size: 16px;
}

