@charset "utf-8";
/* CSS Document */

body
{
	background-color: #59775f;
}

#entire_page
{
	background-color: #59775f;
	width: 1100px;
	min-width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#identity
{
	margin: 0px 15px;
	height: 150px;
	background-image: url(../images/identity.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 95%;
	min-width: 90%;
	border: medium solid #ACD1E9;
}


#mainNavigation /* no bullets, should display inline at top of navigation bar, with right & left margin to match the identity box, just a bit of green background to show on top*/
{
	list-style: none;
	position: relative;
	width: 95%;
	min-width: 90%;
 	height: 15px;
	
}


#content
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	background-image: url(../images/content2.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 15px;
	min-height: 400px;
	width: 95%;
	min-width: 90%;
	border: medium solid #ACD1E9;
	text-align: justify;
}

#endnote
{
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5FAFA;
	background-color: #b8c8bb;
	background-position: center;
	height: 2.7em;
	min-width: 900px;
	width: 95%;
	min-width: 90%;
	margin: 0 15px;
	border-bottom: medium solid #ACD1E9;
	border-right: medium solid #ACD1E9;
	border-left: medium solid #ACD1E9;
	clear: both;
}

p
{
	padding: 0;
	margin: 0;
	font-size: 16px;
}