/***********************************************
Edit the Home Page Navigation 
***********************************************/
#tdNav {
	background-position: right top;
}

#tdNav a {
	color: #ffffff;
	text-decoration: underline;
}
#tdNav a:hover {
	color: #ffffff;
	text-decoration: none;
}


/***********************************************
Edit link and image properties inside the content area 
***********************************************/

#tdContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#tdContent a {
	color: #8C3400;
	text-decoration: none;
}
#tdContent a:hover {
	color: #B54508;
	text-decoration: underline;
}
#tdContent img {
	margin-right: 12px;
	margin-bottom: 8px;
}