/* CSS Document */
body, html {
	height:100%;
	margin:0;
	padding:0;
        background-color:#fff;
}
body, input, select, textarea, table, h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
img {
	 border:none;
}
p {
  margin:0;
}
a {
  text-decoration:none;
}
table#mainContainer {
	height:100%;
	width:940px;
}
td#clockscont {
  vertical-align:top;
}
div#usa {
float:right;
}
object#local {
margin-left:100px;
}
div#mainMenu {
	clear:both;
}
div.section {
	float:left;
	position:relative;
	height:277px;
	border-bottom:1px solid #969696;
	border-right:1px solid #969696;
	border-top:1px solid #969696;
	text-align: justify;
  margin-bottom:100px;
}
div.section h1.topic {
	display:block;
	margin:0;
	font-weight:normal;
	background-color:#D6EBEB;
	border-bottom:1px solid #969696;
	height:16px;
	line-height:16px;
	padding-left:15px;
	background-image: url(pics/topic_rodykle.png);
	background-repeat: no-repeat;
	background-position: left;
}