﻿


.mainContent
{
	width: 650px;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	margin-left: 10px;
}

.mainContent p, .mainContent ul
{
	text-indent: 0px;
	font-size: 10pt;
	color: #515151;
}

.mainContent h3
{
	margin: 15px 0px 0px 0px;
	background-position: left center;
	background-image: url('Graphics/contentDot.png');
	background-repeat: no-repeat;
	display: block;
	text-indent: 18px;
	clear: both;
}

.mainContent h2
{
	margin: 15px 0px 0px 0px;
	background-image: url('Graphics/MainContentUnderline.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #333333;
	padding-bottom: 5px;
	text-indent: 20px;
	clear: both;
}

.sideBar
{
	width: 280px;
	margin-bottom: 10px;
	float: right;
	padding: 5px;
	left: 680px;
	margin-right: 10px;
}

.sideBar p
{
	margin: 8px;
	font-size: 10pt;
	color: #515151;
}
.sideBar h2
{
	margin: 15px 0px 0px 0px;
	background-image: url('Graphics/SideBarUnderline.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: normal;
	font-size: 18pt;
	color: #333333;
	padding-bottom: 5px;
	text-indent: 20px;
}
.sideBar h4{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-position: left center;
	background-image: url('Graphics/newsDot.png');
	background-repeat: no-repeat;
	display: block;
	color: #000000;
	font-size: 12pt;
	text-indent: 18px;
	font-weight: normal;
}
.sideBar h5{
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-size: 8pt;
	text-indent: 20px;
	font-weight: normal;
}

.mainContentStory
{
	margin: 15px 10px 30px 10px;
}

.sideBarStory
{
	border-color: #C0C0C0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
