.rightpic {
	float: right;
	display: inline;
	margin: 0 45px 20px 20px;
}
/* Table styles and formatting - this should all probably be within the content element */
table {
	border: 0px;
	margin-top: 20px;
}
.table-heading td {
	color: #42828b;
	border-top: 2px solid #d6782a;
	background-color: #f0f7f5;
	font-size: 15px;
	font-weight: bold;
}
.list {
	border-collapse: collapse;
	border: 0;
	border-top: 2px solid #43848C;
	width: auto;
	margin-bottom: 1em;
	margin-top: 0em;
	border-bottom: 1px solid #72afb6;
}
	.list .th {
		background-color: #f0f7f5;
		color: #42828b;
		font-weight: bold;
		font-variant: normal;
		font-size: 14px;
		vertical-align:top;
	}
.list-no_lines {
	border-collapse: collapse;
	border: 0;
	width: auto;
	margin-bottom: 1em;
	margin-top: 0em;
}
	.list-no_lines .th {
		background-color: #f0f7f5;
		/*color: #42828b;*/
		font-weight: bold;
		vertical-align:top;
		/*font-variant: normal;
		font-size: 14px;*/
	}
.list-indent {
	border-collapse: collapse;
	border: 0;
	border-top: 2px solid #43848C;
	width: auto;
	margin:0 2em 1em;
	/*margin-bottom: 1em;
	margin-top: 0em;
	margin-left:2em;
	margin-right:2em;*/
	border-bottom: 1px solid #72afb6;
}
	.list-indent .th {
		background-color: #f0f7f5;
		color: #42828b;
		font-weight: bold;
		font-variant: normal;
		font-size: 14px;
		vertical-align:top;
	}
.list-indent-no_lines {
	border-collapse: collapse;
	border: 0;
	width: auto;
	margin:0 2em 1em;	
	/*margin-bottom: 1em;
	margin-top: 0em;
	margin-left:2em;
	margin-right:2em;*/
}
	.list-indent-no_lines .th {
		background-color: #f0f7f5;
		/*color: #42828b;*/
		font-weight: bold;
		vertical-align: top;
		/*font-variant: normal;
		font-size: 14px;*/
	}
.small-home {
    font-size: 11px;
}
	
/* List formatting */

ol.list-alpha, ol.list-alpha li {
	list-style-type: lower-alpha;
}

.caption
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.imgStyle
{
	border: 1px solid #72afb6;
}
