body
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #004079;
	margin-top: 15px;
}

td
{
	vertical-align: top;
}

#main
{
	width: 760px;
	background-color: #3272ab;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	text-align: justify;
}

#content
{
	width: 600px;
	border-left: #ffffff 1px dashed;
	padding-left: 5px;
}

#footer
{
	width: 760px;
	background-color: #3272ab;
	padding-top: 4px;
	text-align: right;
	font-size: 60%;
}

.leftside
{
	width: 15px;
	background-image: url(../images/leftside_shadow.jpg);
	background-repeat: repeat-y;
}

.rightside
{
	width: 15px;
	background-image: url(../images/rightside_shadow.jpg);
	background-repeat: repeat-y;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

h2, h3
{
	margin-top: 0px;
}

h3.subtitle
{
	text-decoration: underline;
	margin-bottom: 0px;
}

h3.ministries
{
	text-decoration: underline;
}

img.border
{
	border: #004079 1px solid;
}

#header {
	position: relative;
	margin: 0px;
	width: 800px;
	height: 152px;
}

/* Colors */

.logo_blue
{
	color: #004079;
}

.logo_orange
{
	color: #b65500;
}

.light_blue
{
	color: #3272ab;
}