body {
	margin : 20px;
	background-color : #fff;
	font-family : arial;
}
a {
	text-decoration : none;
	color : #ca0000;
	outline : none;
}
a:hover {
	text-decoration : underline;
	color : #ca0000;	
}
#container {
	width : 840px;
	margin : 0 auto;
	padding : 0 20px 0 20px;
}
h1 {
	position : absolute;
	top : 0;
	left : 50%;
	width : 800px;
	height : 61px;
	z-index : 400;
	margin : 0 0 0 -420px;
	font-size : 1.6em;
	text-transform : uppercase;
	letter-spacing : 0.3em;
	padding : 20px 20px 20px 0;
	background-color : #fff;
}
h1 a {
	color : #555;
}
h2 {
	position : absolute;
	top : 86px;
	left : 50%;
	margin-left : -420px;
	width : 800px;
	padding : 20px;
	color : #fff;
	font-weight : normal;
	font-size : 1.2em;
	z-index : 200;
	display : block;
	background-color : #666;
}
h2 span {
	display : block;
	font-size : 0.8em;
	color : #f1f1f1;
	margin-top : 5px;
}
#body {
	padding : 0 20px;
	font-size : 0.9em;
	line-height : 1.5em;
	color : #555;
	position : absolute;
	top : 230px;
	z-index : 10;
	width : 800px;
	left : 50%;
	margin-left : -420px;
}
hr {
	height : 10px;
	background-color : #fff;
	border : solid 0px #fff;
}
#footer {
	list-style-type: none;
	margin : 50px 0 0 -20px;
	width : 820px;
	padding : 20px 0 0 20px;
	display : block;
	border-top : solid 4px #666;
	font-size : 11px;
}
#footer > li {
	float : left;
	margin-right : 16px;
}
#ministries, #whoweare {
	width : 100px;
	list-style-type : none;
	margin : 4px 15px 0 0;
	padding : 0 15px 0 0;
	font-size : 10px;
}
#ministries a, #whoweare a {
	line-height : 14px;
}
#footer li.expand {
	display : block;
	float : left;
	padding-right : 11px;
	background : url(i/footer.arrow.gif) no-repeat 9px right;
}
.secondView {
	display : none;
	width : 740px;
	clear : both;
	overflow : hidden;
	padding : 5px 20px 10px 20px;
	margin-top : 10px;
	margin-left : 20px;
	border : solid 1px #ccc;
	background-color : #fff;
	margin-bottom : 30px;
}
.secondView img {
	margin-left : -10px;
	margin-top : -10px;
}
#minimize {
	display : none;
}
#fade {
	height : 90px;
	background : url(i/fade.png) repeat-x;
	position : absolute;
	z-index : 100;
	width : 840px;
	top : 175px;
	display : none;
	left : 50%;
	margin-left : -420px;
}
.fadeout {
	height : 120px;
	margin-top : -100px;
	background : url(i/fadeout.png) repeat-x;
	position : absolute;
	z-index : 100;
	width : 840px;
	display : none;
	left : 50%;
	margin-left : -420px;
	
}
p {
	font-size : 0.9em;
	color : #000;
}
p a {
	text-decoration : underline;
}
p li {
	font-size : 0.9em;
	color : #000;
}

a#back {
	position : absolute;
	float : left;
	display : block;
	height : 20px;
	text-transform : uppercase;
	line-height : 19px;
	width : 53px;
	background : url(i/back.gif) no-repeat top right;
	margin-left : -74px;
	margin-top : -6px;
	color : #fff;
}
a#back span {
	font-size : 10px;
}
a#back:hover {
	text-decoration : none;
	color : #ac0000;
}
.footer-divide {
	border-left : solid 1px #aaa;
	padding-left : 15px;
}