.dirhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #9D8276;
	padding: 5px;
}
.dirbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #F4EEEB;
	overflow: visible;
	width: auto;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#dirfoot a {
	color: #FFFFFF;
	text-decoration: none;
}
#dirfoot a:link {
	color: #73397A;
	text-decoration: none;
}

#dirfoot a:hover {
	color: #FFFF66;
	text-decoration: underline;
}

#dirfoot a: visited {
	color: #73397A;
	text-decoration: none;
}


#dirfoot  {
	background-color:       #CCCCFF;
	color:                  #73397A;
	font-family:            Georgia, "Times New Roman", Times, serif;
	font-size:              1em;
	padding:                10px;
	clear: both;
	overflow: visible;
	height: 20px;
  }
}
.leftborder {
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 10px;
}
.rightborder {
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 10px;
}
.bothborder {
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
