﻿



/*
	BODY CONTENT AREA
	-------------------------------------------------------------------------
*/








.OuterContainer
{
	position: relative;
	width: 880px;
	padding-top: 5px;
	margin: 0 auto 0 auto;
	height: 100%;
}

	.HomeBody
	{

		overflow: visible;
		width: 880px;
		padding-top: 0px;
		position:relative;
		
	}



		.BodyContainer
		{
			position: relative;
			float:left;
			display: block;
			overflow: visible;
			padding: 0px 0px 0px 0px;
			height: 100%;
			background-color: #808080;
		}
		
		.LeftContent
		{
			position:relative;
			float:left;
			width: 381px;
		}
		

		#RightContainer
		{
			float: right;
			display: block;
			overflow: visible;
			position: relative;
			width: 499px;
			/* min-height: 550px; */
			padding: 0px 0px 0px 0px;
			
			background-image: url(/images/content/content-bg.jpg);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			background-color: #FFFFFF;
		}

		.RightContent
		{
			display: block;
			overflow: visible;
			width: 450px;
			padding-right: 0px;
			margin: 0px;

			color: #4d4d4d;
			font-size: 11px;
			line-height: 20px;
		}
		
		#RightContentInnerContainer
		{
			padding: 30px; 
		}
		
		h1, h2, h3, h4
		{
			font-weight: bold;
			color: #AC143F;
			text-transform: uppercase;
		}
		
		h1
		{
			font-size: 130%;
			line-height: 130%;
		}

		h2 
		{
			font-size: 110%;
			line-height: 110%;
		}

		h3 
		{
			display: block;
			padding: 0px 0px 5px 0px;
			font-size: 100%;
			line-height: 100%;
			border-bottom: solid 1px #ABABAB;
			margin: 0px 0px 10px 0px;
		}

		h4
		{
			font-size: 100%;
			line-height: 100%;
			color: #404040;
		}

		.PressReleaseItem .Date 
		{
			font-size: 80%;
			color: #AC143F;
			padding-top: 6px; 
			width: 100%;
		}
		.PressReleaseItem .Headline
		{
		}
		
		PressReleaseItem .Headline a,
		PressReleaseItem .Headline a:visited
		{
			color: #4d4d4d;
		}
