body {
	padding: 5px 0 0 0;
	margin: 0;
	font: .8em Tahoma, Arial, sans-serif;
	line-height: 1.7em;
	background: #fff  url(images/bg.gif) repeat-x; color: #000000;
}


a {
	color: #000000;
	background: inherit;
}


a:hover {
	color: #808080;
	background: inherit;
}


p {
	margin: 0 0 5px 0;
}


h1 {
	padding-bottom: 0.2em;
	padding: 8px 0 0 0;
	font: bold 2.2em Arial, Sans-Serif;
	color: #000;
	margin: 0;
/*	letter-spacing: -1px;*/
}


h2 {
	margin: 0;
	padding: 0;
	font: bold 1.7em Arial, Sans-Serif;
	/*letter-spacing: -1px;&Uuml*/
	
}


h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	font: bold 1.3em Arial, Sans-Serif;
	letter-spacing: -1px;
}

h4 {
	padding-bottom: 0.2em;
	padding: 0 10px 10px 5px;
	font: bold 3.0em Arial, Sans-Serif;
	color: #000;
	margin: 0;
}

h1 a {
	color: #000;
	background: inherit;
	text-decoration: none;
}

textarea, input {
	border: 1px solid #808080;
}

h2 a  {
	color: #000;
	background: inherit;
	text-decoration: underline;
}


ul {
	margin: 0;
	padding : 0;
	list-style : none;
}

img, div {
   border: 0;
}

#content { margin: 10px auto; width: 980px;}
#logo { margin: 0 0 10px 0;}
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; letter-spacing: 2px; }




/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 7px;
		margin-right: 2px;
		background: #808080 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #B0D0DC url(images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }


#topics {
	clear: left;
	float: left;
	width: 972px;
	background: #B0D0DC url(images/topicsbg.gif) repeat-x left bottom;
	padding: 2px 7px;
	margin: 0 0 8px 0;
}


#submenu {
  margin: 0 0 10px 0;
}


#left_big {
	float: left;
	width: 980px;
	margin: 0 0 10px 0;
}


#left {
	float: left;
	width: 655px;
	margin: 0 0 10px 0;
	
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 ;
		color: #000000;
		border-bottom: 1px solid #ccc;
	}
	.text {
		margin: 0px 10px 0 8px;
		color: #000000;
		padding: 2px 15px 5px 10px;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #000000;
		padding: 20px 25px 15px 20px;
	}
	
	 .date { font-size: .9em; background: url(images/news.gif) no-repeat center left; color: #808080; }
	 
	.left_box {
		background: #f4f4f4;
		color: #000000;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	
	.comment {
		background: #f4f4f4;
		color: #000000;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	
	.comment_highlighted {
		background: #ffffff;
		color: #000000;
		border-top: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	
	.image { float: left; margin: 0 9px 3px 0; }
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		


#right {
	float: right;
	width: 315px;
	margin: 0 0 10px 0;

}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;

	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 90px;	
		margin: 0 0 10px 0;
		background: #fff url(images/login.png) no-repeat center left;
		color: #454545;
	}
	.header1 {
		border-bottom: 1px solid #454545;
		color: #000000;  
		font-weight: bold;
	}

/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }

.descr {
	font: bold 1.3em Arial, Sans-Serif;
	color: #808080;
	margin-top:10px;
	margin-bottom:10px;
}