/* CASCADING CSS OVERRIDES

pavilion-spa color treatments
	to cascade correctly, link to this file after 
	the default (pavilion.css) stylesheet in the 
	html head tag.


	the stylesheet imported last will override 
	any that come before it
--------------------------------------------- */


body {
	background-image: url(/images/template/BlueBG.jpg);
}


/* page containers 
--------------------------------------------- */
#primarycontarea {
	background: #e7eff7;
}

#primarycontent {
	background: #fff;
}


/* links 
--------------------------------------------- */
a:link, a:visited {
	/* original color was #7299C6 changed to #426F9F */ 
	color: #426F9F;
}

/* headings 
--------------------------------------------- */
h3 {
	border-bottom: solid 1px #7299C6;
}
