@charset "UTF-8";
/* CSS Document */
hr{
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 75px;
	text-align: center;
	
	}
	
li {
	list-style:inside;
	
	
}

a, a:hover, a:visited, a:active {
	color:#6e2c43;
	text-decoration:underline;
	
}
#masthead {
	font-size: 1.5em;
	font-weight: 100;
	margin: 0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #d9d7d5;
	background-image:url(../images/logobanner.jpg);
	background-repeat: no-repeat;
	
