#content {
	padding: 20px 30px;
	}
#column1 {
	width: 410px;
	float: left;
	margin-right: 20px;
	}
h1 {
	font-size: 18px;
	color: #4D6B8B;
	margin-bottom: 0px;
	font-weight: 900;
	}
#content p {
	margin-bottom: 15px;
	}
#joinForm, #renewForm {
	padding: 20px;
	width: 370px;
	float: left;
	margin-left: 20px;
	background-color: #4F6E8F;
	background-image: url('../images/gradient_blue3.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	border: 3px solid #9EBED8;
	position: relative;
	}
#joinForm td.label, #renewForm td.label {
	font-weight: 900;
	text-align: right;
	padding-right: 6px;
	color: #E8F4FF;
	}
#joinForm .input, #joinForm input, #joinForm select, #renewForm .input, #renewForm input, #renewForm select {
	padding: 2px;
	margin: 0px 0px 4px;
	width: 238px;
	border: 1px solid #9EBED8;
	}
#joinForm h1, #renewForm h1 {
	position: relative;
	top: -8px;
	color: white;
	font-size: 22px;
	}
#joinForm tr.break, #renewForm tr.break {
	background-color: #83A4BE;
	height: 2px;
	margin-bottom: 2px;
	}
#renewForm {
	margin-top: 20px;
	}
#application_submit:link, #application_submit:visited {
	display: block;
	height: 32px;
	width: 142px;
	background-image: url('../images/btn_submit1.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}
#application_submit:hover, #application_submit:active {
	background-position: bottom left;
	}