/* CSS Document */

/* centering the table */
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 678px;
}	

#xinner {
	width: 898px;
	height: 678px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
/* end centering table */

body {
	background-image: url(images/bkgrd.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.texthome {
	color: #333366;
	font-weight: bold;
	text-align: left;
}

.textservices {
	color: #652C90;
	text-align: left;
}

.scrollbox {
	overflow:auto;
	text-align: left;
	height: 501px; 
	width: 667px;
}

.boxtitle {
  background-color: #E2C6FF;
}

hr {
	border: 0;
	color: #652C90;
	background-color: #652C90;
	height: 2px;
}

