﻿/* This style sheet is use to handle the color and images for the jazz theme */

#topmenu { border-top : 5px solid #463952; }

#homeimage { background-image : url('./images/header_logo_purple.jpg'); background-repeat : repeat-x; background-repeat : no-repeat;}

#header { background-image : url('./images/header_bg_purple.jpg'); background-repeat : repeat-x; }

div.nav a:hover { color : #000; }
div.nav a.active { color : #463952; border-bottom : 4px solid #463952; padding-bottom : 1px; }

div.imgcontainer { background-color : #36303C; }

#copyright { border-bottom : 10px solid #463952; }

div.course { border-bottom : 10px solid #36303C; }

a.pagenext { border-bottom : 4px solid #463952; }