@charset "UTF-8";
/* CSS Document */

.textBox {
	width: 502px;
	float:left;
	display:inline;
	margin: 5px 0px 0px 0px;

}

.textBoxTop {
	background: url("../images/textBox_top.gif");
	width: 502px;
	height: 23px;
}

.textBoxMid {
	background: url("../images/textBox_mid.gif");
	width: 502px;
}

.textBoxBtm {
	background: url("../images/textBox_btm.gif");
	width: 502px;
	height: 31px;
}

.introText  h1, p, ul, li, ul li{
	margin: 0px 30px 0px 30px;
}

.introText p {
	margin-top: 5px;
}

.rightColumn {
	float:right;
	display:inline;
	width: 245px;
	height:632px;
	margin: 10px -7px 0px -10px;
	background: url("../images/right_pic.jpg") no-repeat;
	background-position: bottom left;
}


.rightColumn h1 {
	margin: 0px 20px 0px 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	

}

.rightColumn p {
	margin: 5px 25px 0px 15px;
	color: #FFFFFF;
	font-size: 10px;	

}


.signUpBox {
	float:left;
	display:inline;
	background: url("../images/signUpBox.jpg") no-repeat;
	width: 295px;
	height: 273px;
	margin: 0px 0px 0px 10px;
	position: relative;
}



.signUpBox h2 {
	float:left;
	display: block;
	margin: 9px 0px 0px 10px;
	width: 200px;
	font-size: 18px;
	line-height: 20px;
}


#signUpBox p {
	float:left;
	display: inline;
	margin: 5px 10px 0px 10px;
	color: #ffffff;
	font-size: 10px;
	line-height: 11px;
}

.signUpForm {
	position: absolute;
	top: 70px;
	left:10px;
	margin: 0px 10px 0px 0px;
}

.signUpSuccess {
	position: absolute;
	top: 70px;
	left:10px;
	margin: 0px 10px 0px 0px;
	
	
}

.signUpSuccess p{
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
}



.signUp_formItem {
	float:left;
	display:inline;
	margin: 0px 0px 15px 0px;
	width: 270px;

}




.tellCongress a {
	float:left;
	display:inline;
	background: url("../images/tell_congress.jpg") no-repeat;
	overflow:hidden;
	width: 195px;
	height: 156px;
	margin: -5px 0px 0px 0px;
	background-position: 0 0;

}

.tellCongress a:hover {
	background: url("../images/tell_congress.jpg") no-repeat;
	overflow:hidden;
	width: 195px;
	height: 156px;
	margin: -5px 0px 0px 0px;
	background-position: 0 -157px;

}

.tellCongress h4 {
	float:left;
	margin: 110px 0px 0px 25px;
	font-size: 10px;
}

.tellFriend  a {
	float:left;
	display:inline;
	background: url("../images/tell_friend.jpg") no-repeat;
	width: 193px;
	height: 139px;
	margin: 0px 0px 0px 0px;
	background-position: 0 0px;
}

.tellFriend  a:hover {
	width: 193px;
	height: 139px;
	background: url("../images/tell_friend.jpg") no-repeat;
	background-position: 0 -139px;


}

.share {
	float:left;
	margin: 210px 0px 0px 8px;
	
}


