#content {
	padding: 20px 25px 0px 23px;
	margin: 0;
	width: 100%;
}

ul {
	list-style: none;
	list-style-image: url("../images/bullet.gif");
	padding: 2px 0 0 0;
	margin: 0 0 0 16px;
	color: #999999;
}

li {
	font-size: 11px;
	padding: 2px 0 2px -4px;
	margin: 0;
}

html>body #content {
	width: auto;
}

h1 {
	padding: 0;
	margin: 0;
	color: #999999;
	font-size: 14px;
	font-weight: 600;
	font-family: Verdana, Helvetica, Arial,Lucida, Geneva, sans-serif;	
}

p.gray_par {
	margin: 0;
	padding: 0 10px 20px 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial,Lucida, Geneva, sans-serif;
	color: #999999;
	line-height: 150%;
	width: auto;
}

p.black_par {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial,Lucida, Geneva, sans-serif;
	color: #000000;
	line-height: 150%;
	width: auto;
}

p.dark_gray_par {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial,Lucida, Geneva, sans-serif;
	color: #333333;
	line-height: 150%;
	width: auto;
}

img.black_par_img {
	padding: 0;
	margin: 0 18px 18px 0;
	text-align: left;
	border: 0;
}

a.mailto {
	color: blue;
	text-decoration: none;
}

a.mailto:hover {
	text-decoration: underline;
}

.dashed_gray {
	padding: 25px 0 25px 0;
	margin: 5px 0 20px 0;
	border: 1px dashed #999999;
	display: block;
	text-align: center;
}

html>body .dashed_gray {
	margin: 5px 0 20px 1px;
}

h3 {
	padding: 0 0 0 0;
	margin: 0;
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
}

.big_gray_button ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 4px 0;
	border: none;
	width: 245px;
}
		
.big_gray_button li {
	background-image: url("../images/big_button_bg.gif");
	background-repeat: no-repeat;
	height: 33px;
	padding: 0;
	margin: 0 0 6px 0;
	text-align: center;
}

.big_gray_button li a {
	display: block;
	color: #666666;
	font-size: 12px;
	padding: 9px 0 0 0;
	width: 100%;
	text-decoration: none;	
}

html>body .big_gray_button li a {
	width: auto;
}

html>body .big_gray_button li {
	height: 33px;
}

.big_gray_button li a:hover {
	color: #CC0000;
	text-decoration: none;
}

.dashed_border {
	border: 1px dashed #999999;
}

.content_padding_top {
	padding-left: 50px;
	padding-top: 15px;
	border-top: 1px dashed #999999;
}

.contact_us_list {
	color: #000000;
	line-height: 130%;
	font-size: 10px;
	padding-bottom: 15px;
}

p.contact_us_p {
	color: #000000;
	line-height: 130%;
	font-size: 11px;
	padding: 0 0 10px 0;
}

ul.open {
	list-style-image: url("../images/open_bullet.gif");
}

a.more_info {
	background-image: url("../images/mini_button_icon.gif");
	background-position: right center;
	background-repeat: no-repeat;
	font-style: italic;
	padding-right: 20px;
	padding-bottom: 3px;
	margin-left: 10px;
	color: blue;
	font-weight: normal;
}

a:hover.more_info {
	text-decoration: underline;
}

.questionnaire_response {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;	
	padding: 15px 0 15px 0;
}

.questionnaire_response p {
	color: #999999;
	line-height: 150%;
	padding: 0;
	margin: 0;
	width: auto;
}

.content_padding {
	padding-left: 20px;
}

select.questionnaire {
	font-size: 9px;
	width: 240px;
}