body {
	margin-top: 15px;
	margin-right: 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#header {
	border-bottom: 5px solid white;
	height: 190px;
}

#lgContainer {
	width: 100%;
	height: 100%;
	background-color: #e70006;
	float: left;
}
td.lgContainer {
	background-color: #e70006;
	text-align: center;
}

#topVSeparator {
	float: left;
	width: 5px;
	background-color: white;
}

#date {
	border-top: 5px solid #e70006;
	height: 25px;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#topNewsContainer {
	width: 100%;
	height: 100%;
}

#topNews {
	margin: 3px;
	height: 153px;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #e1e1e1;
}

#topNews img {
	float: left;
	vertical-align: middle;
	border-right: 5px solid #e1e1e1;
}

#leftSideLeftBorder {
	width: 10px;
	background-color: #0b5294;
	float: left;
	height: 100%;
}

#leftSide {
	width: 200px;
}

#artLeftSide {
}

#leftSide {
	padding-left: 5px;
	padding-right: 5px;
}

#leftSideRightBorder {
	width: 5px;
	background-color: #0b5294;
	float: left;
	height: 100%;
}

#leftSideTd {
	width: 215px;
}

#footer {
	height: 30px;
	background-color: #e70006;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#center {
	float: left;
	width: 190px;
	height: 100%;
	border-right: 1px solid #e1e1e1;
	padding-left: 5px;
	padding-right: 5px;
}

#center a.category {
	display: block;
	color: #808080;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#center a.category:hover {
	text-decoration: underline;
	color: #e70006;
}

#center a.article {
	color: black;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#center a.article:hover {
	text-decoration: underline;
	color: #e70006;
}

#leftSideTitle {
	background-color: #0b5294;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
}

div.left1 div.title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url("img/lb1.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 2px;
}

div.left1 div.body img, div.left1 div.title img {
	border: 1px solid #808080;
	float: right;
	margin-left: 10px;
}

div.left1 div.title a {
	text-decoration: none;
	color: black;
}

div.left1 div.title a:hover {
	text-decoration: none;
	color: #e70006;
}

div.left1 div.body {
	font-size: 12px;
	text-align: justify;
	margin-left: 2px;
}

td.left2, div.left2 {
	background-color: #0b5294;
	color: white;
}

div.left2 div.title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url("img/lb2.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 2px;
	margin-right: 2px;
}

div.left2 div.body img {
	border: 1px solid #808080;
	float: right;
	margin-left: 10px;
	margin-right: 2px;
}

div.left2 div.title a {
	text-decoration: none;
	color: white;
}

div.left2 div.title a:hover {
	text-decoration: none;
	color: #e1e1e1;
}

div.left2 div.body {
	font-size: 12px;
	text-align: justify;
	margin-left: 2px;
	margin-right: 2px;
}

#center div.catSeparator hr{
	clear: both;
	color: #e1e1e1;
	background-color: #e1e1e1;
	border: 0px;
	height: 1px;
	width: 140px;
}

#center div.artSeparator hr{
	clear: both;
	color: white;
	background-color: white;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px dashed #e1e1e1;
	height: 1px;
	width: 100px;
}

#center img {
	border: 0px;
	float: right;
	margin-left: 2px;
	border: 1px solid #808080;
}

#archive {
	background-color: #e70006;
	width: 160px;
	text-align: center;
}

#archive .title {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#archiveBtn {
	margin: 5px;
	border: 1px solid #0b5294;
	background-color: white;
}

#categories {
	width: 175px;
	margin-left: -15px;
	margin-top: 5px;
}

#categories ul {
	font-size: 14px;
	font-weight: bold;
}

#categories li {
	list-style-image: url('img/rb1.gif');
}

a, #categories li a {
	color: #0b5294;
	text-decoration: none;
}

a:hover, #categories li a:hover {
	color: #e70006;
	text-decoration: none;
}

div.overdiv div {
	background-color: #0b5294;
	margin-left: 19px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

a.artLeft1 {
	display: inline;
	color: black;
	text-decoration: none;
}

hr.artTopVSep {
	width: 1;
	height: 20px;
	border: 0px;
	color: #e1e1e1;
	background-color: #e1e1e1;
}

.articleContent {
	font-size: 12px;
}

#article {
	border-right: 1px solid #e1e1e1;
	height: 100%;
	text-align: justify;
	padding-right: 10px;
	font-size: 12px;
}

#article h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

#article h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#article h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin: 5px 0px 0px 0px;
}

#article h4 {
	font-size: 13px;
	text-align: left;
	font-style: italic;
	margin: 5px 0px 0px 0px;
}

#article div.artImg img {
	border: 1px solid #808080;
	margin: 0px 10px 10px 10px;
}

#article div.artImg{
	margin: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

#topmenu {
	background-color: #0b5294;
	color: white;
	text-align: center;
	font-weight: bold;
}

#topmenu a {
	color: white;
	text-decoration: none;
}

#topmenu a:hover {
	color: white;
	text-decoration: underline;
}

.intQ {
	padding-left: 10px;
	font-style: italic;
	padding-top: 5px;
	display: block;
}

.subtitlu {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

.intro {
	font-weight: bold;
	padding-left: 5px;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#article * {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
