html,body {
	font-size: 14;
	font-family: verdana, sans-serif;
	color:#000000;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	background-image:url('../img/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}
div#uploading {
	position:absolute;
	z-index:10;
	bottom: 15%;
	left: 50%;
	width: 300px;
	height: 60px;
	margin-left: -150px;
	margin-bottom:-30px;
	text-align:center;
	padding: 10px;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	background-color:#eeeeee;
	border:3px solid #540491;
}
div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
a {
	text-decoration: none;
	color: #540491;
}
a:hover {
	border-bottom: 1px solid #540491;
}
table#menu a {
	color: #575757;
}
div#push {
	height: 30px;
}
div#footer {
	height: 30px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-image:url('../img/footer.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
p {
	text-indent: 25px;
	line-height: 200%
}
p.notab {
	text-indent: 0px;
}
li {
	line-height: 200%
}
table.form td {
	padding-bottom: 8px;
	padding-right:8px;
	margin: 0px;
}
input.small,select.small {
	width: 75px;
}
input.medium,select.medium {
	width: 300px;
}
input.large,select.large {
	width: 650px;
}
textarea.large {
	height: 200px;
	width: 650px;
}
.nocss {
	border: none;
}
div.error {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	background-color:#eeeeee;
	border-top:1px solid #540491;
	border-bottom:1px solid #540491;
	clear: both;
}
div.error ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
div.error li {
	font-size: 14px;
	line-height: 150%;
	font-weight:normal;
}
hr {
	border: 0;
	color: #540491;
	background-color: #540491;
	height: 1px;
}

@media print {
	.screenonly {display:none;}
	html,body{
		background-image:none;
	}
}
@media screen {
	.printonly {display:none;}
}