	/***** globals *****/
* {
	padding: 0;
	border: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

body /* Internet Explorer */
{

font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
} 

#container {
	width: 745px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

	/***** copy *****/
#copy {
	float: left;
	width: 306px;
	background: url(/images/hero.jpg);
	padding: 218px 0 0 0;
	background-repeat: no-repeat;
	background-position: top;
}
#copy ul {
	margin: 15px 0 15px 0;
	color: #1E5883;
	list-style: none;
	list-style-position: inside;
}
#copy li {
	padding: 0 0 10px 24px;
	background: url(/images/nomed_bullet.jpg) no-repeat;
	width: 250px;
	font-weight: bold;
}

	/***** form *****/
#form {
	float: left;
	width: 320px;
	background: url(/images/form_bg.jpg) repeat-y;
	margin-right: 0px;
	margin-top: auto;
	margin-left: 0px;
}
#formTop {
	float: right;
	width: 296px;
	height: 45px;
	background: url(form_top.jpg) no-repeat;
}
#form form {
	width: 290px;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	float: right;
}
#form form p {
	margin: 0 0 10px 0;
}
#form form .formStyle {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #7F9DB9;
}
.sectioned {
	float: left;
	width: 95px;
	margin: 0 10px 0 0;
}
.submitbutton {
	float: left;
	margin: 10px 0 10px 0;
}
#form:after {
	content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
#formBottom {
	float: right;
	width: 296px;
	height: 14px;
	background: url(form_bottom.jpg) no-repeat;
}
#secure {
	clear: both;
	float: right;
	width: 260px;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(secure.jpg) no-repeat;
	font-size: 12px;
}
