/* CSS Document */

#homepageContent {
	margin: 8px 0 0 0;
}
	
	#homepageContent h1{
		font-size: 11px;
		color: #fff;
		letter-spacing: .15em;
		padding: 5px 0 18px 0;
	}
		
	#homepageContent #leftColumn{
		width: 289px;
		height: 212px;
		background: url(../images/bg_homeContent.gif) repeat-x;
		float: left;
		border: 1px solid #6D98AA;
		margin: 0 7px 0 0;
		padding: 0 15px;
		position: relative;
	}
	
	#homepageContent #centerColumn{
		width: 289px;
		height: 212px;
		background: url(../images/bg_homeContent.gif) repeat-x;
		float: left;
		border: 1px solid #6D98AA;
		margin: 0 7px 0 0;
		padding: 0 15px;
		position: relative;
	}
	
		#homepageContent #centerColumn a{
			color: #333;
		}
		
		#homepageContent #centerColumn a:hover{
			color: #507c8f;
		}
	
	#homepageContent #rightColumn{
		width: 270px;
		height: 212px;
		float: left;
		border: 1px solid #6D98AA;
		font-size: 11px;
		color: #333;
	}
	
	
		#homepageContent #rightColumn #homeModule1{
			border-bottom: 1px solid #6D98AA;
			position: relative;
			height: 72px;
			width: 270px;
			background: url(../images/module1_homepage.jpg) no-repeat;
		}
		
		#homepageContent #rightColumn #homeModule2{
			border-bottom: 1px solid #6D98AA;
			position: relative;
			height: 67px;
			width: 270px;
			background: url(../images/module2_homepage.jpg) no-repeat;
		}
		
		#homepageContent #rightColumn #homeModule3{
			position: relative;
			height: 71px;
			width: 270px;
			background: url(../images/module3_homepage.jpg) no-repeat;
		}
		
		#homepageContent #rightColumn .modContent {
			position:absolute; 
			top: 32px; 
			left: 12px; 
			width: 160px; 
			line-height: 1.2em;
		}
		
		#homepageContent #rightColumn .modTitle {
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			font-stretch:condensed;
			color:#577F91;
			position:absolute; 
			top: 7px; 
			left: 12px; 
			width: 180px; 
			line-height: 1.2em;
		}
	
	#homepageContent .intro{
		font-size: 13px;
		color: #507c8f;
		font-weight:bold;
	}