/* CSS Document */

body	{	font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			background-color:#FF9900;
			color:#000066;
			text-align:center;
			}

img		{
		border:thin;
		border-color:#666666;
		border-style:solid;
		}
		


.body	{	
			background-color:#CCFFFF;
			text-align:justify;
			width:550px;	
			border-style:groove;
			border:dashed;
			border-color:#0066FF;
			position:absolute;
			top:25%;
			left:35%;
			padding:10px;
			height: 400px;
			}
			html>body .body {
			height: auto;
			min-height:400px;			
			}
			
.newsline	{	
			background-color:#FF6600;
			text-align:center;
			width:550px;	
			position:absolute;
			top:20%;
			left:35%;
			padding:10px;
			
			}
			

.css	{	
			width:550px;	
			border-style:none;		
			position:absolute;
			left:35%;
			padding:10px;
			height: 40px;
			text-align:right;
			}
			


.navbar	{	
			width:20%;
			height:25%;
			border-right-style:solid;
			border-right-color:#0033CC;
			line-height:2.5em;		
			font-size:16px;
			text-align:right;
			padding-right:1%;		
			position:absolute;
			top:25%;
			left:0%;	
			}
			
.subnav 	{
			width:13%;
			height:20%;
			line-height:1.5em;
			position:absolute;
			top:25%;
			left:20%;	
			text-align:left;
			}
.flags3		{
			position:absolute;
			top:2%;
			left:0;
			right:0;
			width:100%;
			text-align:left;
			height:102px;			
			
			padding:0;
			border:none;
			z-index:2;
			}

			
.flags		{
			position:absolute;
			top:2%;
			left:0;
			right:0;
			width:100%;
			text-align:right;
			height:102px;			
			background-color:#3366ff;
			padding:0;
			border:none;
			z-index:1;
			}
			
.flags2		{
			border:none;
			}
			
a.pic:link 		{ 
			color:#000066;
			text-decoration:none;
			
			}

a.pic:visited 	{ 
			color:#000066;
			text-decoration:none;
			}
			
a.pic:focus	{ 
			color:#000066;
			text-decoration:none;
			border-bottom-style:none;
			}
			
a.pic:hover	{
			color:#000066;
			text-decoration:none;	
			border-bottom-style:none;
			}
			
a.pic:active	{ 
			color:#000066;			
			text-decoration:none;
			}

a:link 		{ 
			color:#000066;
			text-decoration:underline;
			border:none;
			}

a:visited 	{ 
			color:#000066;
			border:none;
			}
			
a:focus 	{ 
			color:#000066;
			border:none;
			}
			
a:hover 	{
			text-decoration:none;
			border-bottom-style:dotted;
			border-bottom-color:#000066;
			}
			
a:active 	{ 
			color:#000066;
			border-bottom-style:dotted;
			border-bottom-color:#000066;
			}

