div#content {
	margin: 0px;
}

div#main {
	height: 135px;
	overflow: hidden;
	width: 870px;
	padding: 25px 25px 0px 25px;
	margin: 0px;
}

div#main hr, div#main .label {
	display: none;
}

.blocklink, .blocklink:hover {
	text-decoration: none;
	color: #777;
	font-weight: normal;
	cursor: pointer;
}

.topbarcontent {
	margin-top: 5px;
	color: #777;
}

.topbarcontent ul {
	padding: 0px 0px 0px 15px;
}
.topbarcontent li {
	list-style-type: square;
	margin: 5px 0px;
	font-size: 14px;
}

#topbar6 li {
	margin: 0px 0px;
	font-size: 12px;
}


.topbarcontent span.lib {
	color: #800080;
}

.topbarcontent .left {
	width: 350px;
	float: left;
	padding: 0px 25px 0px 10px;
}

.topbarcontent .left li {
	color: #0D4B90;
	list-style: url('images/cms/arrow-right-active.gif');
}

.topbarcontent .center {
	width: 240px;
	float: left;
	margin: 0px 15px 0px 0px;
}

.topbarcontent .right {
	width: 200px;
	float: left;
	padding: 0px 15px 0px 0px;
}

.topbarcontent .right img {
	padding: 5px;
	border: 1px solid #ccc;
	float: right;
}

#topbar2, #topbar3, #topbar4, #topbar5, #topbar1 {
	display: none;
}

#topbar {
	font-family:Arial, Helvetica, sans-serif;
	color:#02448e;
	font-weight:bold;
	height:1%;
	clear:both;
	height: 25px;
	width: 100%;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
}
	
#topbar a {
	font-size:14px;
	color:#02448e; 
	text-decoration:none; 
	text-align: center; 
	margin:0px 5px; 
	padding-right:10px; 
	height:23px; 
	line-height:23px; 
	display:block; 
	float:left; 
	cursor: pointer;
}

#topbar a b {
	height:23px;
	display:block;
	padding-left:10px;
}

#topbar a.active {
	background:url(images/tb_a.gif) right top no-repeat;
	color:#fff;
}

#topbar a.active b {
	background:url(images/tb_span.gif) left top no-repeat;
}

#topbar a:hover {
	background:url(images/mb_a.gif) right top no-repeat;
}

#topbar a:hover b {
	background:url(images/mb_span.gif) left top no-repeat;
}

#topbar a.active:hover {
	background:url(images/tb_a.gif) right top no-repeat;
}

#topbar a.active:hover b {
	background:url(images/tb_span.gif) left top no-repeat;
}

#topbar #tb1 {
	width: 70px;
}

#topbar #tb2 {
	width: 110px;
}

#topbar #tb3 {
	width: 190px;
}

#topbar #tb4 {
	width: 160px;
}

#topbar #tb5 {
	width: 120px;
}

#topbar #tb6 {
	width: 60px;
}

#middlebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#02448e;
	background:#fff;
	font-weight:bold;
	padding:6px;
	overflow:auto;
	height:1%;
	clear:both;
}

#middlebar a {
	color:#fff; 
	text-decoration:none; 
	margin:0 5px; 
	padding-right:10px; 
	height:23px; 
	line-height:23px; 
	display:block; 
	float:left; 
	background:url(images/mb_a.gif) right top no-repeat;
	cursor: pointer;
}

#middlebar a b {
	background:url(images/mb_span.gif) left top no-repeat;
	height:23px;
	display:block;
	padding-left:10px;
}

#middlebar a:hover {
	background:url(images/tb_a.gif) right top no-repeat;
}

#middlebar a:hover b {
	background:url(images/tb_span.gif) left top no-repeat;
}


.NewsSummary {
    width: 280px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    float: left;
}

.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
	float: left;
}

.NewsSummaryLink {
    font-weight: bold;
    padding-left: 5px;
	float: left;
}

.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
}

.NewsSummarySummary {
	padding: 0px 0px 0px 0px;
	height: 25px;
	overflow: hidden;
	line-height: 1em;
	font-size: 12px;
	text-align: left;
}

.NewsSummarySummary, .NewsSummaryContent {
}

.NewsSummaryMorelink {
	padding: 0px 15px 0px 0px;
	float: left;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


