body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#hr {
	background-image: url(../images/menuunderline.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 14px;
	width: 820px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#maincontent {
	width: 868px;
	position: absolute;
	left: 50%;
	margin-left: -410px;
}
h1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/h1.jpg);
	display: block;
	overflow: hidden;
	height: 199px;
	line-height: 600px;
}
#menucover {
	background-image: url(../images/menubg.jpg);
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	width: 790px;
}
#content {
	width: 760px;
	background-image: url(../images/pgbg.jpg);
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 58px;
	line-height: 25px;
	padding-right: 30px;
	padding-left: 30px;
	width: 760px;
	color: #FFF;
	clear: both;
}
#menucover ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menucover ul li {
	float: left;
}
#menucover ul li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#menucover ul li a:hover {
	color: #0FF;
}
#news {
  float: right;
  width: 150px;
  padding: 10px;
  margin-left: 10px;
  border-left: solid 1px gray;
}

#news h2 {
  color: blue;
  padding: 0px;
  padding-bottom: 3px;
  margin: 0px;
  margin-bottom: 3px;
  border-bottom: dotted 1px gray;
}

.NewsSummaryCategory,.NewsSummaryAuthor {
  color: #555;
  font-size: 10px;
}
.NewsSummaryAuthor {
  padding-bottom: 5px;
}

#primary-nav li ul {
	position: absolute;
	width: 150px;
	z-index: 1;
	margin: 0px;
	margin-left: -3px;
	margin-top: -1px;
	padding: 1px;
	list-style-type: none;
	background-color: #65C1FF;
}
#primary-nav li ul li {
	width: 150px;
	text-align: left;
	border-top: none;
	height: auto;
	border-right: none;
	line-height: 12px;
	border-left: solid 2px #FFF;
}
* html #primary-nav li ul li {
	white-space: inherit;
}
#primary-nav li ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	padding-left: 5px;
	height: auto;
	white-space: normal;
}
* html #primary-nav li ul li a {
	width: 146px;
}
#primary-nav li ul li ul {
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 143px;
}

