/* CSS D	{ument */


body	{
	background-color: #9DD05B;
	width: 100%;
}

div#mother	{
		
		width: 723px;
		background: white;
		margin: 0pt auto;
}	


div#tablemain	{
		height: 109px;
		margin: 0pt auto;
}

div#navbar	{
		font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		background: #008000;
		font-size: 22px;
		font-weight: bold;
		line-height: 45px;
		position: static;
		text-align: center;
		width: 723px;
		height: 45px;
		
}


div#navbar a:link 	{
			color: white;
			display: inline;
			margin: 1px;
			padding-left:18px;
			padding-right: 18px;
			text-decoration: none;
			
}

div#navbar a:visited 	{
			color: white;
			display: inline;
			margin: 1px;
			padding-left: 18px;
			padding-right: 18px;
			text-decoration: none;
				
}

div#navbar a:active	{
			color: white;
			display: inline;
			margin: 1px;
			padding-left: 18px;
			padding-right: 18px;
			text-decoration: none;
}

div#navbar a:hover 	{
			color: yellow;
			display: inline;
			margin: 1px;
			padding-left: 18px;
			padding-right: 18px;
			text-decoration: none;

}	

	

div#content	{
		background: white;
		border: medium solid #008000;
		font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		text-align: center;
		width: 715px;
		
}



div#content a img	{
			border: none;
			
			
}



table td	{
		padding:  25px 70px ;	
		
}

a:link	{
	color: green;
	text-decoration: none;
	
}


a:visited	{
		color: green;
		text-decoration: none;
}

a:active	{
		color: green;
		text-decoration: none;
}

a:hover		{
		color: green;
		text-decoration: underline;

}


.footer	{
		text-align: center;
}




