a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000
}

.nav-bar {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-style: italic; 
	font-weight: bold; 
	text-transform: lowercase; 
	color: #FFFFFF; 
	background-position: center bottom; 
	vertical-align: text-bottom; 
	border-color: #666666
}
.nav-bar table {
	table-layout:fixed
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.nav-bar table td {
	padding: 8px;
	vertical-align: bottom;
	width: 25%;
	text-align: center;
}

.filetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
 	text-transform: uppercase;
}
.filetype:before {
content: " ["
}
.filetype:after {
content: "]"
}
.filesize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
 	text-transform: uppercase;
}
.filesize:before {
content: " ["
}
.filesize:after {
content: " mb]"
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-position: left;
	text-transform: capitalize;
	margin-bottom: .25em;
}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: xx-large; 
  font-weight: bold; 
  text-transform: uppercase; 
  color: #FFFFFF; 
  text-align: center; 
  vertical-align: text-top}
.NewsTable {  background-image: url(/images/hersh.jpg); background-repeat: repeat; background-position: center top; font-family: Arial, Helvetica, sans-serif; font-size: medium; color: 006600; background-attachment: fixed}
.news {  font-family: Arial, Helvetica, sans-serif; font-size: medium; color: 006600; text-align: left}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-transform: capitalize;
	color: #CCCCCC;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
}
.quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-weight: normal; text-transform: none; color: #CCCCCC; text-align: center ; font-style: italic}
body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	margin-top: 25px;
	background-color: #006666;
	font-size: medium;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	color: #cccccc;
	text-align: center;
	vertical-align: bottom;
	margin-top: 45px;
}

.content {

}
.content table {
	table-layout:fixed
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	height: 260px;
}
ContentBody {
	vertical-align: top;
	width: 78%;
	text-align: left;
}
.content table td {
	padding: 12px;
	vertical-align: top;
}

.ContentLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	width: 22%;
}
.ContentLinksHeading {
	font-weight: bold;

}
.ContentLinksHeading:after {
	content: ":";	
}
.ContentLinks ul {

}
.ContentLinks ul li {
	list-style-type: none;

}

dt {
	font-style: italic;
	padding-top: 20px;
	border-bottom: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
}
dl {
	margin-top: 15px;
	margin-bottom: 15px;
}
.CompTitle {
	font-style: italic;
}
