/* CSS style sheet for Cedar Appliance – Jeannette Passanisi */
body {
	font-family: arial, tahoma, sans-serif;
	font-size: 14 pt;
	color: #FFF;
	background-size: 120%;
	background-repeat: no-repeat;
	background-image: url(../images/metal-texture.jpg);
	line-height: 1.25em;
}
 h1 {
        font-family: Tahoma, sans-serif;
        font-weight: bold;
        text-align: right;
        color: white;
}
li {
	line-height: 1.5em;
}

a:link {
  color: #0FF;
  text-decoration: none;
}
a:hover {
  color: #7092bf;
}
a:visited {
  color: #0FF;
}

.classfooter {
	font-family: Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #123456;
	line-height: 1.35em;
}
.er {
    font-weight: bold;
	text-align: center;
}
.standout {
	font-weight: bold;
}
#box {
	border: 0.25em solid #123456;
	width: 920px;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #123456;
	}
#box2 {
	border: .25em solid #7092bf;
	width: 920px;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	background: #7092bf;
	}
#map_canvas {
	width: 500px;
    height: 400px;
	background-color: #CCC;
}
 .textwrap { 
    float: right; 
 }
