@charset "utf-8";
.test {
	color: #000066;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top-color: #0303FB;
	border-right-color: #0303FB;
	border-bottom-color: #0303FB;
	border-left-color: #0303FB;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3778DC;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #C3D9FF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #0303FB;
}
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #3778DC;
	font: small Verdana,sans-serif;
	border: 1px solid #0303FB;
}
