body {
	background-color: #3F3429;
	margin: 0;
	font-size: small;
	font-family: Verdana;
}

* html body {
	font-size: x-small; /* for IE 5 */
	f\ont-size: small; /* for other IE versions */
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#head {
	width: 900px;
	height: 312px;
	float: left;
	background-image: url(images/header-image.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 900px;
	float: left;
	margin: 0;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	/* border: 1px solid yellow; */
}

/* -- Text Attributes -- */

p {
	line-height: 120%;
	font-size: 95%;
}

*html body p {
	line-height: 110%;
}

.last {
	padding-bottom: 15px;
}

.indent {
	margin-left: 75px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.credit {
	display: block;
	font-size: 80%;
	padding: 2px 0 8px 0;
}


.dropCap {
	float: left;
	color: #267AAB;
	font-size: 28pt;
	font-weight: normal;
	line-height: 20px;
	padding: 9px 2px 0 0;
}

* html body .dropCap {
	float: left;
	color: #267AAB;
	font-size: 27pt;
	font-weight: normal;
	line-height: 20px;
	padding: 8px 2px 4px 0;
}

/*
.dropCap {
	display: block;
	
	
	float: left;
	padding: 0 4px 0 0;
	margin-top: 10px;	
}
*/

/*
* html body .dropCap {
	display: block;
	font-size: 320%;
	font-weight: normal;
	color: #267AAB;
	float: left;
	padding: 2px 4px 4px 0;
	margin: 6px 0 0 0;
}
*/

.lead {
	font-size: 100%;
	line-height: 150%;
}

h2 {
	font-size: 140%;
	color: #267AAB;
	font-weight: bold;
	margin: 10px 0 2px 0;
}

h3 {
	font-size: 110%;
	color: #267AAB;
	font-weight: bold;
	margin: 4px 0 0px 0;
}

* html body h3 {
	display: block;
	margin: 0;
	padding: 0;
}

.event {
	color: #AC6D37;
}

.eventIndent {
	color: #AC6D37;
	margin-left: 75px;
}

.note {
	color: #AC6D37;
	font-weight: bold;
	font-size: 100%;
}

.blueText {
	color: #267AAB;
}

* html body #primaryContent {
	width: 480px;
	float: left;
	margin: 15px 0 0 45px;
}

#primaryContent {
	width: 480px;
	float: left;
	margin: 5px 0 0 89px;
	.margin-top: 15px; /* affects both IE6 & IE7 */
  _margin-top: 5px; /* reapply first rule to IE6 */
}

#primaryContent img {
	float: left;
	margin-top: 3px;
}

#secondaryContent {
	width: 221px;
	float: left;
	margin: 5px 0 0 20px;
}


#footer {
	width: 900px;
	height: 110px;
	float: left;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

* html body #footer {
	font-size: 100%;
	padding-top: 15px;
}

.link {
	color: #AC6D37;
	text-decoration: underline;
	font-size: 100%;
}
