/* for drop down menu */
#dropmenudiv {
	color: #ffffff;
	font-family : "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	line-height:18px;
	position:absolute;
	z-index:100;
}
#dropmenudiv a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 3px;
	width: 100%;
}
#dropmenudiv a:hover {
	background-color: #000000;
	color : #ffff00;
}	
/* for 1024 x 768 resolution */
body.bg1024 {
	background-color : #000000;
	background-image : url(background1024.jpg);
	background-position : top;
	background-repeat : no-repeat;
	color: #ffffff;
}
p.branding1024 {
	color: #ffffff;
	font-family : "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-style : italic;
	margin-top : 60px;
	text-align : center;
}
p.logo1024 {
	margin-top : 210px;
	text-align : center;
}
p.menu1024 {
	color: #ffffff;
	font-family : "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	margin-top : 50px;
	text-align : center;
}
/* for entire site */
.small {font-size : smaller;}
a.index {
	color : #ffffff;
	text-decoration : none;
}
a.index:hover {
	color : #ffff00;
	text-decoration : none;
}
a.index:visited {
	color : #ffffff;
	text-decoration : none;
}
a {
	color : #0000ff;
	text-decoration : none;
}
a:hover {
	color : #cc0099;
	text-decoration : underline;
}
a:visited {
	color : #000066;
	text-decoration : underline;
}
body {
	background-color : #ffffff;
	color: #000000;
	font-family : "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body.shiatsu {
	background-color : #99ccff;
	color: #000000;
	font-family : "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.shiatsu {
	background-image : url(shiatsuyinyang.gif);
	background-position : center;
	background-repeat : no-repeat;
}
em,i {font-style : italic;}
h1 { /* = Joey's Arial 22 italic */
	font-style : italic;
	margin-left : 100px;
	margin-right : 100px;
}
h1.noem {
	font-style : normal;
	margin-left : 100px;
	margin-right : 100px;
}
h2 { /* = Joey's Arial 14 italic */
	font-style : italic;
	margin-left : 100px;
	margin-right : 100px;
}
h2.indent { /* = Joey's Arial 14 italic centered and indented */
	font-style : italic;
	margin-left : 175px;
	margin-right : 175px;
	text-align : center;
}
h2.noem { /* = Joey's Arial 16 */
	font-style : normal;
	margin-left : 100px;
	margin-right : 100px;
}
h2.underline { /* = Joey's Arial 14 */
	font-style : normal;
	margin-left : 100px;
	margin-right : 100px;
	text-decoration : underline;
}
h3 { /* = Joey's Arial 12 italic */
	font-style : italic;
	margin-left : 100px;
	margin-right : 100px;
}
h3.indent { /* = Joey's Arial 14 italic centered and indented */
	font-style : italic;
	margin-left : 150px;
	margin-right : 150px;
	text-align : center;
}
h3.noem { /* = Joey's Arial 12 */
	font-style : normal;
	margin-left : 100px;
	margin-right : 100px;
}
li {padding-left : 8px;}
p {
	margin-left : 100px;
	margin-right : 100px;
}
p.backtotop {
	margin-left : 50px;
	margin-right : 50px;
	margin-top : -10px;
	padding-top : 0px;
}
p.infantmassage {
	margin-left : 150px;
	margin-right : 150px;
	margin-top : -10px;
	padding-top : 0px;
}
p.minispace {
	margin-left : 100px;
	margin-right : 100px;
	margin-top : -10px;
	padding-top : 0px;
}
p.nospace {
	margin-left : 100px;
	margin-right : 100px;
	margin-top : -19px;
	padding-top : 0px;
}
p.postpartum { /* = Joey's postpartum indent on prenatal pg */
	font-size : medium;
	font-style : italic;
	font-weight : bold;
	margin-left : 100px;
	margin-right : 100px;
	text-align : center;
}
strong,b {font-weight : bold;}
table {
	margin-left : 100px;
	margin-right : 100px;
}
table.shiatsu {
	margin-left : 10px;
	margin-right : 10px;
}
td {
	color: #000000;
	font-family : "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.shiatsu {
	color: #ffffff;
	font-family : "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul {
	line-height : 30px;
	list-style-image : url(heartbullet.gif);
	margin-left : 200px;
	margin-right : 150px;
}
ul.nohearts {
	line-height : normal;
	list-style-image : none;
	list-style-type : disc;
	margin-left : 150px;
	margin-right : 100px;
	margin-top : -20px;
}
ul.normal {
	line-height : normal;
	list-style-image : url(heartbullet.gif);
	margin-left : 150px;
	margin-right : 100px;
}
ul.nospace {
	line-height : normal;
	list-style-image : url(heartbullet.gif);
	margin-left : 150px;
	margin-right : 100px;
	margin-top : -19px;
}

