body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	color: #000;
	}

img {
	border: none;
	}
.language{
	color: #1b94b3;
	font-size:13px;
}
a {
	color: #1b94b3;
	text-decoration:underline;
	}

p {
	margin: 0;
	padding: 5px;
	}
	
h1 {
	margin: 0;
	padding: 0;
	}
	
h2 {
	padding: 5px;
	font-size:18px;
	color:#2c657a;
	}
	
.small{
	padding: 5px;
	font-size:12px;
	color:#2c657a;
	text-decoration:underline;
	text-align:right;
}
	

    .clear {
        clear: both;
        height: 0;
        overflow: hidden;
    }
	
	.block1 {
		
		float:left;
		width:10px;
		height:400px;
		background: url(images/back1.gif) repeat-x top;
	}
	.block2 {
		float:left;
		width:6px;
		height:462px;
		background: url(images/ver_stripe.gif) no-repeat top center;
	}
	
	.block3 {
		float:left;
		padding:10px 15px 10px 15px;
		width:690px;
		text-align:left;
	}
	
	.block4	{
		float:left;
		width:257px;
	}
	
	.aboutinfo {
		text-align:right;
		color:#6F6F6F;
		font-size:11px;
	}
	.sm_form{
		text-align:left;
		color:#2C657A;
		font-size:11px;
		text-decoration:underline;
		cursor: pointer;
	 
	}
	.form{
		border:1px solid #D7D7D7 ; 
	}
.formaSp {
background-color:#BCE3E3;
border:1px solid #CCCCCC;
color:#000000;
display:none;
padding:20px;
position:absolute;
z-index:999;
}
/* ------------- */

	#bottom_menu_container{
	  width: 993px;
	  display: table !important;
	  display: block;
	  text-align: center;
	  margin: 0px;
	  background-color: #396b87;
	}
	
	#NavMenuBlock {
	  position: relative;
	  height: 22px;
	}
	
	/*    < MENU >     */

	#NavMenuList {
	    position: absolute;
	    left: 0; top: 0px;	    
	    margin: 0; padding: 0;
	    display: inline; white-space: nowrap;
	    clear: both;
	    list-style: none;
	}

	#NavMenuList {
	  height: 24px; width: 993px;
	  left: 6px; top: -2px;
	}
	#NavMenuList li {
	    display: inline;
	    list-style: none; white-space: nowrap;
	}
	#NavMenuList a {
	    position: relative;
	    top: 0px;
	    padding: 2px 10px 4px 10px;
	    width: auto;
	    color: #FFF;
	    font: 12px 'Trebuchet MS';
	    font-weight: bold;
	    text-decoration: none;
	    float: left; display: block;
	}

	#NavMenuList a:hover {
	    color: #FAFAFA;
	}
	#NavMenuList .NavSubMenuList {
	    visibility: hidden;
	    left: 0px; top: 24px;
	    position: absolute; height: 20px;
	    display: inline; white-space: nowrap;
	    margin: 0px; padding: 1px; border: 0px;
	    background-color: #1d5a70;
	}
	#NavMenuList .NavSubMenuList li a {
		margin: 0;
		padding: 2px 10px 0px 10px;
	    float: left;
	}
	#NavMenuList .NavSubMenuList li a:hover {
	    color: #51dcfd;
	}

	#NavMenuList .NavMenu1ButtonOn  { background-color: #1d5a70; }
	#NavMenuList .NavMenu1ButtonOff { background-color: #396b87; }	
