/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
a {
	font-weight: normal;
	font-variant: normal;
}

.navbar { 
}

	.navbar li { 
		
		padding: 0px 10px 8px 10px;
		color: #000000;
		display: inline;
	}
	
	.navbar li.active { 
		background: #FFF url(bar.gif) no-repeat center bottom; 
		color: #990000;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.navbar a {
	font-weight: bold;
	color: #000000;
	background: inherit;
	font-style: normal;
	text-decoration: none;
	} 
a:hover {
	text-decoration: underline;
}
