body {
  font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
img {
  border: none;
}

h3 {
  font: 1.6em Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer {
	position: relative;
}
#box1 {
  position: absolute;
  top: 120px;
  left: 150px;
  width: 500px;
}
#navigation {
  position: absolute;
  top: 120px;
  width: 120px;	
}
#navigation ul{
  list-style: none;
  margin: 0;
  padding: 0;	
}
#navigation li{
  border-bottom: 1px solid #ED9F9F;	
}
#navigation li a:link {
  font-size: 10pt;
  display: block;
  padding: 0.2em;
  border-left: 8px solid #711515;
  border-right: 1px solid #711515;
  background-color: #b51032;
  color: #ffffff;
  text-decoration: none;	
}
#navigation li a:visited {
  font-size: 10pt;
  display: block;
  padding: 0.2em;
  border-left: 8px solid #711515;
  border-right: 1px solid #711515;
  background-color: #b51032;
  color: #ffffff;
  text-decoration: none;	
}
#navigation li a:hover {
  font-size: 10pt;
  display: block;
  padding: 0.2em;
  border-left: 8px solid #711515;
  border-right: 1px solid #711515;
  background-color: red;
  color: #ffffff;
  text-decoration: none;	
}
.boxout {
	color: #FFFFFF;
}
.boxout a:link, .boxout a:visited {
	text-decoration: underline;
	color: : #E4E2F6;
	background-color: transparent;
}
.boxout a:hover, .boxout a:active {
	background-color: #C9C3ED;
	color: : #191970;
}
