/*  
This style sheet is the property of Herald Journal Publishing, Inc. ( http://www.herald-journal.com/ )
Author: Josh Leuze ( jleuze@hjpub.com )
*/

body {
    background: #CCCCCC	url(images/bg-gradient-gs.jpg);
    background-repeat: repeat-x;
    margin: 0px;
	font-family: 'Myriad', Arial, Sans-Serif;
	color: #000000;
	}
	
#bar {
		color: #E4E4E4;
		text-transform: uppercase;
	}
	
#bar a, #bar a:visited {
	    text-decoration: none;
		color: #E4E4E4;
		font-weight: bold;
	}

#bar a:hover {
text-decoration: none;
color: #ffffff;
	}


#navlist
{
padding-left: 0;
margin-left: 0;
width: 190px;
}

#navlist li
{
list-style: none;
margin: 0;
border-bottom: 1px solid gray;
}

#navlist li a {
display: block;
text-decoration: none;
padding: 5px;
color: #993333;
}

#navlist li a:hover {
text-decoration: none;
background: #E4E4E4 ;
}

	
a, a:visited, a:hover {
		text-decoration: none;
		color: #993333;
	}

a:hover {
	    text-decoration: underline;
		color: #993333;
	}
