/* @group CONTENT */

#contentWrapper {
	position: relative;
	padding: 15px 0;
	margin: 0 auto;
	width: 770px;
	background: #fff url(../images/bg_content.gif) no-repeat center bottom;
}

#title {
	position: relative;
	padding: 0 0 35px 0;
	width: 520px;
	display: block;
	margin: 0 0 10px;
	background: transparent url(../images/bg_heading_divider.gif) no-repeat center bottom;
}

#functions {
	position: absolute;
	right: 0;
	top: 0;
	width: 71px;
	height: 40px;
	z-index: 50;
}

a#functionPrint {
	margin-right: 1px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	float: left;
	width: 35px;
	height: 40px;
	background: #fff url(../images/btn_print.gif) no-repeat center bottom;
}

a:hover#functionPrint {
	background: #fff url(../images/btn_print.gif) no-repeat center top;
	cursor: pointer;
}

a#functionEmail {
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	float: left;
	width: 35px;
	height: 40px;
	background: #fff url(../images/btn_email.gif) no-repeat center bottom;
}

a:hover#functionEmail {
	background: #fff url(../images/btn_email.gif) no-repeat center top;
	cursor: pointer;
}

#pageHeading {
	margin: 10px 0;
	width: 420px;
}

#pageHeading h1 {
	padding: 10px 0;
	color: #8d0109;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
}

#content {
	position: relative;
	width: 520px;
	margin: 10px 10px 10px 15px;
	font-size: 11px;
	line-height: 22px;
	color: #555;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content ol,
#content dl {
	margin: 0 0 20px 0;
	line-height: 22px;
}
#content ul,
#content ol,
#content dl {
	margin-left: 30px;
}
#content li ol,
#content li ul,
#content li dl {
	margin-bottom: 0;
}

#content a {
	color: #09c;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content b,
#content p b,
#content strong,
#content p strong {
	font-weight: bold;
}

#content p {
	font-weight: lighter;
	font-size: 11px;
	line-height: 18px;
}
#content h2 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#content h3 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#content h4 {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

#content h5 {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}

#content h6 {
	font-weight: normal;
	font-size: 11px;
	color: #333;
}

#content table a,
#content table a:link,
#content table a:visited {
	border: none;
}

#content table {
	width: 90%;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	margin: 0 auto 20px auto;
	font-size: 11px;
	line-height: 15px;
	border-collapse: collapse;
}

#content table caption {
	color: #777;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	caption-side: top;
	text-align: left;
}

#content table tr.odd td {
	background: #fafafa;
}

#content table tr.odd .column1 {
	background: #f6f6f6;
}

.column1 {
	background: #fafafa;
}

#content table td {
	color: #666;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 3px 10px;
	text-align: left;
}

#content table th {
	font-weight: normal;
	color: #444;
	text-align: left;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 6px 10px;
}

#content table thead th {
	background: #f6f6f6;
	text-align: left;
	font: bold 11px/15px "Verdana","Helvetica",Arial,sans-serif;
	color: #444
}

#content table tfoot th {
	text-align: left;
	background: #f6f6f6;
}

#content table tfoot th strong {
	font: bold 12px/12px "Verdana","Helvetica",Arial,sans-serif;
	margin: 5px 5px 5px 0;
	color: #444;
}

#content table tfoot th em {
	color: #444;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
}
#content form input.text {
	color: #444;
	font-size: 11px;
	line-height: 11px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fefefe  url(../images/bg_field_gradient.jpg) repeat-x left top;
	padding: 3px;
	margin: 5px 5px 0 0;
}

#content form textarea.textarea {
	color: #444;
	font-size: 11px;
	line-height: 15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fefefe  url(../images/bg_field_gradient.jpg) repeat-x left top;
	padding: 3px;
	margin: 5px 5px 0 0;
}
#content form input.submit {
	cursor: pointer;
	display: block;
	width: 120px;
	padding: 4px 8px;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #000;
}
#content form input:hover.submit{
	color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-decoration: none;
	background-color: #333;
}

#content a.learnMore {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 87px;
	background: transparent url(../images/btn_learn_more.gif) no-repeat left bottom;
}
#content a:hover.learnMore {
	background-position: left top;
}

p.special form {
}

#content form input.donateNow {
	cursor: pointer;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 90px;
	border: none;
	background: transparent url(../images/btn_donate_now.gif) no-repeat 0 -20px;
}
#content form input:hover.donateNow {
	background-position: 0 0;
}

#columnWrapper {
	float: right;
	width: 220px;
	background: url(../images/bg_column.gif) no-repeat left top;
}

#column {
	margin: 20px 5px 20px 20px;
	padding: 0 0 20px 0;
	font-size: 10px;
	line-height: 18px;
	color: #777;
	background: transparent url(../images/bg_column_divider.jpg) no-repeat center bottom;
}

#column h2,
#column h3,
#column h4,
#column h5,
#column h6,
#column p,
#column ul,
#column ol,
#column dl {
	margin: 0 0 20px 0;
}

#column h2 {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

#column h3 {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

#column h4 {
	color: #f2a838;
	font-size: 12px;
	font-weight: bold;
}

#column h5 {
	font-size: 10px;
	font-weight: bold;
}

#column p {
	color: #777;
}

#newsSignup, #news_archives {
	margin: 20px 0 30px 10px;
	display: block;
	position: relative;
}

#newsSignup h2, #news_archives h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8d0109;
	margin: 10px 0;
	padding: 0 5px 5px 20px;
	border-bottom: none;
	background: transparent url(../images/icon_newspaper.gif) no-repeat left top;
}

#newsSignup h2 span.caption {
	font-size: 11px;
	color: #ca9a9c;
	letter-spacing: normal;
	text-transform: lowercase;
}

#newsSignup form {
	color: #fa7b93;
	margin: 0 0 20px 20px;
}

#newsSignup form input.text {
	font-size: 10px;
	line-height: 10px;
	width: 80%;
	margin: 4px 0 0 0;
	padding: 4px;
	color: #39c;
	border: 1px solid #e7e7e7;
	background: #fff url(../images/bg_field_gradient.jpg) repeat-x left top;
}

#newsSignup form input.submitInfo {
	float: right;
	margin: 20px 20px 10px 0;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 125px;
	height: 20px;
	background: transparent url(../images/btn_submit_info.jpg) no-repeat bottom center;
}

#newsSignup form input.submitInfo:hover {
	background: transparent url(../images/btn_submit_info.jpg) no-repeat top center;
}

#news_archives ul {
	padding-left: 35px;
}

#news_archives ul li a {
	display: block;
	padding: 2px 0;
	color: #39c;
	text-decoration: none;
}

#news_archives ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* contact us form */

#content #contact_form img {
	float: none;
	margin: 2px 0;
	border-color: rgb(127,157,185);
}

#contact_form .errors {
	color: #f00;
	border: 1px solid #f00;
	padding: 3px;
}

#contact_form .errors strong {
	font-weight: bold;
	color: #f00;
}

#contact_form address {
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	margin: 10px;
}

/* @end contact us form */

#content ul.donateOptions {
	position: relative;
	list-style: none;
	margin: 0 10px 20px 10px;
	border-top: 1px dotted #dadada;
}
#content ul.donateOptions li {
	position: relative;
	padding: 8px 10px 8px 20px;
	text-decoration: none;
	display: block;
	background: transparent url(../images/bg_donate_bullet.gif) no-repeat left center;
	border-bottom: 1px dotted #dadada;
}
#content ul.donateOptions li a {
	text-decoration: none;
}
#content ul.donateOptions li a:hover {
	text-decoration: underline;
}
#content ul.donateOptions li a.learnMore {
	position: absolute;
	right: 92px;
	top: 6px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 87px;
	background: transparent url(../images/btn_learn_more.gif) no-repeat 0 -20px;
}
#content ul.donateOptions li a:hover.learnMore {
	background-position: 0 0;
}
#content ul.donateOptions li form input.donateNow {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 6px;
	border: none;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 90px;
	background: transparent url(../images/btn_donate_now.gif) no-repeat 0 -20px;
}
#content ul.donateOptions li form input:hover.donateNow {
	background-position: 0 0;
}