/*------------------------------base css-------------------------------------*/
body{
	background-color: white;
	height:100%; 
	overflow:auto; 
	padding:0;
	margin:0; 
	border:0;
	text-align: center;
}
HTML{
	height: 100%;
}
/*------------------------------index2 page size--------------------------------------*/
table.full {
	width: 820px;
	background-color:white;
}
/*------------------------------home screen table style--------------------------------*/
.center{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -238px;
	margin-left: -493px;
}
.wrapper {
	width:972px;
	padding:0px 0px 3px 0px;
	margin:0px 3px 0px 0px;
	background-color: white;
}
.table_column {
	overflow: hidden;
	height: 155px;
	width: 240px;
	float: left;
	text-align: center;
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
}
.spacer{
	clear:both;
	margin:0;
	padding:0;
	line-height:0px;
}
/*------------------------------home screen menu style--------------------------------*/
a.home {
	display: block;
	height: 155px;
	width: 240px;
	padding: 0px;
	margin: 0px;
}
a.homelink{
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	color: Gray;
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	margin-right: 15px;
	display: block;
	height: 26px;
}
a:hover.homelink {
	color: Black;
}
a.imageslink {
	text-decoration: none;
	color: #3300CC;
}
a:hover.imageslink {
	text-decoration: none;
	color: #CC0000;
}