body {
	background-color: #A7AFA7;
}
a img {
  border-width:0;
  }
  a:link {
  color:#CC3333;
  text-decoration:none;
  }
a:visited {
  color:#CC3333;
  text-decoration:none;
  }
a:hover {
  color:#339999;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
div#top {
	height: 17px;
	width: 100%;
	border: 1px solid #000000;
	background-color: #88938D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DBDFDB;
}
div#menu {
	background-color: #BBC2BB;
	height: 38px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
div#menuinside {
	width: 80%;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
div#banner {
	background-color: #D7DBD7;
	height: 80px;
	width: 100%;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	text-align: center;
}
div#left {
	background-color: #BBC2BB;
	width: 80%;
	float: left;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-align: justify;
	line-height: 20px;
	padding: 5px;
}
div#right {
	width: 17%;
	float: right;
	border: 1px solid #000000;
	background-color: #D0D5D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	clip: rect(auto,5px,auto,auto);
}
div#container {
	width: 99%;
}
.headers {
	width: 100%;
	background-color: #88938D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
div#end {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #88938D;
	text-align: center;
	height: 15px;
	width: 99%;
	border: 1px solid #000000;
	color: #CCCCCC;
	float: left;
	bottom: 0px;
}
a.home {
  background-image:  url(img/home-n.gif);
 }

 a.home:hover {
  background-image:  url(img/home-o.gif);