@charset "utf-8";
.menuleft {
	background-color:#F4FDD0;
	
}

.mainarea {
background-color:#F4FDD0;
}

.imageclass {
border-color:#888888;
border:2px;
}

.inner {
height:600px;
width:100%;
}

.spacer {
width:10px;
background-color:#FFFFFF;
}

.tframe {
background-color:#E9FBAA;
margin:10px;
}

a:link {
	color: blue;
	text-decoration:none;
	background-color: transparent;
}

a:visited {
	color: darkblue;
	text-decoration:none;
	background-color: transparent;
}

a:hover {
	color: dodgerblue;
	text-decoration:none;
	background-color: transparent;
}

a:active {
	color: dodgerblue;
	text-decoration:none;
	background-color: transparent;
}
