body {
	margin:0 ;
        padding:0;
	text-align: center;
        background-color: #031d73;
	border-top:7px solid #1155c6;
}

body, a, table, td, pre{
	color: #000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

a{
	color: #0355D4;
	text-decoration: none;
}

a:hover{
	color: #04248C;
}

img{
	border: 0px;
}

input, 
textarea{
	width: 98%;
}

#presentation{
	width: 1000px;
        margin: 0em auto;
        padding: 0px;
	background: #FFF url(./images/design/bg_presentation.gif) repeat-y ;
}

#head{
	width: 1000px;
	height: 215px;
	background: #FFF url(./images/design/bg_head.jpg) top left no-repeat;
	overflow: hidden;
}

#main{
	float: left;
	width: 987px;
	padding: 0px 0px 10px 6px;
}

#foot{
	clear: left;
	width: 1000px;
	padding: 7px 0px 0px 0px;
	text-align: right;
	background: #031d73 url(./images/design/bg_foot.gif) top left no-repeat;
}

#block_left{
	float: left;
	width: 190px;
	min-height: 70px;
	_height: 70px;
	text-align: left;
	background: #FFF url(./images/design/bg_menu.jpg) top left no-repeat;
}

#block_contents{
	float: right;
	width: 770px;
	overflow: hidden;
	text-align: justify;
	padding-right: 10px;
}







/*  TOP MENU */
ul.menu_top{
	float: left;
	position: relative;
	left: 12px;
	top: 0px;
	width: 745px;
	height: 38px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}

ul.menu_top li{
	float: left;
	margin: 0px 20px;
	color: #FFF;
}

ul.menu_top li a{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

ul.menu_top li a:hover{
	color: #04248C;
}





/*  LEFT MENU */
ul.menu_left{
	position: relative;
	top: -35px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.menu_left li{
	position: relative;
	margin: 0px;
	padding: 0px 0px 1px 1px;
	list-style: none;
	behavior: url(./images/design/IEmen.htc );
}

ul.menu_left li a{
	display: block;
	width: 173px;
	padding: 3px 0px 3px 15px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #04248C;
}

ul.menu_left li a:hover{
	color: #FFF;
	background-color: #4E88DE;
}

ul.menu_left li ul {
	visibility: hidden;
	position: absolute;
	width: 12em;
	left: 190px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 300;
	overflow: hidden;
}

ul.menu_left li ul li{
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	border-bottom: 1px solid #FFF;
}

ul.menu_left ul.CSStoShow {
	visibility: visible;
}

ul.menu_left li:hover > ul {
	visibility: visible;
}







/* OTHER STUFFS  */
#head a.homepage{
	float: left;
	position: relative;
	width: 200px;
	height: 110px;
}

#head h1{
/*	clear: left;*/
	float: left;
	position: relative;
	left: 30px;
	width: 500px;
	color: #0355D4;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

#head h1 .highlight{
	color: #04248C;
	font-size: 23px;
	font-weight: bold;
}

#head h2{
/*	clear: left;*/
	float: left;
	position: relative;
	left: 30px;
	width: 500px;
	color: #04248C;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	text-align: left;
}



#head h2 .highlight{
	color: #0355D4;
	font-size: 21px;
	font-weight: bold;
}

#block_left .contacts{
	position: relative;
	top: -30px;
	color: #04248C;
	width: 180px;
	padding: 5px;
	margin: 0px 0px 0px 1px;
	background-color: #BFD0E9;
	overflow: hidden;
}


#block_left .contacts .map{
	position: relative;
	left: -3px;
}


#block_left .contacts a{
	color: #0355D4;
	font-weight: bold;
	text-decoration: none;
}

#block_left .contacts a:hover{
	color: #04248C;
}



#block_contents h1{
	color: #0355D4;
	font-size: 16px;
	border-bottom: 1px solid #0355D4;
	margin: 0px 0px 10px 0px;
}



#foot a{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#foot a:hover{
	color: #AAA;
}


