body
{
}


.Right
{
	float: right;	
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 0px;
	width: 425px;
}

.Left
{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
	width: 425px;
}

.Section
{
	width: 100%;
	border: solid 1px #364656;
	margin-bottom: 20px;
}

.Section .SectionTitle
{
	background-color: #364656;
	text-align: center;
	height: 20px;
	color: White;
	vertical-align:middle;
	line-height: 20px;
	font-weight: bold;
}


.Section .SectionItem
{
	width: 425px;
	border-bottom: solid 1px black;	
}

.Section .SectionItem .SectionItemTitle
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;	
}

.Section .SectionItem .SectionItemInfo
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;	
	font-size: 10px;
	text-align: left;	
	font-style: italic;
	color: #666666;
}

.Section .SectionItem .SectionItemIntro
{
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 20px;
	font-size: 12px;
	text-align: left;	
	font-style: italic;
}

.Section .SectionItem .SectionItemSmall
{
	width: 400px;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 10px;
	font-size: 10px;
	text-align: left;	
}


.Section .SectionItem .SectionItemIntro .FloatingImage
{
	float: left;
	margin-right: 5px;
	border: solid 1px black;
	margin-top: 5px;
}

.Section .SectionItem .SectionItemTitle a
{
	font-weight: bold; 	
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.Section .SectionItem .SectionItemTitle a:hover
{
	text-decoration: underline;
}

.Clear
{
	clear: both;
}

.NoDataHome
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;	
}
