/* CSS Document */
#body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 1px;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 5px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #003366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: inset;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#sectionLinks a:hover{
	background-color: #ECE9D8;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	border-top-width: thin;
	border-top-style: none;
}
#body {
}

#sectionLinks div {
	text-align: left;
}