body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

BODY {
	background-color: #D1D3D4;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
}

#checklist {
	font-size: 14px;
	float: left;
	width: 316px;
	margin-bottom: 10px;
}

#checklist TD {
	vertical-align: text-top;
	padding-top: 10px;
}

#checklist TD INPUT {
	margin-right: 5px;
}

#contactInfoContainer {
	width: 300px;
	float: left;
	padding-bottom: 10px;
}

#contactInfo {
	background: url(../images/contact-form-bg.png) #007753 top left repeat-x;
	margin: 0 0 10px 10px;
	padding: 10px;
	color: #FFC600;
	text-align: center;
	font-size: 12px;
	width: 300px;
}

#contactInfo LABEL {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#contactInfo .lead {
	text-align: center;
	padding-bottom: 20px;
}

#contactInfo #doctor, #contactInfo #referred, #contactInfo #contacted {
	display: none;
	padding-top: 10px;
}

#contactInfo .inputTextBox {
	font-size: 12px;
	width: 200px;
	margin-bottom: 10px;
}

#contactInfo SELECT {
	font-size: 12px;
}

#contactInfo B {
	color: #fff;
}

#contactInfo .spam {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	color: #000;
}

#content {
	border: 5px solid #B4D6C7;
	padding: 0px 5px;
	overflow: auto;
	background: url(../images/container-inner-bkg.png) top left repeat-x;
}

#container {
	margin: 10px auto 0;
	text-align: left;
	width: 880px;
	background-color: #fff;
}

H1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 12px;
}

H1 SPAN {
	color: #DFC614;
}

H2 {
	font-weight: bold;
	margin-bottom: 15px;
}

#header {
	height: 135px;
	color: #fff;
	background: url(../images/top-header-bkg.png) #007753 top left repeat-x;
}

#jeffrey {
	float: left;
	display: inline;
	width: 170px;
	padding-bottom: 10px;
}

#jeffrey P {
	border: 1px solid #BEBEBE;
	background-color: #FFD200;
	font-size: 13px;
	padding: 5px;
	text-align: center;
}

#mainContent {
	float: left;
	display: inline;
	width: 650px;
	margin: 0 20px;
	padding-top: 10px;
}