@charset "UTF-8";

.body	{
	color: #333; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	margin-top: 0;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333; 
	font-size: 11px; 
	line-height: 15px; 
	margin-top: -5px 
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #4b675b; 
	line-height: 22px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #bda893; 
	font-style: italic; 
	margin-top: 0; 
	}

h2.left { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal;
	color: #4b675b; 
	line-height: 22px;
	border-top: thin solid black;
	padding-top: 5px;
	text-align: left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #35514c; 
	margin: 1.1em 0 0.5em;
	}

h4 {
	color: #35514c; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align: center; 
	margin: 4em 0 0.5em;
	}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #908070;
	font-style: italic;
	margin-left: 25px;
	margin-right: 25px;
}

a:link {
	color: #4b675b; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	}
a:visited {
	color: #4b675b; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	}
a:hover {
	color: #bca792; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	}

.footer {
	color: #4b675b; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4em;
	}
	
.footer a:link {
	color: #4b675b; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
	}

.footer a:visited {
	color: #4b675b; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
	}
	
.footer a:hover {
	color: #bca792; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
	}
	
img.floatRight {
	margin-left: 10px; 
	float: right;
	}
	
img.floatLeft {
	margin-right: 10px; 
	float: left;
	}

ul {}

li    {
	color: #333; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 15px; 
	list-style-type: disc; 
	display: list-item;
	}

.imageCenter {
	text-align: center;
	margin-bottom: 20px;
	width: 480px;
}
.marginLeft {
	background-color:white; 
	width:15px;
	}

.marginRight {
	background-color:white; 
	width:16px;
	}

.vertical-rule {
	width: 2px; 
	background-color: #4B675B;
	}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .75em;
	font-style:italic; 
	margin-top: -2px;
	text-align: center;
	width: 480px;
	}

.caption-2016-01 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 5px;
	text-align: center;
	font-style: italic;
	font-size: .65em;
}

#imagefloatright {
	float: right;
	width: 300px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style:italic; 
	text-align: center;
	border: thin solid gray;
}
.image {
	border: thin gray solid;
	text-align: center;
	margin-bottom: 10px;
}