@charset "UTF-8";
body {
	background-color: #FFF68F;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a {
	color: #9d36aa;
}
h1, h2, h3 {
	color: #9d36aa;
	font-size: x-large;
}
.purple-line {
	background-color: #9d36aa;
	height: 2px;
}
.redbox {
	padding: 10px;
	width: 300px;
	border: 2px solid #F00;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	margin-bottom: 1em;
}
.text-red {
	color: #F00;
}
#container {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
}
.swirls {
	background-color: #FFF68F;
	float: left;
	height: 62px;
	width: 74px;
}
#center_col {
	float: left;
	width: 767px;
}
.pp-button {
	padding-top: 5px;
}
.spacer {
	height: 1em;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear-both {
	clear: both;
}
.text-small {
	font-size: small;
}
#left_border {
	background-image: url(../images/spiral_left_mid.png);
	background-repeat: repeat-y;
}
#right_border {
	background-image: url(../images/spiral_right_mid.png);
	background-repeat: repeat-y;
}
#main_content {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2em;
}
.table-header {
}
.global-input {
	width: 150px;
}
.image-right {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}

