
    /*   page background: #3d9fbf;   */
/*  header and footer background #3a5999  */
/*      menu background 6dc3df  */



body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 ;
    background: #3d9fbf;

}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0;
}

#bodycontainer {
background: #FFFFFF;
    width: 960px;
    margin: 0 auto 40px auto;
padding: 0;

}


a:link {color:#3a5999;}      /* unvisited link */
a:visited {color:#6d8bcc;}  /* visited link */
a:hover {color:#6d8bcc;}  /* mouse over link */
a:active {color:#6d8bcc;}  /* selected link */ 


 
#content {
  width: 960px;

}

#content h1 {
	font: bold 32px;
 	color: #3a5999;
 padding-top: 20px;		
text-align:center;
}

#content h1 a {font: bold 24px tahoma; color:white; text-decoration: none; }
#content h1 a:hover {font: bold 24px tahoma; color:#3d9fbf; text-decoration: none;}



#content h2 {
	font: bold 28px;
 	color: #3a5999;
	margin: 0; 
     padding-top: 10px;	
    }


#content h3 a {
	font: bold 62px;
 	color: #3a5999;
}

    
#content h3 {
	font: bold 42px;
 	color: #3a5999;

}





.box {
	width: 206px;
	border: 1px solid #3a5999 ;}
	
.box_inner {
 margin: 0;
 padding: 4px;
	text-align: left;
	font: 13px verdana ;
}

.box_title {
	padding: 0; margin: 0;
	text-align: center;
	background: #3a5999;}


.box_title h1 {
padding: 0 !important;
text-decoration: none; 
  margin: 0 !important;			
text-align:center;
}

.box .box_title h1 a {font: bold 24px tahoma !important; color:white;   }
.box .box_title h1 a:hover {font: bold 24px tahoma !important; color:#3d9fbf;   }



  .ticks {
	margin: 10px 0;
	padding: 0;
	list-style: none;}



.ticks li {
	background: transparent url(arrow_green2.gif) no-repeat scroll 0 4px;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font: 13px verdana ;
}


#header {
   width: 960px;
   	height: 98px;
	text-align: left;	
background: #3a5999;
   border-top: 6px solid #3d9fbf;
}

#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;

}

.tigs {
	position: absolute;	
	font: bold 32px 'Trebuchet MS', Sans-serif;
 	color: #e3e1ef;
	margin: 0; padding: 0;		
    top: 10px; left: 160px; }



    
.title {
	position: absolute;	
	font: bold 30px 'Trebuchet MS', Sans-serif;
 	color: #6dc3df;
	margin: 0; padding: 0;		
    top: 55px; left: 8px; }






.top_nav {
float:right; 
padding:0;
 top: 10px;
}

.top_nav li {
float:left; 
right:0 no-repeat;
display:block;
padding:6px;
}


.top_nav li a {
	color: #e3e1ef;		
	text-decoration: none;			
	font-weight:bold;
    }
    
.top_nav li a:hover {
	color: #6dc3df;		
	text-decoration: none;			
	font-weight:bold;
    }


    
    
    

/* header menu */

.menu {
   float: left;
    height: 30px;
    width: 960px;
	background: #3a5999;
	margin: 0; padding: 0;	

 }   
.menu ul {
	font: bold 20px 'Trebuchet MS', sans-serif;
	color: #e3e1ef;
	list-style: none;
    margin: 0; padding: 0;	
   border-top: 4px solid #6dc3df;
       }

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	display: block;
    height: 30px;
	padding-left: 8px;	
   	padding-right: 8px;	
	color: #e3e1ef;
	text-decoration: none;
    border-right: 2px solid #3d9fbf;
}
.menu li a:hover {
	background: #0075bf;
	color: #FFF;
}

  
    



    

/* footer */


#footer-wrap {	
   	background: #3a5999;
    	width: 960px;	
}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 0.5em 0 0 0;
   	background: #3a5999;
    	width: 960px;	
}
#columns h2 {
	color: #5ed4cd;	
	margin: 10px 0 0 0;
	padding: 0 10px; 	
	font: normal 22px "Trebuchet MS", Arial, Tahoma, Sans-serif;	

}

#columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	

}
#columns li {
	font: bold 14px "Trebuchet MS", Arial, Tahoma, Sans-serif;	
}

#columns li a {
	display: block;
padding: 0 10px; 
	color: #e3e1ef;
	text-decoration: none;
    
    outline: 0; transition: all 0.5s ease 0s; 
        -moz-transition:all 0.5s ease 0s; /* Firefox 4 */ 
        -webkit-transition:all 0.5s ease 0s; /* Safari and Chrome */ 
        -o-transition:all 0.5s ease 0s; /* Opera */ }
  
  

#columns li a:hover, a:focus {
	color: #D6BA00;	
	text-decoration: none;
}

#columns .col3  {
	float: left;
	width: 24%;
  	background: #3a5999;
}



#footer-bottom {
    width: 960px;
    background: #3a5999;
    border-top: 4px solid #3d9fbf;
    clear: both;
	padding: 0.3em 0 0.3em 0;
	text-align: center;
    color: #fff;

        }

#footer-bottom a {
	color: #fff;
	text-decoration: none;
}

#footer-bottom p {
 font-size: 11px;
font-weight: bold;
 
}
 
#footer-bottom a:hover {
	color: #D6BA00;
 }   
    
    



/* Top Button */
.topbutton {
	background: url("topbutton.png") no-repeat scroll 0 0 transparent;
float:right; 
	height: 20px;
	opacity: 1;
	position: relative;
	text-indent: -9999px;
	width: 20px;
	margin: 0 5px 0 5px;
	transition: background 0.3s ease 0s;
}
.topbutton:hover {
	background-position: left bottom;
	opacity:1;
}







/* Languages */
ul.lang {
	float: right;
	list-style: none outside none;
	margin: 4px 4px 10px 10px;
	padding: 0;

}
ul.lang li {
	background: none repeat scroll 0 0 #3a5999;
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition:all 0.5s ease 0s; /* Safari and Chrome */
	-o-transition:all 0.5s ease 0s; /* Opera */
}
ul.lang li:hover {
	background: #0075bf;

}
ul.lang li a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
   	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-bottom: 0;
	padding: 4px;
	text-decoration: none;
	width: 39px;
}
ul.lang li a:hover {

    	color: #FFFFFF;
}




.highlights {
	margin: 6px;
	padding: 0;
	width: 400px;
	border: 1px solid #3a5999;
	background-color:#fff;
	 text-align: left !important;
	}

	.highlights h3 {
	padding: 0; margin: 0;
	background: #3a5999;
	 text-align: center;
	color:#fff !important;
	}

	
.highlights p {
	 font-weight:bold;
	
color: #3a5999; 
padding: 4px;
margin-top:0;
	   	}
	


