p {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 14px;
	color: #000066;

}
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: 14px;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(Img/bttn/LITE.gif);

}
a:link {
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
}
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;
	color: #FFFFF0;
	background: url(Img/bg/leopard3.jpg);

}
table {
	background-repeat: repeat;
	background-color: ivory;
	color: ivory;
}
#main {
	background-color: beige;
}
.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*/
}
