﻿h1, h2, h3, h4, body {
	color: #666666;
}
h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: x-large;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: large;
	font-weight: normal;
}
h4 {
	font-size: medium;
	text-align: left;
}
body {
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #E5EEFF; 
	margin: 8px 0px 0px 0px;
}
img {
	border: none;
}
a {
	color: #0000FF;
}
a:active, a:hover, a:focus {
	color: #000080;
	border: none;
	background: transparent;
}

#content {
	margin: 0px 20px;
}
#content img {
	margin: 0px 15px 15px 15px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 13px;
}

/* Masthead styles */

#masthead {
	width: 785px; /* Width of banner image (685px), plus width of rounded corner images (one at each end, 40px each), plus 20px extra spacing */
	background: white url(../images/masthead_tl.png) no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	z-index: 1;
	margin: 10px 0px 0px 0px;
}
#masthead_text {
	width: 685px; /* Width of banner image */
	margin: 0px auto 8px auto;
}
#address {
	text-align: left;
}
#minister {
	text-align: right;
}
/* Rounded corners */
.br, .bl, .tr {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 0;
}
.tr {
	background: transparent url(../images/masthead_tr.png) no-repeat;
	top: 0px;
	right: 0px;
}
.bl {
	background: transparent url(../images/masthead_bl.png) no-repeat;
	bottom: 0px;
	left: 0px;
}
.br {
	background: transparent url(../images/masthead_br.png) no-repeat;
	bottom: 0px;
	right: 0px;
}


#navigation {
	margin-top: 8px;
	margin-bottom: 0px;
	width: 100%;
}

#footer {
	color: #0000FF;
	width: 100%;
	text-align: center;
	font-size: small;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
