body {
	SCROLLBAR-FACE-COLOR: ivory;
	SCROLLBAR-HIGHLIGHT-COLOR: beige;
	SCROLLBAR-SHADOW-COLOR: brown;
	SCROLLBAR-3DLIGHT-COLOR: tan;
	SCROLLBAR-ARROW-COLOR:  #000000;
	SCROLLBAR-TRACK-COLOR: #663300;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	background-color: ivory;
	color: #FFFFFF;
}
p {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 15px;
	color: #000033;
}
h2 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
	color: crimson;
}
h3 {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #990000;
}
li {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 13px;
	color: #000066;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(Img/bttn/LITE.gif);
	line-height: normal;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FF0033;
	font-weight: bold;
}
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 600px; /* container width*/
background-color: #FA8072;
}

.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*/
}
