body {
		margin: 20px 70px 20px 70px;
		background-color: #777799;
		text-align: center;
		}

a{
color: #777799;
}

p {
	
	color: #555555;
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	font-size: small;
	font-weight: normal;
	text-align: left;
	}


	h3
{
	text-align: left;
	margin: 1px;
}

#header{

		float: left;
		background: #555566;
		width: 76%;
		color: #777799;
		font-size: large;
		}


#navigation
		{
		float: left;
		top: 5;
		left: 5;
		width: 100px;
		//height: 80%;
		background: white; 
		padding: 10px;
		border-right: 1px; 
		 border-right-style:  dashed;
		 border-right-color: #777799;
		 font-size: small;
		 font-family: Verdana, Arial, sans-serif;
		}

#content
		{
		float: left;
		width: 70%;
		//height: 70%;
		background: white; 
		padding: 30px; 
		}

.tr1{
background-color: white; 
}

.tr2{
background-color: green;
}

td{
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #555555;
	}