@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

html {
	min-height: 101%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6087be;
	color: #696969;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/main_bgr.jpg);
	background-repeat: repeat-x;
}

a {
	color: #fe8d4b;
	text-decoration: none;
}
a img {
	border: 0px solid black;;
}

td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

.cb {
	clear: both;
}

#wrapper {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

#topNav {
	margin-left: 6px;
	margin-right: 6px;
	color: #557cb5;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#topNav a {
	color: #8eb6d9;
}

#cntWrapper {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #ffffff;
}



#header {
	/*height: 121px;*/
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

table#hdr {
	margin-bottom: 6px;
}

#hdrBL {
	padding-top: 8px;
	padding-left: 27px;
	padding-bottom: 8px;
	color: #b6c7d7;
	font-size: 11px;
}
#hdrBR {
	color: #294f80;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: right;
	font-size: 10px;
}

#contentWrapper table#cnt {
	width: 768px;
}
#leftCol {
	vertical-align: top;
	width: 210px;
}
#rightCol {
	vertical-align: top;
	padding-left: 18px;
}

#leftCol ul#rub {
	list-style: none;
	text-align: right;
}
#leftCol ul#rub li {
	border-bottom: 1px solid #e6eff6;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#leftCol ul#rub li a {
	display: block;
	width: 100%;
	color: #00b3e4;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #afafaf;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #676767;
}
p {
	margin-bottom: 5px;
}

ul, ol {
	margin-bottom: 5px;
	margin-left: 20px;
}
li {
	margin-bottom: 5px;
}

div#map ul {
	list-style: none;
}
div#map li a.rubric {
	font-weight: bold;
}


div#article h1 {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	color: #676767;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#article h2 {
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#article h3 {
	font-size: 12px;
	font-weight: bold;
	color: #676767;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#article h4 {
	font-size: 12px;
	font-weight: bold;
	color: #676767;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#article h5 {
	font-size: 12px;
	font-weight: bold;
	color: #676767;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#article h6 {
	font-size: 12px;
	font-weight: bold;
	color: #676767;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.pager {
	text-align: center;
}


div.breadCrumb {
	margin-bottom: 7px;
	font-size: 11px;
}
div.breadCrumb p a {
	color: #00b3e4;
}

div.editionAnnounce {
	padding: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	background-color: #6087be;
	color: #ffffff;
	float:right;
	width: 200px;
}

div.articleAnnounce {
	margin-bottom: 15px;
}
div.articleAnnounce h2 a {
	color: #676767;
}
div.articleAnnounce p.readMore {
	font-size: 11px;
}

div.rubArticleAnnounce {
	margin-bottom: 15px;
}
div.rubArticleAnnounce h2 a {
	color: #676767;
}
div.rubArticleAnnounce p.readMore {
	font-size: 11px;
}

div.moreTopics {
	margin-bottom: 7px;
	background-color: #f3f7f8;
	padding: 10px;
}
div.moreTopics ul {
	list-style: none;
	margin-left: 20px;
}

#bottom {
	height: 5px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	color: #252525;
	font-size: 11px;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #252525;
}

p.author {
	font-size: 10px;
	color: #14336c;
}