a {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a:hover {
	color: #ffbd4d;
	text-decoration: blink;
	font-weight: bold;
	background: #FFF;
}
p.sig   {
	position:relative;left:250px;
}
ul.list {
	position:relative;left:50px;
}
dl      {
        position:relative;left:30px
}

/* This forms the footer information */

#footer {
	clear: both;
	position: relative;
	height: 1.6em;
	font-size: 1em;
	color: #C2BBAF;
	text-align: center;
	background: #65615b;
	border-top: .1em solid #000;
}
#footer h3 {
	font-size: 1em;
	margin: 0;
	padding: 0 .5em;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
	background: #65615b;
        margin:0 20px 0 0;
}
#footer a:hover {
	color: #ffbd4d;
	text-decoration: none;
	background: #65615b;
}
#footer b {
	text-decoration: none;
	font-weight: bold;
	color: #C2BBAF;
	font-size: 1em;
	background: #65615b;
        direction: rtl;
        margin:0 15em 0 0;
}
