/* -------- CSS RESET -------- */

html, body, div, span, h2, p, a, img, strong, sub, sup, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* -------- END CSS RESET -------- */




/* -------- BODY STYLES -------- */

body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url("images/tile2.png") repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #5a5b5d;
}

img {
	border: none;
}

#newlifeInfo {
	padding: 0 0 100px 23px;
}

.container {
	background: #FFF;
}

.rightside {
	background: url(images/right.png) repeat-y right top;
}

.leftside {
	background: url(images/left.png) repeat-y left top;
}

.content {
	font-family: Arial;
	font-size: small;
	padding-left: 8px;
	text-align: left;
	width: 525px;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.contentTopImg {
	background-image: url('../images/contentTop.png');
	background-repeat: no-repeat;
	width: 542px;
	margin-top: 12px;
}

.contentContainer {
	width: 522px;
	margin-left: 20px;
}


/* -------- END BODY STYLES -------- */





/* -------- REQUEST INFO STYLES -------- */

#requestInfo p {
	text-align: center;
	margin-top: -8px;
	margin-bottom: 30px;
}

/* -------- END REQUEST INFO STYLES -------- */





/* -------- FONT STYLES -------- */

a {

	color: #67686A;
	font-weight: bold;
}

a:hover {

	color: #f4681b;
}

h2 {
	color: #f4681b;
	font-size: 20px;
	padding-bottom: 10px;
}

p {
	padding: 0px 15px 0px 0px;
	line-height: 20px;
	margin-bottom: 10px;
}

p strong {
	color: #f4681b;
	font-size: 16px;
	line-height: 40px;
}

li {
	line-height: 20px;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* -------- END FONT STYLES -------- */





/* -------- EVENT STYLES -------- */

.eventsDateTime {
	font-weight: bold;
}

.eventsDescription {
	width: 465px;
	text-align: justify;
	margin: 5px 30px  0px 0px;
	border-top: 1px dotted #B5B5B5;
	border-bottom: 1px dotted #B5B5B5;
}

.eventsH2 {
	padding-bottom: 10px;
	font-style: normal;
}

/* -------- END EVENT STYLES -------- */





/* -------- FOOTER STYLES -------- */

.footer {
	background-color: #FFFFFF;
	height: 70px;
	padding-top: 25px;
}

.footerLinks {
	margin-left: 85px;
	height: 12px;
	padding-top: 22px;
}

.footerLinks a {
	color: #67686A;
	font-weight: bold;
	margin-left: 37px;
	text-decoration: none;
}

.footerLinks a:hover {
	color: #f4681b;
	text-decoration: underline;
}

#footerBottom {
	width: 700px;
	height: 52px;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial;
	text-align: left;
	background: #FFFFFF url("../images/footer.png") no-repeat right;
	margin: auto;
}

#socialBadge {
	float: left;
}

/* -------- END FOOTER STYLES -------- */





/* -------- BEGIN PAGE STYLES -------- */


/* -------- BEGIN FORMS PAGE STYLE -------- */


#forms a {
	line-height: 20px;
}