@charset "utf-8";

.listmenu{
width: 240px; /*width of menu*/
}

.listmenu .headerbar{
font: bold 14px Arial;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.listmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.listmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.listmenu ul li a{
	color: #D72F2B;
	display: block;
	padding: 2px 0;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #b79e6a;
	font: 10pt Arial;
}

.listmenu ul li a:visited{
color: #D72F2B;
}

.listmenu ul li a:hover{ /*hover state CSS*/
color: #D72F2B;
background-color: #F3F3F3;
}
.logo {
	width: 250px;
}
.logo img {
margin-top: 50px;
margin-left: 50px;
}