.coverText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 15px 5px;
}
.coverText a:link {
	color:#333333;
	text-decoration:none;
}
.coverText a:visited {
	color:#333333;
	text-decoration:none;
}
.coverText a:hover {
	text-decoration:underline;
}

.coverSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 15px 7px;
	font-weight: bold;
	color: #FFFFFF;
}
.coverSubhead a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.coverSubhead a:hover {
	text-decoration:underline;
}
.coverSubSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 197px;                 /* sets the size of the menu blocks */
  border: 0px solid #000;      /* puts a black border around the menu blocks */
  background-color: #B76300;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 10px;           /* stops the usual indent from ul */
  padding-right: 10px;
  padding-top:5px;
  padding-bottom:5px;
  cursor: default;             /* gives an arrow cursor */
  margin-left: 15px;            /* Opera 7 final's margin and margin-box model cause problems */
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;	
}
.coverSubSubhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 197px;                 /* sets the size of the menu blocks */
  border: 0px solid #000;      /* puts a black border around the menu blocks */
  background-color: #BB7B38;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 10px;           /* stops the usual indent from ul */
  padding-right: 10px;
  padding-top:10px;
  padding-bottom:10px;
  cursor: default;             /* gives an arrow cursor */
  margin-left: 15px;            /* Opera 7 final's margin and margin-box model cause problems */
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;	
}
.coverMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 380px;
	border: 0px solid #000;
	background-color: #EEEEEE;
	cursor: default;
	margin: 0px 0px 8px;
	padding: 6px 15px 7px;
}
.coverMenu a:link {
	text-decoration:none;
	color:#000000;
}
.coverMenu a:visited {
	text-decoration:none;
}
.coverMenu a:hover {
	text-decoration:underline;
}
.coverMenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	border: 0px solid #000;
	background-color:#808080;
	cursor: default;
	margin: 0px 0px 8px;
	padding: 6px 15px 7px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
li {
	margin-top: 7px;
}