﻿/* images */

img {
	
}
p img {
	padding: 0;
	max-width: 100%;	
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
	border: 1px solid #59350b;
}
img.center {
	float:none;
	border: 1px solid #59350b;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.right {
	float:right;
	border: 1px solid #59350b;
	margin: 0 0 13px 13px;
	display: inline;
}
img.left {
	float:left;
	border: 1px solid #59350b;
	margin: 0 13px 13px 0;
	display: inline;
}
img.center-nb {
	float:none;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
	

/* site typography */
h1 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #356AA0;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 8px;
	padding-top: 5px;
}
h3 {
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}
p {
	clear: both;
}
blockquote {
	font-style: italic;
}
ul {
}
ol {
}
a {
	text-decoration: none;
	color: #356AA0;
}
a:hover {
	text-decoration: none;
	color: #800000;
}
.small {
}
#cg {
	border-bottom: 1px #59350B dashed;
	margin-bottom: 15px;
}