/* CSS Document */

/*global variables */

body {
	background-color: #d6d6ca;
}


#bar {

	background-color: #b3b59d;

}

#navigation ul li.sub {
	color: #a46c35;
}

#navigation a {
	color: #a46c35;
}



/* global */
.center {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}

#contentCol p {
	
	color: #757769;
	
}
#contentCol h1 {
color: #757769;
	
}
#contentCol h2 {
	color: #757769;
	
}

#contentCol h3 {
	color: #757769;
	
}

#contentCol ul li {
	color: #757769;
}

#contentCol a {
	
}


.dropCap {
	font-size: 21px;
	float: left;
	background: #757769;
	color: #d6d6ca;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #d4c378;
	font-family: "Times New Roman", Times, serif;
}


/* image and text placement */




#contentCol .boxoutLeft p,#contentCol .boxoutRight p,#contentCol .imgRowLeft p,#contentCol .imgRowRight p, #contentCol .center p, #contentCol .imgRowLeftV p, #contentCol .imgRowRightV p  {
	color: #5C5534;

	
}
