BODY {
	color : #4A4A4A;
	background-color:#ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0 0 0 0px;
}
H1 {font-size: 1.8em; font-family : Arial, Helvetica, sans-serif; font-weight: lighter; COLOR: #CACACA; margin-top: 5px;}
H2 {color: #929292; margin: -7px 0 0 0;
	}

P {
	width: 700px;
}
.P2 {
	width: 640px;
}
.P3 {
	width: 590px;
}
.PLotus {
	width: 550px;
	margin: 12px 0 0 25px;
	text-align:left;
	// border:5px solid red;
}
.HomeText {
	display: none;
}
.HomeLinks {color: #999; text-decoration:none;}
.HomeLinks:link {color: #999;text-decoration:none;}
.HomeLinks:hover {color: #F66;text-decoration:none;}
.Mindy {
	width: 523px;
	margin: 12px 0 0 38px;
	text-align:left;
	color: #999;
	font-style:italic;
	// border:5px solid red;
}
div.title {
	width: 699px;
	margin: 0 0 0 25px;
}
div.images {
	width: 655px;
	margin: 0 0 0 25px;
	text-align:center;
}
.Err {
	color: #CC0000;
	font-weight: bold;
	margin-top: .5em;
}
.Thanks {
	color: #558811;
	font-weight: bold;
	margin: 2em 0 5em 1em;
}
#homeText {
	padding: 0 0 0 10px;
	width: 600px;
	text-align: left;
}
#TextDiv {
	padding: 0 0 0 0px;
	width: 400px;
	text-align: left;
}
#SketchDiv {
	padding: 0 0 0 20px;
	width: 650px;
	text-align: center;
}
 #ContactDiv {
	padding: 0 0 0 20px;
	width: 400px;
	text-align: left;
	font-size: 12px;
	line-height: 19px;
}
#BioDiv {
	padding: 0 0 0 20px;
	width: 610px;
	text-align: left;
	font-size: 12px;
	line-height: 19px;
 }
#NewsDiv {
	padding: 0 0 0 20px;
	width: 640px;
	text-align: left;
	font-size: 12px;
	line-height: 19px;
 }
 #workshop {
	padding: 0 0 0 20px;
	width: 530px;
	text-align: center;
	font-size: 12px;
 }
  #workshopLink {
	color: #A52A2A;
	padding: 0 0 0 20px;
	width: 595px;
	text-align: right;
	font-size: 12px;
 }
 .workshopDate {font-size: .9em;}
.Copyright {
	padding: 0 0 0 20px;
	font-size: 9px;
	color: #999999;
 }
 
.LotusTable {
	background-color: #FFD9FF;
	width: 640px;
	border: 1px;
	border-color: Black;
}



/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 35px; width: 670px;
    background: url("images/bg.gif");
    padding: 10px; margin: 0 0 15px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
