body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#999;	
}

body a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;	
}

body a:hover {
	text-decoration:underline;	
}

.row{
	width:960px; 
	margin: 0px auto 0px auto;
	padding-left:10px;
}

.topNavButton{
		float:left;
		background-color:#dbdac9;
		color:#555555;
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px; 
		width:122px; 
		height:20px; 
		text-align:center; 
		padding-top:3px;
}

.topNavButtonSelected {
		padding-top:3px;
		background-color:#b7b397; 
		color:#ffffff;
		float:left;
		width:122px; 
		height:20px; 
		text-align:center; 
}


.topNavButtonSelected a,.topNavButtonSelected a:hover{		
		text-decoration:none;
		color:#fff;
}

.topNavButton a{		
		text-decoration:none;
		color:#FFF;
}


.topNavButton:hover{		
		text-decoration:none;
		background-color:#ddd285;
		color:#fff;
		width:122px; 
		height:20px; 
}

.navSpacer{
	width:5px;
	height:11px;
	float:left;	
	background-color:#ffffff;
}

.imageHolder{
	width:670px;
	text-align:center;
	float:left;
	margin:35px 20px 20px 10px;
}

.imageNavHolder{
	position:relative;
	float:left;
	width:220px;
	margin-top:35px;
}

.imageNavButton{
	float:left;
	width:32px;
	margin:3px;
	padding:0px 0px 8px 0px;
	background-color:#fff;
}

.descriptionHolder{
	position:relative;
	float:left;
	width:460px;
	height:90px;
	margin-left:10px;
	overflow:hidden;
	text-align:left;
	
}

.imageNavButtonSelected{
	background-color:#CC9900;
	color:#CC9900;
}


.subCopyHeader{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#777777;
	margin-bottom:4px;
}

.copyHeader{
	line-height: 26px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#777777;
	font-weight: bold;
	margin-bottom:4px;
}

.headline{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#777777;
	margin-bottom:3px;
}
	
	
.bodycopy{
	line-height:14px;
}
	
.logoOffset{
	float:left;
	height:11px;
	margin-left:153px;

}	
	
