/*
body {
	background-color: #C0C0C0;
}
*/
.contentContainer
{
	position:relative;
	width: 700px;
	margin-top: 0px;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serifs;
	font-size: 14px;
}

.headerBar
{
	width: 100%;
	min-height: 40px;
	/*background-color: #000080;*/
	background-color: #124675;
	color: white;
	text-align: center;
}

.contentBody
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	min-height: 425px;
	overflow: auto;	
	background-color: white;
	color: black;	
}

.contentBodyInner
{
	margin: 15px;
	width: 670px;
}

.equal3ColTbl
{
	width: 100%;
}

.equal3ColTbl td
{
	width: 33%;
	text-align: center;
	vertical-align: top;
}

.linkButton
{
	display: block;
	width: 180px;
	min-height: 2em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	border: 2px outset #CCCCCC;
	/*background-color: #000080;*/
	background-color: #124675;
	color: white;
	text-align: center;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.contentBody p
{
	width: 95%;
	text-align:justify;
}

.contentBody p:first-letter
{
	float:left;	
	color:#B0B0B0;
	font-size:40px;	
	margin:2px;
	margin-left:0px;
}

.note
{
	display: block;
	font-style: italic;
}

.centeredContentBlock
{
	display: block;
	text-align: center;
}

.centeredContentBlock img
{
	display: inline;
	text-align: center;
}

.webinar_item
{
	text-align: center;
	width: 100%;
}

.webinar_item .imageLink
{
	/*display: block;*/
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.webinar_item .caption
{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	width: 95%;
	font-size:10px;
	font-weight: bold;
}



