body{
	width: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100.1%;
}
hr{
	clear: both;
	width: 100%;
}
h3{
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid Black;
}
h4{
	padding-top: 1em;
}
h5{
	margin-bottom: 0.5em;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #002480;
}
.show{
	display: block;
}
.hide{
	display: none;
}
/**************************************************/
#headbox{
	width: 100%;
	background-color: #FFFFFF;
}
#headleftbox {
   display:none;

}
#headleftbox img{
	width: 100%;
}

div.toolbox img{
	width: 1em;
	margin: 0.3em 0.3em 0 0;
	padding: 0;
}

#headrightbox h1{
	width: 100%;
	font-size: large;
	font-variant: small-caps;
	font-style: italic;
	padding:0;
	margin:0;
}
#headrightbox div.countries{
	display: none;
	
}



/**************************************************/
#navboxH {

	width: 100%;
	background-color: #808080;
}
#navboxH p.buttonhome{
	background-color: #666666;
}
#navboxH p.buttonhome a{
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	color: White;
}
#navboxH ul li{
	border-bottom: 1px solid #FFFFFF;
}
#navboxH ul a{
	font-size: x-small;
	color: White;
}

/**************************************************/
#middleimage {
  display:none;
}
/**************************************************/

#navboxV{
	width: 100%;
	background-color: #002480;
}
#navboxV ul li{
	border-bottom: 1px solid #C0C0C0;
}

#navboxV ul a{
	color: White;
	font-size: x-small;
	
}


/**************************************************/
#contentbox{
	background-color: #FFFFFF;
	
}
#content{
	line-height: 1.4em;
}
#content div.toolbox a{
	font-size: x-small;
}
#content p, #content ul, #content dl{
	font-size: small;
}
#content p.itemtitle{
	font-size: x-small;
}
#content p.itemtitle a{
	text-decoration: none;
}
#content ul.catalog {
	list-style-type: circle;
}
#content p a{
	text-decoration: underline;
}
#content p.gotop{
	clear: both;
	width: 100%;
	text-align: right;
	font-size: xx-small;
	border-bottom: 1px dashed Black;
}
#content p.gotop a{
	text-decoration: none;
}
#content p.emphasize{
	padding-left: 1em;
	font-size: x-small;
}
/**************************************************/
#footbox{
	width: 100%;
	border-top: 1px solid #C0C0C0;
}
#footbox p, #footbox ul a{
	font-size: xx-small;
}

#footbox div.right p{
	color: Gray;
}


