
div.homeTitle {
	position:absolute;
	width:960px;
	margin-top:10px;
	font-size:34px; 
	color:#7c7c7c; 
	text-align:center; 
	font-family:Helvetica;
	z-index: 999;
}

td.cellTitle {
	font-family:Helvetica;
	font-size:34px; 
	color:#494949; 
}

div.homeTopSection {
	float:left;
	height:300px;

	
}

div. {
	position:absolute;
	margin-top: 40px;

}

div.homeMenuBar {
	position:absolute;
	width:960px;
	background:#0018FF;
	margin-left:-10px;
	margin-top: 330px;
	height:57px;
}

td.homeMenuTab {
	padding:15px;
	font-size:20px;
	cursor:pointer;
	cursor:hand;
	color: #DDECF3;
}

td.homeMenuTab:hover {
	background:#f8f8f8;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color:black;
}

td.homeMenuTabSelected {
	padding:15px;
	font-size:20px;
	cursor:pointer;
	cursor:hand;
	background:#f8f8f8;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div.topImage {
	float:left;
	width: 480px;
}

div.topText {
	float:left;
	margin-top: 20px;
	margin-left:20px;
	width: 200px;
}

td.textTitle {
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;

}

td.textSubTitle {
	font-size: 22px;
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	color: #494949;
}

td.contentText {
	line-height: 1.5;
	color: #494949;
	font-size:12px;
}

div.topContent {
	float:left;
	margin-top:70px;
	width:960px;

	margin-left:30px;



	
}

div.bottomContent {
	float:left;
	width:870px;
	height:340px;

	margin-left:30px;
	border-top: 1px solid #cccccc;
	margin-top: 20px;


	
}

div.bottomBanner {
	float:left;
	background: #f8f8f8;
	width:960px;
	height:30px;
	padding-top:5px;
	margin-left: -10px;
	margin-bottom: -10px;
}

div.bottomBanner div {
	margin-right:5px;
}

div.homeButton {
	float:left;
	margin-left: 70px;
}

div.searchButton {
	float:left;
	width:250px;
	height:50px;
	cursor:pointer;
	cursor:hand;
	background-image: url("../images/home/home_search.png");
}

div.searchButton:hover {
	background-image: url("../images/home/home_search_hover.png");
}

div.signupButton {
	float:left;
	width:250px;
	height:50px;
	cursor:pointer;
	cursor:hand;
	background-image: url("../images/home/signup.png");
}

div.signupButton:hover {
	background-image: url("../images/home/signup_hover.png");
}

td.cellText {
	font-size:12px;
	color: #494949;
}






