/*

#9B0743 - main purple
#D27FA2 - 50% less opacity
#E9C2D3 - 75% less opacity
#F6E5EC - 90% less opacity

#006991 - possible slate blue
#70E6C6 - possilbe blue/green

*/


/* sets main centering */

div#main {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	height: 450px;
	}

/* body */
.main {
	background: #ffffff;
	SCROLLBAR-FACE-COLOR: #9B0743;
	SCROLLBAR-HIGHLIGHT-COLOR: #F6E5EC;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #9B0743;
	SCROLLBAR-BASE-COLOR: #F6E5EC;
	margin-left:0;
	margin-right:0;
	margin-top:10;
	text-align: center;
	line-height: 12px;
}

/* used for active links in upper menu bar and inactive links in active menu bar */
.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	color: #9B0743;
	text-decoration: none;
}


/* used for in-age links in upper menu bar and inactive links in active menu bar */
.bodylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	color: #9B0743;
	text-decoration: underline;
}


/* main text paras */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	color: #9B0743;
	text-decoration: none;
	line-height:11pt;
	margin-top: 2px;
	margin-bottom: 8px;
}


em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style:italic;
	color: #9B0743;
	text-decoration: none;
	line-height:11pt;
	
}

em.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic;
	color: #9B0743;
	text-decoration: none;
	line-height:11pt;
	
}

/* used when a span holds the text  */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	color: #9B0743;
	text-decoration: none;
	line-height:11pt;
}


.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	font-weight: normal;
	color: #9B0743;
	text-decoration: none;
	border-bottom : 1px solid #9B0743;
}

/* used for gallery / back/next buttons */

.formbutton {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color : #9B0743;
	border-top : 1px solid #858383;
	border-right : 1px solid #858383;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	background-color: #F6E5EC; 
	margin-bottom:5px;
}

/* used for popup pages  */
body.popup {
	background : #F6E5EC;
	margin-top:5;
	margin-left:0;
}

/* used for popup text  */

.text {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #9B0743;
line-height: 12px
}

/* used for popup form fields  */
.formobjects {
	BORDER-RIGHT: #000000 1px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: #9B0743 1px solid; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 1px; 
	MARGIN: 1px 0px 3px; 
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	BORDER-LEFT: #9B0743 1px solid; 
	COLOR: #000000; PADDING-TOP: 1px; 
	BORDER-BOTTOM: #000000 1px solid; 
	BACKGROUND-COLOR: #E9C2D3;
}

.padleft {
padding-left: 10px;
}