body { 
	padding:0;
	margin:0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 100%;
	color: #603913;
	line-height: 1.2em;	
}


img { 
	border: 0px;
	-webkit-box-shadow:  3px 4px 4px 1px rgba(0, 0, 0, 0.25);        
    box-shadow:  3px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
p { 
	margin: 0px 0px 20px 0px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.814em;
	color: #603913;
	line-height: 1.4em;	 
}
ul, ol { 
	margin: 0px 0px 20px 0px;
	padding-left: 15px;
}
.ccm-ui a, .ccm-ui a:visited, a, a:visited {
	color: #567632;
	text-decoration:none;
}
a:hover, a:active {
	color: #567632;
	text-decoration: underline;
}
hr {
  height: 4px;
  background-color: #fff;
  color: #fff;
  border-top: 1px solid #633b1b;
  border-bottom: 1px solid #633b1b;
  border-left: none;
  border-right: none;
  margin: 21px 0px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizelegibility;
}

h1 {
    font-family: 'Open Sans', sans-serif;
  	font-size: 1.563em;
  	font-weight: 400;
  	color: #567632;
	line-height: 1.2em;
   	margin: 10px 0px 0px 0px; 
}
h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.250em;
  	font-weight: 400;
  	color: #567632;
	line-height: 1.2em;	
   	margin: 20px 0px 0px 0px; 
}
h3 {
    font-family: 'Open Sans', sans-serif;
	font-size: 0.814em;
  	font-weight: 600;
	line-height: 1.2em;	
  	color: #567632;
   	margin: 10px 0px 0px 0px; 
}
h4 {
    font-family: 'Open Sans', sans-serif;
	font-size: 0.689em;
  	font-weight: 400;
	line-height: 1.2em;	
  	color: #567632;
	text-transform: uppercase;
}

.ccm-ui .open-sans, .open-sans{
    font-family: 'Open Sans', sans-serif;
}
.ccm-ui img.no-shadow, img.no-shadow{
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);        
    box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.ccm-ui img.image-left, img.image-left{
	float: left; 
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-top: 4px;
}
.ccm-ui img.image-right, img.image-right{
	float: right; 
	margin-left: 20px; 
	margin-bottom: 20px;
	margin-top: 4px;
}
.ccm-ui p.sidebar-intro, p.sidebar-intro{
    font-family: 'Open Sans', sans-serif;
	padding-top: 40px;
}

.clear{ clear: both; }