.menuh	{
		BORDER-COLOR : #000000 ;
		cursor : hand ;
		Border-Left : #000000 ;
		Border-Top : #000000 ;
		Padding-Left : 1px ;
		Padding-Top : 1px ;
		Background-Color : #007CC3 ;
	}
.menu	{
		Background-Color : #B0C4DE ;
	}
.home	{
		cursor : hand ;
	}

.menulinks{
text-decoration:none;
}

A:link {text-decoration: none; color: #007cc3;}
A:visited {text-decoration: none; color: #7090B5;}
A:active {text-decoration: none; color: #007cc3;}
A:hover {text-decoration: underline; color: #DA251D;}

.links{
	position:absolute;
	width:145px;
	top:100px;
	left:10px;
	width:155px;
	padding:2px;
	background-color:#B0C4DE;
}

body{
background:#CCCCCC;
}

.header, p{
border: 1px solid lightslategray;
text-indent: 2px;
padding:2px;
margin:3px;
}


.content{
	position:absolute;
	top:100px;
	left:181px;
	border: 1px solid lightslategray;
	width:600px;
	padding:5px;
}
.below{
	vertical-align:text-bottom;
	top:25px;
	right:181px;
	border: 1px solid lightslategray;
	width:40px;
	padding:5px;
}
	
.backing{
background:lightslategray;
padding:3px;
margin:2px;
}
