body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #52528E;
	background-color: #8D90BB;
  background-image: url(images/body_bkg.jpg); 
	background-repeat: repeat-x; 
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
  height: 100%;
/*	text-align: center; */
}

#main {
  background: #8D90BB url(images/page_mid.jpg) repeat-y top center;
	width: 772px;
  margin: 0 auto;
	padding: 0;
  position: relative;
/*	border: 0px #000000 solid */
}

#page {
  background: url(images/page_top.jpg) no-repeat top center;
	width: 772px;
/*	height: 570px; */
	padding-top: 80px;
  position: relative;
}

#page_btm {
  background-image: url(images/page_btm.jpg);
	width: 772px;
	height: 45px;
}

.title {
  color: #52528E;
  text-align: center;
  margin: 0;
  font-size: 1.2em;
}

.subtitle {
  color: #52528E;
  text-align: center;
  margin: 0;
}

.center {text-align: center;}

/* img {border: #5D00B3 5px solid;} */

a {
  color: #52528E;
	text-decoration: none;
}

a:hover {
  color: #0000ff;
}

p {text-align: center;}

/* begin crossfade ajax slide show css */
.screen {
/*	border:1px solid #CCCCCC; */
	position: relative;
  margin: 0 auto;
	width: 772px;
	height: 400px;
}

ul.crossfade {
	display: block;
	margin: 0 auto;
	list-style: none;
	position: relative;
}
#slideshow li {
/*	background-color: #FFF; */
	position: absolute;
	top: 0;
	left: 50px;
	width: 672px;
	height: 400px;
	visibility: hidden;
}
li img {
	display: block !important;
	margin: 0 auto !important;
	border: 1px solid #5D00B3;
}
.ss-caption {
	clear: both;
/*	padding: .25em 0 .5em; */
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
/* end crossfade ajax slide show css */

