


/************ sectionLinks styles **************/
/******* hyperlink and anchor tag styles *******/


#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: 300;
	padding: 7px 0px 3px 10px;
	color: gray;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

