@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(http://www.powerandhope.com/media/poweandhopev2-bg.jpg);
	background-repeat: repeat-x;
}
.powerandhope #container {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
	background-color: #5e86ba;
}
.powerandhope #header {
	background: #5e86ba;
	padding: 0 0px 0 0px;
}
.powerandhope #header h1 {
	margin: 0;
	padding: 10px 0;
}
.powerandhope #mainContent {
	background: #5e86ba;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.powerandhope #footer {
	padding: 0 10px;
	background:#5e86ba;
}
.powerandhope #footer p {
	margin: 0; 
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Rockwell, "Times New Roman", Georgia, serif;
}
.powerandhope #container #footer a {
	color: #FFFFFF;
}
.powerandhope #article {
	padding-right: 20px;
	padding-left: 20px;
}
.style1 {
	color: #F8981D;
	font-family: Rockwell, "Times New Roman", Georgia, serif;
	text-align: center;
}
table.roundedBox {border-collapse: collapse;
}
table.roundedBox td {padding: 0px}
table.roundedBox td.topLeft {width: 50px; height: 50px;}
table.roundedBox td.topright {width: 50px; height: 50px;}
table.roundedBox td.bottomLeft {width: 50px; height: 50px;}
table.roundedBox td.bottomRight {width: 50px; height: 50px;}

table.roundedBox td.sideRight {width: 50px; height:auto;}
table.roundedBox td.sideLeft {width: 50px; height:auto;}

table.roundedBox td.bottom {width: auto; height:50px;}
table.roundedBox td.top {width: auto; height:50px;}

.topLeft {
	background-image: url(http://www.powerandhope.com/media/body-topleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top {
	background-image: url(http://www.powerandhope.com/media/body-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.topRight {
	background-image: url(http://www.powerandhope.com/media/body-topright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sideLeft {
	background-image: url(http://www.powerandhope.com/media/body-sideleft.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.sideRight {
	background-image: url(http://www.powerandhope.com/media/body-sideright.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bottomLeft {
	background-image: url(http://www.powerandhope.com/media/body-bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom {
	background-image: url(http://www.powerandhope.com/media/body-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottomRight {
	background-image: url(http://www.powerandhope.com/media/body-bottomright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}