/* NLWF */
@media screen, print, projection
{

a:link {color: #0000ff; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #0000ff; text-decoration: none; }
a:hover {color: #0000ff; text-decoration: underline; }

	
	#title 
	{
		position : relative;
		top      : 1px;
		margin   : 0px;
		padding  : 0px;
		width : 750px ;
		height : 104px;
		z-index  : 1;

background-color : #ffffff;
		color : #000000;

	}

	
.section
	{
		border : 1px black solid;
	}

.textbox
	{
		border : 0px;
		margin : 7px;
	}
.imgbox
	{
		border : 3px black solid;
		padding=0px;
		margin : 10px;
		margin-bottom : 0px;
	}

#linkdrop
	{	
		position  : relative;
		width : 750px;
		margin : 0px;
		padding-left: 0px;
		padding-right : 0px;
		padding-top :0px;
		padding-bottom :1px;
		z-index : 1;

		font-size : 75%;
		background-color: #e6e8ff ;
		color: #000000 ;

	}

#backdrop
	{	
		position  : relative;
		width : 750px;
		margin : 0px;
		padding-left: 0px;
		padding-right : 0px;
		padding-top :0px;
		padding-bottom :20px;
		z-index : 1;

		background-color: #d5e2e3;
		color:#000000 ;
}

#leftbox
	{
		position : relative;
		top : 10px;
		left : 10px;
		margin-bottom: 10px;
		width : 429px;
		z-index : 2;
		border : 1px #000000  solid;
		text-align:center;

		background-color: #ffffff;
		color:#400040 ;
	}

#leftbox img	{border-bottom : 1px black solid;}
#leftbox p {margin : 7px;}


#rightbox 
	{
		position  : absolute;
		width : 289px;
		margin-left : 450px;
		top : 10px;
		padding-left: 0px;
		padding-right : 0px;
		padding-top :0px;
		padding-bottom :10px;
		z-index : 2;

		color: #000000 ;
	}

#rightbox1 
	{
		position  : relative;
		width : 289px;
		margin-left : 0px;
		top : 0px;
		padding-left: 0px;
		padding-right : 0px;
		padding-top :0px;
		padding-bottom :10px;
		z-index : 2;
		

		background-color : #ffb0b8;
		color: #000000 ;
	}

#rightbox2 
	{
		position  : relative;
		width : 289px;
		margin-left : 0px;
		top : 10px;
		padding-left: 0px;
		padding-right : 0px;
		padding-top :0px;
		padding-bottom :10px;
		z-index : 2;

		background-color : #e6e8ff;
		color: #000000 ;
	}
#centbox
	{
		position : relative;
		top : 10px;
		left : 10px;
		margin-bottom: 10px;
		width : 728px;
		z-index : 2;
		border : 1px #000000  solid;
		
		background-color: #ffffff;
		color:#400040 ;
	}
#centbox p {margin : 7px;}

}