body {
	margin: 0px 0px 0px 0px;
	background-image:url(images/body_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color: #dddddd;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form, table, tr, td {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.content {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.menubar {
	background-image:url(images/header_menu_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#acefd0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.menu {
	display:inline;
	opacity: .75;
	filter: alpha(opacity=75);
}

.menu a {
	text-decoration: none;
	color: #666666;
}

.menu a:hover {
	color: #000000;
}

.submenu {
	text-align: left;
	opacity: .75;
	filter: alpha(opacity=75);
	border-left:1px solid #acefd0;
	border-right:1px solid #acefd0;
	border-bottom:1px solid #acefd0;
	background-color: #BDD7C9;
	visibility: hidden;
}

.submenu a {
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	display:block;
	color: #666666;
}

.submenu a:hover {
	color: #000000;
	background-color: #A4C8B4;
}

.header {
	width:800px;
	height:260px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

.spacerLine {
	height:10px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.footer {
	font-size: 12px;
	font-style: normal;
	background-color: #acefd0;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	background-image:url(images/footer_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

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

.mainBlock {
	width:230px;
}

.mainBlock td {
	text-align: center;
}

.mainBlock img {
	margin:5px 5px 5px 5px;
	border:1px solid #cccccc;
}

.mainBlock .title {
	font-weight:bold;
	font-size:12px;
}

.mainBlock .description {
	font-size:10px;
}

.leftblock {
	width: 300px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}

.blockField {
	width:200px;
	vertical-align:top;
	text-align:center;
}

.block {
	 width:200px;
	 text-align:center;
}

.block .blockHeader {
	background-image:url(images/header_menu_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#acefd0;
	height:25px;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.block .blockContent {
	border-left:   1px solid #acefd0;
	border-bottom: 1px solid #acefd0;
	border-right:  1px solid #acefd0;
	background-color: #FFFFD9;
}

.separator {
	width:80%;
	text-align:center;
	color:#cccccc;
	border:0;
	height:1px;
}

.latestNews {
	color:#666666;
	font-size:10px;
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
	
}

.latestNews a {
	display:block;
}

.latestNews a:hover {
	background-color: #FFFFAE;
}

.latestNews a {
	text-decoration:none;
	color:#666666;
}

.main {
	border-top: 2px solid #7fb2cc;
	background-color: #004c73;
	height: 320px;
	vertical-align: top;
}

.blockHeader {
	font: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #9d080e;
	text-align: left;
}

.blockContent {
	font: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

.idezet {
	text-align:justify;
	font-style:italic;
	font-size:11px;
	color:#000000;
}

.idezo {
	text-align:right;
	font-size:12px;
	color:#000000;
}


/* tooltip */
#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* popup menu */
#dhtmlpopupmenu{
	position: absolute;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}