body 		{
			font: 80% georgia, times new roman, times, serif;
			background: url(graphics/flag.jpg);
			margin: 0;
			}
#container	{
			margin: 0 7%;
			height:100%;	
			}			
		
#navigation {
			float: left;
			color: white;
			font-weight: bold;
			background-color: #003399;
			padding: 1em;
			width: 18%;
			filter:alpha(opacity=80);
  			/* CSS3 standard */
  			opacity:0.8;
  			/* for Mozilla */
 	 		-moz-opacity:0.8;
			}	
		
#navigation p {
			background-color: #0033cc;
			padding: 2px;
			}
.thumbs		{
			text-align: center;
			}
.thumbs img	{
			vertical-align: middle;
			}
.submenu	{
			text-indent: 1.25em;
			font-style: italic;
			}
			
#navigation a {
			color: white;
			text-decoration: none;
			display: block;
			}
		
#navigation a:hover {
			background: white;
			color: black;
			}
		
#content 	{
			float: right;
			width: 75%;
			padding: 0.5em;
			overflow: hidden;
			background:#fffffa;
			}
#content1 	{
			width: 100%;
			padding: 0.5em;
			overflow: hidden;
			background:#fffffa;
			}		
			
#content p td {
			font-size: medium;
			text-align: justify;
			}
.list td	{
			border: 1px solid #330066;
			}
		
h1			{
			font-family: georgia, times new roman, times;
			font-style: italic;
			color: black;
			FONT-SIZE: large;
			text-align: center;
			}
		
h2,h3,h4,h5 	{
			font-family: georgia, times new roman, times;
			font-style: italic;
			color: black;
			}

#title h1	{
			font-family: "Monotype Corsiva", "Apple Chancery", "Vivaldi", "Edwardian Script ITC", "French Script MT", "Script MT Bold","Palace Script MT", "URW Chancery L", "script"; 
			font-size: 400%;
			line-height: 50%;
			}
    
@media print {
.noprint	{
			display: none;
			}
#content 	{
			float: left;
			width: 100%;
			} 
h1.noshow	{
			font-family: "Monotype Corsiva", "Apple Chancery", "Vivaldi", "Edwardian Script ITC", "French Script MT", "Script MT Bold","Palace Script MT", "URW Chancery L", "script"; 
			font-size: 1.5cm;
			}
			}
@media screen {
.noshow 	{ 
			display: none;
			}
			}
	  


   

