body {
	background: #642099 url(../images/background.jpg) no-repeat center -772px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.25em;
}
* {
	padding: 0;
	margin: 0;
}
a, .button:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, h2, h3, h4 {
	color: #5F258B;
}
h2, h3, h4 {
	text-transform: uppercase;
	line-height: 1em;
}
h2 {
	padding-top: 15px;
	font-size: 1.54em;
}
h3, h4, .button {
	font-size: 1.2em;
}
ul {
	padding-left: 15px;
}
p, li {
	padding-top: 10px;
}
form, fieldset, a img {
	border: none;
}
label, #content {
	float: left;
}
legend {
	display: none;
}
input {
	height: 20px;
	padding-left: 5px;
	width: 60%;
	border: 1px solid #eeeeee;
}
input[type="submit"], .button {
	color: #FFFFFF;
	background: #642099 url(../images/arrow.png) no-repeat center right;
	border-radius: 5px;
	width: 30%;
	height: 30px;
	line-height: 28px;
	border: none;
	text-align: left;
	cursor: pointer;
}
input[type="submit"], .footerNav {
	float: right;
}
#wrapper {
	width: 960px;
	margin: 15px auto 0 auto;
}
#navigationWrapper {
	background: url(../images/navbackground.gif) repeat-x;
	height: 30px;
	margin-top: 15px;
}
#main {
	overflow: hidden;
}
#content .inner, #rightColumn {
	min-height: 395px;
}
#content {
	width: 650px;
}
#rightColumn {
	position: relative;
	margin-left: 665px;
}
#rightColumn p {
	color: #9262B7;
}
#rightColumn ul {
	margin-left: 15px;
}
#footer {
	margin-top: 15px;
}
#footer, #footer a {
	color: #959595;
}
.inner, #breadcrumb {
	background: #FFFFFF;
	border-style: solid;
	border-color: #C5C5C5;
	border-width: 0px;
}
.inner {
	padding: 15px;
	border-width: 3px;
}
#content .inner {
	padding: 0px 15px;
}
#header .inner {
	border-width: 3px 3px 0px 3px;
}
#content .inner, #rightColumn .inner:first-child {
	border-width: 0px 3px 3px 3px;
}
#breadcrumb {
	border-width: 0px 3px;
}
#breadcrumb div {
	margin: 0 15px;
	border-bottom: 1px solid #C2C6C7;
}
#breadcrumb div span {
	padding-bottom: 15px;
	display: inline-block;
}
.absolute {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 88%;
}
.innerContent {
	background: #E9E3F2;
	margin: 10px 0;
	padding: 10px;
}
.footerNav li {
	font-size: 1em;
	border-left: 0 solid;
	display: inline;
	padding: 0 10px;
}
.splitter {
	border-top: 1px solid #C2C6C7;
	margin: 15px 0;
}
.button {
	font-weight: bold;
	padding-left: 5px;
	display: block;
}
.loginForm {
	width: 98%;
}
.fields {
	text-align: right;
	line-height: 20px;
	margin: 10px 0;
}
.red {
	color: #FF0000;
}
