html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#5d3b94; 
	background-image:url(../images/1030-white-stripe.png);
	background-position:center;
	background-repeat:repeat-y;
	font-family: arial;
	font-size: 12pt;
	color: #000000;
	text-align: center;
}

#container {
	position:relative;
	padding:0px;
	margin:0 auto;
	width:1000px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header_container {
	position:relative;
	left: 0px;
	top: 0px;
	padding-top:20px;
	height: 200px;
}


#content_container {
	text-align:justify;
	width: 1000px;
	padding:1em 0em 5em 0em;
}

#footer_container {
	text-align:center;
	position:absolute;
	width:100%;
	left: 0px;
	bottom:9px;
}
img.nav-item {
	border: 0px;
}
.page-subheading {
	font-weight: bold;
	color: #000000;
}
a {
	color:#000
}
a:hover {
	color:#666;
}
p.page-link {
	margin-left: 20px;
}
.errorText {
	color:#F00;
}

.okText {
	color:#008000;
}

.gallery-label {
	font-size: 10pt;
}