body	{
	background: white ;
	color: black;
	margin: 5% 15% 0;
	width: auto;
	font-family: "gill sans", "gill sans mt", sans-serif ;
	}

.position0	{
	background: white url(images/smalllogo.gif) no-repeat 105% -70px;
	}	

.position1	{
	background: white url(images/smalllogo.gif) no-repeat 115% -110px;
	}
	
.position2	{
	background: white url(images/smalllogo.gif) no-repeat -100px -100px;
	}	
	
.position3	{
	background: white url(images/smalllogo.gif) no-repeat -100px 110%;
	}	

.position4	{
	background: white url(images/smalllogo.gif) no-repeat 110% 110%;
	}	
	
.position5	{
	background: white url(images/smalllogo.gif) no-repeat 120% 120%;
	}	
	

	
.borderedmain	{
	/* border-top: 5px solid #002369; 
	border-bottom: 15px solid #002369;*/
	padding: 40px 20px ;
	}

.main	{
	/* border-bottom: 15px solid #002369; */
	padding: 20px 20px 10px;
	}
	
.centered, .verybig	{
	display: block;
	margin-left: auto; margin-right: auto;
	text-align: center;
	}
	
img.centered	{border: none ;}	

.verybig	{
	font-size: 200%;
	margin-bottom: 0;
	}

h1, h2	{
	font-size: 110% ;
	color: #002369;
	}
	
em {
	font-weight: bold ;
	color: #f95011 ; 
	background-color: white ;
	font-style: normal ;}
	
sup {
	font-size: 50%;
	}
	
.blue, .verybig	{
	font-weight: bold;
	color: #002369;
	}
	
.red, .quote	{
	font-weight: bold;
	color: #F33500;
	}	
	
.quote, .cite	{
	margin-left: 50px; margin-right: 50px;
	}	
	
img.frame_landscape	{
	height: 60px; 
	display: inline;
	}
	
img.frame_portrait	{
	display: inline;
	width: 60px;
	}	
	
img.photo	{

	}

a img.frame_portrait, a img.frame_landscape, a img.photo {
	border: 1px solid #002369;
	padding: 5px;
	margin: 5px;
	}
	
a img.frame_landscape:hover, a img.frame_portrait:hover, a img.photo:hover  {
	border: 1px solid #F33500;
	}		
	
img.photo	{
	float: right;
	padding: 5px;
	}
	
.bottomrow	> a > img {
	vertical-align: text-top;
	vertical-align: top;
	}

.menus	{
	background: #002369;
	}

ul.menu	{
	list-style-type: none ;
	margin: 0; padding-left: 0;
text-align: center;	}

ul.menu li	{
	display: inline; padding: 2px 1em 2px; 
	}
	
ul.menu a	{
	text-decoration: none ;
	color: white; background: #002369;

	font-size: 90% ;
	font-weight: bold ;
	margin: 0; padding: 0;

	}

ul.menu a:hover	{
	color: #F33500;
	background: #002369;
	}