#container h2 {
	font-size: 1.5em;
	padding: 0;
	margin:0;
	font-weight: normal;
}
#leftcol {
	width: 95%;
	border-right: 1px #BBE0EB;
}
#leftcol h2 {
	text-align: right;
	padding: 10px 25px 20px 0;
}
#rightcol h2 {
	padding: 20px 0 15px 20px;
}
#leftcol ul {
	margin:0;
	padding:0 0 0 20px;
}
#leftcol ul li {
	list-style: none;
	display: inline;
}
#leftcol p.next-prev {
	width: 100%;
	margin:0;
	padding:0;
	clear: both;
	text-align: center;
	padding: 20px 0 0 0;
}
#leftcol p.next-prev a {
	padding: 0 5px;
}
#leftcol .news {
	font-family      : arial;
	color: white;
  background: black;
	float: left;
	width:560px;
	margin:0 0px 0 0;
	border-bottom: 1px #BBE0EB;
	padding: 5px 0 0 0;
}
* html #leftcol .news {
	color: white;
  background: black;
	height: 90px;
}
#leftcol .news p {
	color: white;
  background: black;	float: left;
	margin:0 0 0 10px;
	width: 82%;
	font-size: 0.85em;
	border-left: 1px dotted #BBE0EB;
	padding: 0 5px 0 12px;
	text-align:  justify;
}
#leftcol .news p:hover {
	color: white;
  background: black;
}

#leftcol .news p.title {
	float: left;
	margin:0 0 0 10px;
	width: 82%;
	font-size: 0.85em;
	border-left: 1px dotted #BBE0EB;
	padding: 0 5px 0 12px;
	text-align: left;
	font-weight: bold;
	color: white;
	background:trasparent;
}
#leftcol .news p.title:hover {
}
#leftcol .news p.author {
	float: left;
	color: #83cde1;
	border: 0;
	padding: 3px 0 0 45px;
	margin:0;
	width: 82%;
}
#leftcol .news p.author a {
	color: #86d734;
  background: black;	
  font-weight: normal;
}
#leftcol .news p.author a:hover {
  background: black;
  text-decoration: underline;
}
#leftcol .news p.author:hover {
  background: black;
}
#leftcol .news a {
	font-weight: bold;
	text-decoration: none;
	color: #DCB20C;
}
#leftcol .news a.continue {
  background: black;
  font-weight: normal;
}
#leftcol .news a:hover {
	text-decoration: underline;
	color: #CC9933;
  background: black;
}
#leftcol .news strong {
	font-weight: normal;
}
#leftcol .news_date {
	float: left;
	color: white;	
	font-family:century gothic;
	text-align: center;
	margin:0;
	width: 23px;
	height: 100px;
}
#leftcol .news .NewsId {
	float: left;
	color: white;
	width: 23px;
	font-size: 0.6em;
	color: white;
	clear: both;
}
#leftcol .news .year {
	float: left;
	width: 23px;
	font-size: 0.6em;
	color: white;
	clear: both;
}
#leftcol .news .month {
	float: left;
	width: 23px;
	font-size: 0.8em;
	color: white;
	clear: both;
}
#leftcol .news .day {
	float: left;
	width: 23px;
	font-size: 1.2em;
	color: white;
}
#rightcol {
	width: 17%;
}
* html #rightcol {
	width: 15%;
}
#rightcol select {
	width: 160px;
	margin: 5px 0 0 20px;
}
#rightcol #advertisement {
	width: 99%;
	padding: 10px 0 15px 20px;
	margin-top: 20px;
}