body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:2em;
	*line-height:1.85em;
	color:#666666;
	margin: 0px;
}

#container {
	width:801px;
	height:auto;
	margin:0 auto;
	margin-top:0;
	position:relative;
}

h1 {
	font-family:adobe-caslon-pro,Georgia, "Times New Roman", Times, serif;
	color:#7d1761;
	font-size:11px;
	letter-spacing:3px;
}

.bullet {
	background-image:url(/pix/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	text-indent:16px;
	margin:0;
}

#leftpane {
	background-image:url(/pix/back-left.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:252px;
	float:left;
}
#rightpane {
	width:549px;
	float:left;
}
.rightbackpane {
	background-image:url(/pix/back-right.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.textholder{
	width:387px;
	padding-top:168px;
	padding-bottom:36px;
}

#verttextholder{
	position:absolute;
	z-index:10;
	left:720px;
	top:46px;
}

#buttonholder{
	padding:236px 0 0 36px;
}

.buttonpad{
	margin-top:12px;
}

.defaultrule{
	border-bottom:#666 1px solid;
	height:12px;
	width:auto;
	margin-bottom:16px;
}

.defaultruleLt{
	border-bottom:#CCC 1px solid;
	height:10px;
	width:auto;
	margin-bottom:10px;
}

.purple{
	color:#6B1C5F;
}

.titlebar{
	/*background-color:#A0A0A0;*/
	color:#666;
	font-size:13px;
	width:auto;
	font-weight:bold;
	line-height:1.7em;
	margin-bottom:10px;
	margin-top:18px;
	padding-bottom:6px;
	border-bottom:#CCC 1px solid;
}

/*LINKS*/

a:link {
	color: #666;
	text-decoration:none;
	border-bottom:#666 solid 1px;	
}
a:visited {
	color:#666;
	text-decoration:none;
	border-bottom:#666 solid 1px;
}
a:active {
	color:#666;
	text-decoration:none;
	border-bottom:#666 solid 1px;
}
a:hover {
	color:#6B1C5F;
	text-decoration:none;
	border-bottom:#6B1C5F solid 1px;	
}


/*--*/	

a.menu:link {
	color: #6B1C5F;
	text-decoration:none;
	border-bottom:none;
}
a.menu:visited {
	color:#6B1C5F;
	text-decoration:none;
	border-bottom:none;
}
a.menu:active {
	color:#6B1C5F;
	text-decoration:none;
	border-bottom:none;
}
a.menu:hover {
	color:#6B1C5F;
	text-decoration:none;
	border-bottom:#6B1C5F solid 1px;	
}

