/* Eric's CSS Reset Shizzle */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* End reset */

#Header {
background: #fff url(/rcc/images/bg-09.png) repeat-x bottom center;
height: 193px;
}
#Header span { display: block; height: 145px; margin: 20px auto 0 auto; width: 1000px;  }
#BodyLock { margin: 0 auto; width: 1000px; }
#MainMenu { background: url(/rcc/images/nav-bg-repeat-09.gif) repeat-x; }
#MainMenu ul#Nav {
background: #fff url(/rcc/images/nav-bg-09.gif) no-repeat;
height: 57px;
margin: 0 auto;
padding: 0px 0px 0px 20px;
width: 980px;
}
.Content {
width: 980px;
padding: 0px 10px;
}
#idRightBlock {
float: right;
clear: both;
width: 400px;
margin: 10px 0px 0px 10px;
background: #fff;
}
.Announcements {
margin: 30px;
padding: 20px;
border: #418ECC 2px solid;
}

/* Staff page Styles */

    #idMidBlock {
    float: left;
    text-align: center;
    margin: 0px 25px;
    }
    #idMidBlock2 {
    float: left;
    text-align: center;
    margin: 0px 24px;
    }
    #idStaffRightBlock {
    float: left;
    text-align: center;
    margin: 0px 3px;
    }

/* End Staff page */

/* LifeGroups */

.clLifePhoto {
	float: right;
	width: 220px;
	margin: 0px 0px 0px 20px;
	clear: both;
}
.clLifeInfo {
	margin: 0px 0px 0px 0px;
	clear: both;
}

/* End Lifegroups */
#FooterLock { background: url(/rcc/images/footer-09-bg.png) repeat-x; width: 100%; }
#idFooter {
	background: #fff url(/rcc/images/footer-09.png) no-repeat bottom;
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #418ECC;
	height: 280px;
margin: 0 auto;
	padding: 0 60px;
width: 880px
}
#idFooter a { color: #231f20; }
#idFooter a:hover { color: #87AF70; }
#idFooter span { font-size: 100%; }
#idDesignedBy {
	color: #888888;
	font-weight: bold;
}
#idDesignedBy a {
	color: #494949;
}
#idDesignedBy a:hover { 
	color: #59AFFF;
}