

/* Top most dark blue heading */

.deptheader a {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	background: #FFF;
	padding: 5px 2px 5px 12px;
	display: block;
	text-decoration: none;
}

.deptheader a:hover {
	background: #6699CC;
	color: #FFFFFF;
}

/* Grey heading */

.header {
        font-size: 0.7em;
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        display: block;
		padding: 5px 2px 5px 12px;
        font-weight: bold;
        color: #666666;
        text-decoration: none;
		border-bottom: 1px solid #A8BECF;
}

.sidenav a {
	font: 11px/12px Verdana;
	color: #006699;
	display: block;
	padding: 8px 2px 8px 12px;
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #A8BECF;
}

.sidenav a:hover {
	background: #6699CC;
	color: #FFFFFF
}


/* Second Level */

.linkStyle a {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	display: block;
	padding: 5px 2px 5px 25px;
	background: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #A8BECF;
}

.linkStyle a:hover {
	background: #6699CC;
	color: #FFFFFF;
}

/* Light blue horizontal line dividing sidenav elements */

.linkBreak {
        display: block;
	border-bottom: 1px solid #A8BECF;
}

/* Light yellow  vertical line on the right separating sidenav from content */

.sidenavBorderYellow {
        border-right: 1px solid #EBC072;
}
