body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #52528E;
	background-color: #8D90BB;
  background-image: url(images/body_bkg.jpg); 
	background-repeat: repeat-x; 
	padding: 0;
	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;
/*	border: 0px #000000 solid */
}

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

#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;
}

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

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

a:hover {
  color: #0000ff;
}

p {text-align: center;}

/* begin ajax slide show css */
.screen {
  display: block;
  position: relative;
	width: 502px;
	height: 377px;
  margin: 15px auto;
  background: #B8B9CE;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#slide-show li {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 375px;
	background-color: #FFF;
  border: #5D00B3 1px solid;
	visibility: hidden;
}
li img {
	display: block;
}
/* end ajax slide show css */
