body {
	margin:0;
	padding: 0px 10px 0px 10px;
	background-color:#eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.gray {
	background-color:#eaeaea;
}
.top {
	background-image:url(../img/top_px.jpg);
	background-repeat:repeat-x;
	height: 124px;
}
.path {
	background-image:url(../img/path_px.jpg);
	background-repeat:repeat-x;
	height: 16px;
	font-weight:bold;
	font-size: 90%;
	padding: 7px 0px 0px 35px;
	height: 23px;
	
}
.yellow_l {
	border-left: 1px solid black;
	background-color:#ffee79;
}
.yellow_r {
	border-right: 1px solid black;
	background-color:#ffee79;
}
.block {
	float:left;
}
.block_r {
	float: right;
}
.maintbl {
	margin: 0px 0px 0px 0px;
}
.yellow_l {
	background-color: #ffee79;
	border-left: 1px solid black;
}
.yellow_r {
	background-color: #ffee79;
	border-right: 1px solid black;	
}

.content {
	background-color:white;
	border-right: 1px solid black;
	padding: 20px 25px 10px 25px;
}
.tdmenu {
	background-color:#2278b0;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	padding: 0px;
	vertical-align:top;
}
.fmenu {
	background-color:#2278b0;
	height:26px;
	border-bottom: 1px solid black;
}
.footer {
	background-color: #ffee79;
	font-size: 80%;
	font-weight: bold;
	padding: 7px 10px 0px 10px;
}
.ffooter {
	background-image:url(../img/ffooter_px.jpg);
	background-repeat:repeat-x;
	height:26px;
}
.menuttl {
	background-image:url(../img/subttl_px.jpg);
	background-repeat:repeat-x;
	height:23px;
	padding: 6px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	color: white;
	text-transform:uppercase;
	font-size: 12px;
	
}
.menuitem {
	overflow: hidden;
	background-image:url(../img/menu_px.jpg);
	background-repeat:repeat-x;
	height:24px;
	padding: 7px 3px 0px 10px;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
	cursor:pointer;
}
.newsblock {
	background-color:#26bcff;
	border-bottom: 2px solid black;
	padding: 10px;
}
.date {
	font-style:italic;
	font-size:80%;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
}
.newsitem {
	margin: 0px 0px 10px 0px;
}
a.amenu:link, a.amenu:visited {
	color: black;
	text-decoration:none;
	margin-left: 5px;
}
a.amenu:hover, a.amenu:active {
	color: #a5561b;
	text-decoration:underline;
}
.sel {
	color: #a5561b;
	text-decoration:underline;
}

h1 {
	color:#00b1ff;
	background-image:url(../img/h1_pointer.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:18px;
	margin: 10px 0px 7px 0px;
	padding: 0px 0px 0px 25px;
}

h2 {
	color:#00b1ff;
	font-size:15px;
	margin: 7px 0px 5px 0px;
}

h3 {
	color:#00b1ff;
	font-size:105%;
	margin: 5px 0px 3px 0px;
}

a:link, a:visited {
	color: #12457b;
	text-decoration:none;
}
a:hover, a:active {
	color: #a5561b;
	text-decoration:underline;
}
.submenu_item {
	position:absolute;
	z-index: 1000;
	width:200px;
	visibility:hidden;
	background-color:#fff6b5;
	font-weight:bold;
	border: 1px solid black;
	padding: 10px 10px 10px 20px;
	font-size: 85%;
}
.submenu_item div {
	padding: 2px 0px 2px 0px;
}
.srch_inp {
	font-size:10px;
	width: 100px;
	font-weight:bold;
	text-align:center;
	border: 1px solid black;
}
.srch_btn {
	font-size: 10px;
	font-weight:bold;
}
.apodrobn {
	font-size: 90%;
	font-weight:bold;
	margin: 5px 0px 0px 5px;
	text-align:right;
}
.largepicture {
  position:absolute;
  left: 0;
  top: 20px;
  z-index:100;
  visibility:hidden;
  border:3px solid #7d7d7d;
  padding: 0px;
  background-color: white;
 }