h1 {
	color: black;

}

hr {
	 color: #3399ff;

}

body {
	background: #99cc99;
	padding: 5px;
}

a {
	text-decoration: none;
}

.ts_news {
	border : thin dashed Black;
	float : left;
	width : 7cm;
	background : White;
	margin : 5px;

}

.ts_news_item {
	padding : 10px;
}

.ts_news_header {
	font-size : larger;
	background : #99cc99;
	padding : 5px;
}

.ts_news_more {

		float: right;
		padding: 5px;
}

.ts_news_rss {

		float: left;
		padding: 5px;
}

a.ts_news_more {
	text-decoration: none;
}

.ts_download {
	border : thin dashed Black;
	float : right;
	width : 4cm;
	background : White;
	margin : 10px;

}

.ts_download_item {
	padding : 10px;
}

.ts_download_header {
	font-size : larger;
	background : #99cc99;
	padding : 5px;
}

.topBar {
	position: absolute;
	left: 175px;
	background: white;
	height: 30px;
	border: 1px;
	width: 595px;
}
.contentBar {
	background : #99cc99;
	left : 5px;
	top : 5px;
	width : 145px;
	position : absolute;
	height : 100%;
}

.mainBar {
	position : absolute;
	top : 31px;
	left : 170px;
	background : #ffffcc;
	margin : 5px;
	width: 595px;
}

.mainBarForum {
	position : absolute;
	top : 31px;
	left : 0px;
	background : #ffffcc;
	margin: 5px;
	width: 765px;
}

.rightBar {
	position: absolute;
	top: 5px;
	left: 775px;
	width:160px;
}

.ctnLink { text-decoration: none; color: white; }
.ctnLink:hover { font-weight: bold; }
