@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px 0px;
	background-image:url(images/backgrd.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.txtMenu, a.txtMenu {
	color: #ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}
a.txtMenu:hover {
	color: #ffffff;
	text-decoration: underline;
}

.tdMenu {
	background-image:url(images/line.gif);
	background-repeat: no-repeat;
	background-position:right;
}
#panel {
	height:500px;
	width:862px;
	background-image:url(images/panel.jpg);
	background-repeat:no-repeat;
}

#panelnew {
	height:500px;
	width:862px;
	background-image:url(images/panelnew.jpg);
	background-repeat:no-repeat;
}

#txtPanel {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	padding: 25px 50px 0px 240px;
	
}
#panel2 {
/*	height:81px;*/
	width:862px;
	background-image:url(images/panel2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#panel2new {
/*	height:81px;*/
	width:862px;
	background-image:url(images/panel2.png);
	background-repeat:no-repeat;
	background-position:top;
}
#panel3 {
	height:600px;
	width:862px;
	background-image:url(images/panel3.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#panel4 {
/*	height:81px;*/
	width:862px;
	background-image:url(images/panel4.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#column { width: 800px; border: 0px solid red; float: left; margin-left:30px;}
#leftcolumn { width: 500px; border: 0px solid red; float: left; margin-left:30px;}
#rightcolumn { width: 285px; border: 0px solid red; float: right; margin-right:10px;}
.clear { clear: both;}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-align:center;
	background-color:#FFFFFF;
}
#development {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	background-color:#FFFFFF;	
}
.txtDevelopment, a.txtDevelopment {
	color: #333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a.txtDevelopment:hover {
	color: #333333;
	text-decoration: underline;
}
li.ok {
	list-style-image: url(images/okmic.png);
	}

li.nr {
	list-style-type:circle;
	padding-left:30px;
}
