/* CSS Document */

/*global variables */

body {
	background-color: #d4c37b;
}


#bar {
	background-color: #77715b;

}

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

#navigation a {
	color: #a46c35;
}



/* global */
.center {
	text-align: center;
}

#contentCol p {
	
	color: #5a553c;
	
}
#contentCol h1 {
color: #5a553c;
	
}
#contentCol h2 {
	color: ##5a553c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a553c;
	
}

#contentCol h3 {
	color: #5a553c;
	
}

#contentCol ul li {
	color: #5a553c;
}

#contentCol a {
	
}


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

div#footer p {
	
	color: #5a553c;

}


/* 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;

	
}
