body {
	background-color:white;
	font-family:arial, verdana, sans-serif;
	font-size:12pt;
}
#page{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	/*border:1px solid #800080;*/
}

.activelink{
	color:#7502B4;
}
/*
#col1{
	width:159px;
	float:left;
	
}
#col2{
	width:488px;
/*height:450px;*
	float:left;
	/*border:1px solid #800080;*
	/*background-image: url(../img/massage600x450.jpg);*
	
}
#col3{
	width:150px;
	float:right;
	/*border:1px solid #800080;*
}
*/
#maintable {
	border-collapse: collapse;
	margin:1px;
	/*height:450px;*/
	width:802px;
}

#maintable td{
	margin:0px;
	padding:0px;
}

#column1{
	width:159px;	
}
#column2{
	width:488px;
	border:1px solid #800080;
	background-image: url(../img/massage.jpg);
	background-repeat:repeat;
}
#column3{
	width:150px;
}

#frameshell{
overflow:visible;


/*overflow:auto;*/

/*height:452px;*/
width:488px;
}
.section {

/*height:450px;*/
}
.section h3{
	padding-left:20px;
	/*padding-right:10px*/
}
.section h2{
	padding-top:1px;
	padding-bottom:3px;
	text-align:center;
}
.section h1{
	padding-top:1px;
	padding-bottom:0px;
	text-align:center;
}
.section p{
	padding-left:10px;
	padding-right:10px
}

.section table{
	margin-left:50px;
	margin-right:50px;

	/*border:1px solid #800080;*/
}
.section table td{
	/*padding-top:3px;
	padding-bottom:3px;*/
	padding:3px;
}

.section .widetable {
	margin-left:auto;
	margin-right:auto;
}
/*
.section .details{
	border:1px solid #800080;
	margin-left:auto;
	margin-right:auto;
}
*/
.midbold{
	text-align:center;
	font-weight:bold;
}
.mid{
	text-align:center;
}

.line {
	margin-right:20px;
	margin-left:20px;
	/*padding-top:20px;
	padding-bottom:400px;*/
	border-bottom:solid 2px #800080; 
	/*border-top:solid 2px #800080; */
	clear:both;
	text-align:center;
}

.sectionpadding {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:300px;
	border-bottom:solid 2px #800080; 
	border-top:solid 2px #800080; 
	clear:both;
	text-align:center;

}

.nouveau {
	width:146px;
	text-align:center;
	float:right;
	padding-bottom:2px;
}
.inset {
	padding-top:5px;
	padding-bottom:2px;
}
.floatleft {
	float:left;
	padding-right:5px;
}

.subhead {
	font-family:arial, verdana, sans-serif;
	font-size:8pt;
}
.smhead{
	font-size:16pt;
	/*font-size:1.3em;*/
	padding-top:0px;
	padding-bottom:0px;
}
.medhead {
	font-size:20pt;
	font-size:1.7em;
	padding-top:0px;
	padding-bottom:0px;
}

/*MENU RULES*/
.cssmenu, .cssmenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 158px; /*WIDTH OF MAIN MENU ITEMS*/
	border:1px solid #800080;
	/*border-left:1px solid #800080;
	border-bottom:1px solid #800080;*/
}

.cssmenu li{
	position: relative;
	background-color:white;
	
	display: block;
	text-align:left;
	width: 133px;
	padding-left: 25px;
	height: 22px;
	background-image: url(../img/button158.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 8pt;
	font-weight: bold;

}
.cssmenu li .activelink{
	color:#7502B4;
}
.cssmenu li a{
	
	color:black;
	text-decoration: none;
/*	display: block;
	text-align:left;
	width: 133px;
	padding-left: 25px;
	height: 22px;
	background-image: url(../img/button158.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 8pt;
	font-weight: bold;*/
}

.cssmenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	/*width: 158px; /*WIDTH OF SUB MENU ITEMS*/
	width: 176px;
	left: 0;
	top: 0;
	display: none;
	border-left:1px solid #800080;
	border-top:2px solid #800080;
}

.cssmenu li ul li{
	width: 175px;
	float: left;
	background-color:#F7F7F7;
	border-bottom:1px solid #800080;
	border-right:2px solid #800080;
	border-left:1px solid #800080;
	background-image:none;
	padding-left: 0px;
}

.cssmenu li ul a{
	width: 175px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	color: black;
	padding-left: 10px;
	background-image:none;
}
.cssmenu li ul li span{
	padding-left: 10px;
}

.cssmenu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(../img/arrow.gif) no-repeat center right;
}

.cssmenu li a:visited, .cssmenu li a:active{
	color: black;
}

.cssmenu li a:hover{
/*background-image: url(../img/glossyback2.gif);*/
	color:#CC39D4;
}

/* Holly Hack for IE \*/
* html .cssmenu li { float: left; height: 1%; }
* html .cssmenu li a { height: 1%; }
/* End */


