@charset "utf-8";
#pagatlogo {
	background-image: url(../images/800px-1-12_Blue-White_Map_World.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	clear: both;
	margin-left: 0;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#pagatlogo p {
	font-size: 1.5em;
	font-weight: bold;
}
.boxlayout{
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.boxmenu {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: top;
	width: 21em;
	max-width: 100%;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #F0F0F0, #ffffff);
	background-image: -moz-linear-gradient(top, #F0F0F0, #ffffff);
	background-image: -o-linear-gradient(top, #F0F0F0, #ffffff);
	background-image: linear-gradient(to bottom, #F0F0F0, #ffffff);
}
.boxmenu table {
	background-color: #D1EEF4;
	width: 100%;
	margin-left: 0px;
}
.boxmenu th, .boxmenu td {
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}

.boxmenu h1, .boxmenu h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #60B0B0;
	text-align: center;
	width: 100%;
	border: 1px solid #0A0A0A;
	margin:0;
	padding:0;
}
/* ~~ Specific navigation styles  ~~ */

.boxmenu h1 a, .boxmenu h1 a:visited, .boxmenu h2 a, .boxmenu h2 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width=100%;
	text-decoration: none;
	/*	background-color: #8090AB;*/
	color: #FFF;
	
}
.boxmenu h1 a:hover, .boxmenu h1 a:active, .boxmenu h1 a:focus, .boxmenu h2 a:hover, .boxmenu h2 a:active, .boxmenu h2 a:focus {
	color: #FC3;
}
