h5 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: crimson;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font: 18px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: disc url(Img/bentarrow.jpg) outside;
}
h1 {
	font: italic bold 24px "Comic Sans MS", cursive;
	color: #990000;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #006600;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
}
body {
	background-image: url(bg/tennroseLG.gif);
	background-repeat: no-repeat;
	background-position: 100px 50px;

}
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
