﻿/*
#news_archive, #news_search, #news_categories {
	margin-top:1em;
	margin-bottom:1em;	
}
#news_search_nav {
	padding-left: 8px;
	font-size:0.95em;
}


#keyword,#month, #year,
#archiveCategory {
	margin-bottom: 5px;
}
#news_search_nav .arrow{
	margin-right:5px;
	margin-left:5px;
	margin-top:15px;
}

#news_search_nav form {
	margin-top:0px;
	padding-top:0px;
}

#news_search_nav .medialink img{
	margin-right:5px;
}

#news_search_nav ul{
	padding: 0;
}
#news_categories .medialink b {
	font-weight: normal;
}
#news_search_nav select {
	font: 1em verdana, arial, sans-serif;
	width: 12.5em;
}

#news_archive .indent, #news_search .indent {
	margin-left:12px;
}

#news_archive #month {
	width:100px;
}
#news_archive #year {
	width:60px;
}

.news_summary {
	padding-bottom: 5px;
}
.news_detail p {
	margin:0px;
}

hr {
	color: #e0ecc4;
	height: 2px;
	background-color: #e0ecc4;
	border: #e0ecc4;
	margin-top:0px;
	margin-bottom:0px;
}
.publish_date {
	float: left;
	text-align: right;
	margin-top: 6px;
}
#left_nav h2 {
	margin-bottom:0px;
}
#arrow li{
	margin-left:3px;
	list-style-type:none;
}
*/
/* =========== news Page ================================ */

a, a:link
{
	color: #333;
}
a:hover
{
	color: #007800;
	text-decoration: underline;
}
a:active, a:focus
{
	background-color: #007800;
	color: white;
	text-decoration: none;
}

h1 a, h1 a:link, h2 a, h2 a:link
{
	color: #007800;
	text-decoration: none;
}
h1 a:active, h1 a:focus, h2 a:active, h2 a:focus
{
	background-color: #007800;
	color: white;
	text-decoration: none;
}
h1 a:hover, h2 a:hover
{
	text-decoration: underline;
}
