body {
	width: 836px;
	margin-left: auto;
	margin-right: auto; /* auto-centering layout */
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	background:url(bg-repeat-1px.gif) repeat top;
	background-color:#bcd5e6;
	
}

.home {
	background-color:#bcd5e6;
}

#containerHome{
	width:836px;
	padding:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(background-splash3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 700px;
	position: relative;
}

#contentMain {
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6d6d6d;
	overflow: hidden;
}

h1 a {
	display: block;
	height: 150px;
	overflow: hidden;
	text-indent: -999em;
}

#regCall {
	width: 323px;
	position: absolute;
	left: 70px;
	bottom: 0px;	
}
#regCall h3 {
	font-size: 19pt;
	color: #1169a4;
	text-align: right;
	font-weight: normal;
	margin: 0px;
}

#contentText {
	width: 384px;
	position: absolute;
	left: 419px;
	bottom: 0px;
}
#contentText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 0.2em;
}

/*#contentMain p {
	margin-top: 5px;
	font-size: 10pt;
	margin-bottom: 0.9em;
}


#contentMain p  b {
	color: #6d6d6d;;
}*/

a {
	color: #1169a4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

#bottomLinks {
	clear:both; 
	margin-left:20px; 
	padding-top:30px;
}

#bottomLinks a {
	color: #2197d1;
	text-decoration: none;
	font-size:11pt;
}

#bottomLinks a:hover {
	text-decoration: underline;
}

/* jQuery lightBox plugin - Gallery style */
/*#gallery { margin-top:80px; }
#gallery ul { list-style: none; }
#gallery ul li { display: inline; padding-right:5px; }
#gallery ul img {
	border: 0px solid #3e3e3e;
	border-width: 0px 0px 0px;
}
#gallery ul a:hover img {
	border: 0px solid #fff;
	border-width: 0px 0px 0px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
*/

