html { background-color: black; background-image: url(images/gradient.gif); background-repeat: repeat-y; }
a:link { 
	color: blue; 
	}
a:visited { 
	color: #330;
	}
a:hover { 
	color: #330;
	}
a:active { 
	color: purple;
	}
#sidebar { 	
	background: url(images/fadeaway.gif) no-repeat; 
	}
#sidebar-index { 	
	background: url(images/fadeaway_index.gif) no-repeat; 
	}
#main {
	padding-left: 2em;
	background-repeat: repeat-y;
	border-top: solid white 1px ;
}
#masthead { 
	background: url(images/scanline.gif) repeat-x; 
	}
#masthead-index { 
	background: url(images/scanline-index.gif) repeat-x; 
	}
.mastgraphic { 
	background: url(images/masthead.jpg) no-repeat; 
	height: 100px; 
	}
.mastgraphic_index { 
	background: url(images/masthead_index.jpg) no-repeat; 
	height: 150px; 
	}
/**************** menu coding *****************/
#nav {
	background: #000 url(images/gradient.gif) repeat-y; 
	}
#nav a {
	color: #fff;
	background: #004b8c;
	}
#nav a:hover {
	color: #131287;
	background: #fff;
	}	
#nav .header {
	height: 30px;
	vertical-align: middle;
	padding: 0px;
}
#nav li a { 
	padding: 3px 0px;
	}
#nav a img { float: left;
	font-size: 12px;
	left: -30px;
	}
#nav li div  { 
	line-height: 26px 
	}
#nav div img {
	float: left;
	padding: 2px;
	height: 26px;
	}
#footer {
	background: #000 url(images/gradient.gif) repeat-y;
	border-top: 1px solid black;
	}

