@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DFDFDF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}
h1 {
	color: #018651;
	text-transform: capitalize;
	font-variant: normal;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
}

h2 {
	color: #00854C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
h3 {
	color: #00864B;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}

#container  {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 35px;
}
#header  {
	height: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-color: #DDDDDD;
	background-image: url(images/iha1.jpg);
	position: relative;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent  {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/maincontback.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 318px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 10px;
}
#mainContent p {
	padding-right: 50px;
	padding-left: 52px;
	text-align: center;
	color: #000;
}


#footer  {
	background-color: #008651;
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F5F5DC;
	border-right-color: #F5F5DC;
	border-bottom-color: #F5F5DC;
	border-left-color: #F5F5DC;
	height: 67px;
	color: #018651;
	padding-right: 0px;
	padding-left: 0px;
}
#mainPhoto  {
	width: 377px;
	float: right;
	position: static;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 52px;
	margin-top: 12px;
}
#mainPhoto img    {
	margin: 0px;
	float: right;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008651;
	border-right-color: #008651;
	border-bottom-color: #008651;
	border-left-color: #008651;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.mission {
	font-size: 135%;
	text-align: center;
	margin-top: 75px;
}
