/* Home Page */

body {
	background-color: #B5CBC0;
	margin: 5% auto;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
td {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
#home {
	background-image: url(../images/home_back.gif);
	background-repeat: none;
	background-position: center center;
	width: 902px;
	height: 584px;
	text-align: center;
}
#mainHome {
	width: 863px;
	height: 546px;
	text-align: center;
}
#textHome {
	width: 312px;
	background-image: url(../images/home_pics_r1_c2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
hr {
	margin: 0px;
	padding: 0px;
	border: none 0; 
	border-top: 1px solid #FFFFFF;/*the border*/
	width: 100%;
	text-align: center;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
