/* -- Global -- */

body {
	background: #E6E6E6 url(../images/bg_top.gif) repeat-x;
	text-align: center;
}

a {
	text-decoration: none;
	color: #333399;
}

a:hover {
	color: #6363CB;
}

h1 {
	font-size: 25px;
	line-height: 27px;
	margin: 20px 0 10px;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 25px 0 5px;
}

p {
	margin: 10px 0;
}



/* -- Template -- */

#layout {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
}

#login {
	text-align: right;
	height: 25px;
	padding-top: 8px;
	padding-right: 7px;
	font-weight: bold;
	color: #B3B3D7;
	background: url(../images/bg_trans.gif) left bottom no-repeat;
}

#login a {
	color: #FFF;
	text-transform: uppercase;
}

#login a:hover {
	text-decoration: underline;
}

#page {
	background: #FFF url(../images/bg_page.gif) repeat-y;
	padding: 20px 0;
}

#left {
	float: left;
	width: 255px;
	padding: 0 15px 0 17px;
}

#nav {
	margin: 40px 0;
}

.nav-block {
	margin-bottom: 10px;
	border: 1px solid #DFDFEE;
	border-top: 0;
}

.nav-block li {
	display: block;
	height: 19px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	border-top: 1px solid #DFDFEE;
	background: url(../images/arrow_light.gif) 7px 9px no-repeat;
}

#nav .selected {
	background: #E6E6F2 url(../images/arrow_dark.gif) 7px 9px no-repeat;
}


#right {
	float: left;
	width: 420px;
	padding-left: 20px;
	background: url(../images/bg_dots.gif) repeat-y;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 13px;
}

#title {
	padding-top: 20px;
	border-bottom: 1px solid #DFDFEE;
}

.message {
	font-weight: bold;
	color: #CC0000;
}

#footer {
	background: url(../images/bg_footer.gif) repeat-x;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #A7A7A7;
}

#footer-inner {
	width: 778px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	height: 50px;
	font-size: 11px;
	background: url(../images/bg_footer_inside.gif) no-repeat;
}


/* -- Homepage -- */

.prayer {
	color: #333399;
	padding: 12px 15px;
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}

.qa {
	padding-bottom: 15px;
}

.qa span {
	font-size: 23px;
	font-family: georgia;
}


/* -- Millennium Goals -- */

#goals {
	margin-top: 30px;
}

#goals li {
	height: 25px;
}


/* -- Forms -- */

.form_row {
	height: 25px;
}

.form_row label {
	float: left;
	display: block;
	width: 170px;
}

.input {
	border: 1px solid #B3B3D7;
	width: 200px;
}