﻿



/* --------------------------------------------------------------- */



#BasePageWrapper
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 880px;
	/* height: 1200px; */
	top: 20px;
}
	#HomeLink
	{
		position: absolute;
		left: 40px;
		z-index: 400;
		top: -20px;
	}
		#HomeLink a 
		{
			font-size: 10px;
			color: #FFFFFF;
			text-transform: uppercase;
		}
		
	#BasePageHeader
	{
		position: absolute;
		left: 0px;
		top: 0px;
		
	}
	#BaseContentContainer
	{
		position: relative;
		top: 65px;
		width: 880px;
		overflow: visible;
		background-color: #FFFFFF;
		
	}


		#BaseContentLeftRightContainer
		{
			position: relative;
			float:left;			
			overflow: visible;
		}

			.LeftColumn 
			{
				background-color: #808080;
			}
			
			.RightColumn
			{
				background-color: #FFFFFF;
			}
			
			#BaseContentLeft
			{
				position: relative;
				float: left;
				width: 381px;
			}

			#BaseContentRight
			{
				
				position: relative;
				float: right;
				width: 499px;
			}
		
		#BaseContentFooter
		{
			display: block;
			position: relative;
			clear: both;
			width: 880px;
			top: 65px;
			background-image: url(/images/shared/rounded-bottom.gif);
			background-repeat: no-repeat;
			background-color: none;
			z-index: 200;
		}
				
	.BackLink
	{
		clear: both;
		display: block;
		margin: 20px 0px 15px 0px;
		border-top: solid 1px #cdcdcd;
		padding: 5px 0px 0px 0px;
		font-weight: bold;
	}

