/* 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;
		width: 715px;
}

div#contacttext	{
		margin-left: 40px;
}

textarea:hover	{
		background: #fef76e;
}

input:hover	{
		background: #fef76e;
}
	
.footer	{
		text-align: center;
}	
