body {
	background-color: #845B87;
	background-image: url(../images/core/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-right{
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-left{
	background-image: url(../images/core/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg-content{
	background-image: url(../images/core/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #835884;
	text-decoration: none;
	letter-spacing: 0.5em;
}
a:link { color:#ffffff; text-decoration:underline}
a:visited { color:#ffffff; text-decoration:underline}
a:hover { color:#ffffff; text-decoration:underline}
a:active { color:#ffffff; text-decoration:underline}

.border {
	border: 1px solid #FFFFFF;
}

.white {
	color: #ffffff;
}

hr {
	border: 0;
	border-bottom: 1px solid #A081A1;
	height: 1%;
}

.clear { display: block; clear: both; }

.coursetable td {
	border-bottom: 1px solid #aa87aa;
}

blockquote {
	font-size:18px;
	text-align: center;
	line-height: 24px;
}

