@charset "utf-8";
/* CSS Document */

body a ul h1 h2 h3 h4 h5 <!-- rest margins and padding to 0 -->
{
	padding:0;
	margin:0;
}

#Wrapper
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; /*color: #666666;*/
	width: 903px;
	margin: 25px auto;
	display:block;
}

#SummaryHeader
{
	background-image:url(/images/sidebyside/SideBySideHeader.gif);
	width: 903px;
	height: 53px;
}

#SideBySideMiddle
{
	border-left: 1px solid #bdcadd;
	border-right: 1px solid #bdcadd;
	width: 885px;
	padding: 10px 8px;
	overflow:hidden;
}

	#SideBySideMiddle #SBSnavRow
	{
		margin: 25px 15px 10px 0;
	}

	#SideBySideMiddle .OutputWrapper
	{
		width: 884px;
		border: 1px solid #1a3664;
		overflow: hidden;
	}

	#SideBySideMiddle .CandNameLeft
	{
		background-color: #ed1936;
		color: white;
		height: 40px;
		width: 442px;
		float: left;
		text-align: center;
		line-height: 38px;
		font-size: 18px;
		font-weight: bold;
	}
	
	#SideBySideMiddle .CandNameRight
	{
		background-color: #ed1936;
		color: white;
		height: 40px;
		width: 441px;
		float: left;
		text-align: center;
		line-height: 38px;
		font-size: 18px;
		font-weight: bold;
		border-left: 1px solid #1a3664;
	}
	
	#SideBySideMiddle .RedBand
	{
		height: 6px;
		background-color: #ed1936;
		clear: both;
	}
	
	#SideBySideMiddle .TopicHead
	{
		clear:both;
		Background-color: #1a3664;
		color: white;
		height: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#SideBySideMiddle .SubTopicHead
	{
		clear: both;
		Background-color: #bdcadd;
		color: black;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #1a3664;
		border-top: 1px solid #1a3664;
	}
	
	#SideBySideMiddle .LeftCol
	{
		width: 422px;
		padding: 0 10px 10px 10px;
		float: left;
		clear: left;
	}
	
	#SideBySideMiddle .RightCol
	{
		width: 421px;
		padding: 0 10px 10px 10px;
		float: left;
		border-left: 1px solid #1a3664;
	}
	
	#SideBySideMiddle .ColContentSection
	{
		padding-top: 10px;
	}
	
	#SideBySideMiddle .ColContentSection ul li
	{
		color: #000000;
	}
	
	#SideBySideMiddle ul
	{
		margin: 3px 0 0 20px;
		padding: 0;
	}
		
		#SideBySideMiddle #Sources
		{
			color: #000000;
		}
		
			#SideBySideMiddle #Sources .heading
			{
				font-size:12px;
				padding: 25px 5px 0 5px;
			}
			
			#SideBySideMiddle #Sources .content
			{
				padding: 0 5px 5px 5px;
			}

			#SideBySideMiddle #Sources hr
			{
				margin: 0;
				padding: 0;
				color: #000000;
				background-color: #000000;
				border-color: #000000;
			}
			
			#SideBySideMiddle #Sources .content ul
			{	
				padding-top: 0;
				margin-top: 0;
				
			}
			
			#SideBySideMiddle #Sources .content ul li
			{
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #000000; /*color: #666666;*/
			}
			
#SideBySideFooter
{
	Background-image:url(/images/sidebyside/sidebyside_home_Bottom.gif);
	width: 903px;
	height: 23px;
}
