body
{
	margin:auto;
	width:776px;
	background-color:#e2e2f1;
	color:#555577;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
}

h1,h2,h3,h4,h5,h6{
	color:#390091;
}

a{
	color:#002bb8;
	text-decoration:none;
}

a:active{
	color:#faa700;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#390091;
}



div#head{
	height:95px;
	background-image:url(../image/top.jpg);
}

div#foot{
	clear:both;
	height:60px;
	text-align:center;
	background-image:url(../image/middle.jpg);
}

div#foot div#counters{
	position:relative;
	top:38px;
}

table#content{
	margin:0px;
	padding:0px;
	border:0px;
	border-spacing:0px;
	background: white url(../image/f_r.jpg) right repeat-y;
}

td#left, td#center, td#right{
	padding:0px;
	margin:0px;
	background-color:white;
	vertical-align:top;
}

td#left{
	background: white url(../image/f_l.jpg) left repeat-y;
	width:145px;
}

td#center{
	width:486px;
	padding:10px;
	text-align:justify;
	border-width:3px 3px 0px 3px;
	border-style: double;
	border-color: #e2e2f1;
}

td#center table td, th{
	border: 1px dotted #e2e2f1;
}

td#center table th{
	background-color:#e2e2f1;
}


td#right{
	background: url(../image/mr.jpg) no-repeat right top ;
	width:145px;
	vertical-align:top;
}


ul#menu{
	margin:0px;
	padding:0px;
}

ul#menu li{
	padding-left:15px;
	list-style-type:none;
	background-image:url(../image/m.jpg);
	font-size:9px;
	margin:0px;
	border-bottom:1px solid white;
	height:17px;
	font-family:Verdana;
	font-weight:bold;
	color:#390091;
	vertical-align:middle;
}

ul#menu li.bottom{
	background-image:url(../image/ml.jpg);
	height:65px;
	border-bottom:0px;
}

ul#menu li a{
	color:white;
	text-decoration:none;
}

ul#vertical_menu{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
	border-width:3px 0px 3px 0px; 
	border-color:#e2e2f1;
	border-style:double;
	position:relative;
	
}

ul#vertical_menu li{
	margin:0px;
	padding:0px 2px 0px 2px;
	list-style-type:0px;
	display:inline;
	border-width:0px 1px 0px 1px; 
	border-color:#e2e2f1;
	border-style:double;
	cursor:hand
}

ul#vertical_menu li:hover{
	background-color:#e2e2f1;
}
ul#vertical_menu li ul li{
	display:block;
}


ul#vertical_menu li ul.subMenu{
	overflow:hidden;
	background-color:#e2e2f1;
	text-align:left;
	padding:0px;
}
ul#vertical_menu li ul.subMenu li{
	padding:2px;
	border-bottom:1px solid white;
}

ul#vertical_menu li ul.subMenu li:hover{
	background-color:#225bb8;
	padding:2px;
	color:white;
}
 
ul#vertical_menu li ul.subMenu li:hover a{
	color:white;
}


dl dt{
	color:#390091;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0px 5px 0px;
}

dl dd{
	margin-left:15px;
}

dl dd dl dt{
	font-weight:normal;
	font-size:1em;
	margin:0px;
	float: left; 
	clear: left; 
	width:130px;
	text-align:right;
}

dl dd dl dd{
	margin-left:140px;	
	
}


.img_left{
	float:left;
	padding:0px 10px 0px 0px;
}

.img_right{
	float:right;
	padding:0px 0px 0px 10px;
}

adress{
	font-style:italic;
}

.hidden{
	display:none;
}

.visible{
	display:block;
}