@charset "utf-8";
body {
 margin: 0px;
 background-color: #EEE6FE;
 }

.lilacBorder {
	background-image: url(Images/Page/LILACTOP.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.sideLinks {
	color: #543477;
	 background-color: #EEE6FE;
	}
	
.sideLinks a{
	color: #543477;
	text-decoration:none
	}
.sideLinks a:hover{
	color: #73894B;
	text-decoration:none
	}
.purpleText {
	color: #543477;
	}
HR {
	color: #73894B;
	}
	
H3 {background-color: #FFFFFF;}

.lilacBorderRt {
	background-image: url(Images/Page/LILACBorderRt.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.lilacBorderTile {
	background-image: url(Images/Page/LILACTCTILE11.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.wideBorderBottom {
	background-image: url(Images/Page/LILACTCRULE.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.wideBorderTop {
	background-image: url(Images/Page/LILACTCRULE.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.centerCellBorder {
	
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #63396B;
	border-left-color: #63396B;
}
.25indent {
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
}

form {
	margin-bottom: 0px;
	}
	.ClassesTableBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #63396B;
}
