
/* from YUI site for examplar */
#demo0 {font-size:77%;}  /*renders 10px */
#demo1 {font-size:85%;}  /*renders 11px */
#demo2 {font-size:100%;} /*renders 13px */ 
#demo3 {font-size:108%;} /*renders 14px */
#demo4 {font-size:123.1%;} /*renders 16px */
#demo5 {font-size:138.5%;} /*renders 18px */

/*
colors:
light blue: #69aed3
*/

/* adding some basic formatting back after the reset action */

body {
	*text-align:center;
	background: #b7d5ed;
}

p {
	padding-top:5px;
	text-align:left;
}

b {
	font-weight:bold;
}

h1 {
	font-weight:bold;
}

i {
	font-style:italic;
}

br.clear {
	clear:both;
}

a:link, a:active, a:visited, a:hover {
	color: #000000;
}

/* specific classes for this page */

/* structural stuff and template */
#lcmh_header {
	width:980px;
	height:160px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#lcmh_body {
	width:980px;
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-y;
	margin-right:auto;
	margin-left:auto;
	*text-align:center;
}

#lcmh_footer {
	width:980px;
	min-height:55px;
	*height:55px;
	background-image: url(images/lcmh_footer.gif);
	background-position:bottom center;
	background-repeat: no-repeat;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	*text-align:center;
}

#lcmh_thanks_image {
	
}

.lcmh_content_margin {
	padding-left:50px;
	padding-right:50px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:left;
}

.lcmh_thank_you_content_margin {
	padding-left:240px;
	padding-right:240px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:left;
}

.lcmh_form_table {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	/* float:right; */
}

.lcmh_form_table td {
	padding:2px;
	text-align:left;
}

.lcmh_label_cell {
	width:200px;
	font-weight:bold;
	text-align:right!important;
}

/* fonts */

.lcmh_header_font {
	font-size:138.5%;
	font-weight:bold;
}

.lcmh_subheader_font {
	font-size:123.1%;
	font-weight:bold;
}

.lcmh_bold_font {
	font-weight:bold;
}

.lcmh_privacy_statement {
	color:#646464;
	padding-left:150px;
	padding-right:150px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:left;
	/* border:1px solid #000000; */
}

.lcmh_disclaimer_font {
	color:#646464;
	font-size:85%;
	font-family:verdana;
}

a.lcmh_disclaimer_link:link, a.lcmh_disclaimer_link:active, a.lcmh_disclaimer_link:visited, a.lcmh_disclaimer_link:hover {
	color:#1A70B1;
	font-weight:bold;
	font-size:85%;
}

.lcmh_link_separator {
	color:#1A70B1;
	font-weight:bold;
	font-size:85%;
}

.highlighted_font {
	color:#1A70B1;
	font-style:italic;
}

ul.error-list {
	margin-top:6px;
	margin-bottom:6px;
	list-style: disc inside;
}

a.lcmh_home_link:link, a.lcmh_home_link:active, a.lcmh_home_link:visited, a.lcmh_home_link:hover {
	color:#1A70B1;
	font-weight:bold;
	text-decoration:none;
	font-size:123.1%;
	border:1px solid #646464;
	padding:5px;
}

/* other styles to match lcmh.org */

input {
	background-color:#FFFFFF;
}

/* for pfwl version */

#pfwl_checkbox_wrapper{
	margin-top:10px;
	float:left;
	width:270px;
	*text-align:center;
}

#pfwl_checkbox_top {
	width:259px;
	height:102px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/checkbox_top.gif);
	background-position:top center;
	background-repeat:none;
}

#pfwl_checkbox_body {
	width:251px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #bdbdbd;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#pfwl_checkbox_bottom {
	width:259px;
	height:13px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/checkbox_bottom.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.check_table {
	width:225px;
	margin:auto;
}

.check_table td {
	padding:2px;
	text-align:left;
	font-weight:bold;
}




