/*div.story {background-color:#00F; padding:10px;}

#navLocal a.localLink {
	color: #fff;
	background-color:#36f;
	display:inline-block;
	width:10em;
	padding: 10px;
}
*/
body {
	background-image: url(gifs/blueFire.gif);
	background-color:#000;
	background-repeat: repeat-y;
	margin-top: 50px;
	margin-left: 120px;
}
div#pageName {
	color: #CECAFF;
	background-image: url(gifs/bluefireTop.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 50px;
	margin-top: -55px;
	margin-left: -100px;
}
div#pageHeader {
	float: left;
	width: 100px;
	margin-left: -100px;
	background-color: #CCF;
	margin-top: 50px;
	padding: 2px;
}
a.utilityLink, a.globalLink {
	display: block;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #63F;
}
div#navLocal {
	background-image: url(gifs/gradientTopViolet.jpg);
	background-repeat: repeat-x;
	font-size: larger;
} 
div#navUtility {
}


a.utilityLink:hover, a.globalLink:hover {
	background-image: url(gifs/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #D4DFFF;
}
div.story {
	background-color: #9866FF;
	padding: 10px;
	background-image: url(gifs/gradientTopViolet.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
table#indexTable {
	background-color: #CCF;
}
div#pageFooter {
	color: #C5C1F4;
}
