body
{
	background-color: #eeee77;
	font-family: Sans-Serif;
	padding-right: 10px;
	padding-top:20px;


}




div
{
	margin-left: 5px;
}
table
{
	margin-left:5px;
	margin-right:5px;
	height: 400;
	width: 1000;
}

table#main
{
	width: 100%;
	border: solid 1px #000000;
}

td#navigationCell
{
	background-color: #000000;
	width:20%;
}
td#contentCell
{
	background-color: #ffffff;
	margin-left: 5px;
}

table#navigation
{
	vertical-align: middle;
	width: 100%;
	height: 20px;
	background-color: #000000;
	color: #ffffff;
	font-family: Sans-Serif;

}

.navigationAnchorCell
{
	color: #ff0000; 
}


a
{
	text-decoration:none;
	color: #ffffff;
}




table#content
{
	background-color: #ffffff;
	width: 100%;
}


